On a site I'm developing, I've set the og:type as "non_profit" as per Facebook's docs.

When I examine the page with the Facebook debugger / linter, the type is picked up as "profile". I can't seem to find anything wrong with my implementation: it all seems to obey FB's docs.

Anyone out there got an idea what I'm doing wrong?


Update: Here is a link to the site: http://www.hncc.co.uk/

And the code looks like this:

<html xmlns:og="http://ogp.me/ns#">
<head>
    <meta property="og:site_name" content="Highgate Newtown Community Centre" />
    <meta property="og:title"     content="Highgate Newtown Community Centre" />
    <meta property="og:type"      content="non_profit" />
    <meta property="og:url"       content="http://www.hncc.co.uk" />
    <meta property="og:image"     content="http://www.hncc.co.uk/...link-to-image.png" />
...
link|improve this question
Can you share the URL? – Jeff Sherlock Nov 8 '11 at 16:54
Post the code you are using – AllisonC Nov 8 '11 at 17:21
OK, updated that. I omitted it at first because I didn't want to spam. – JasonC Nov 8 '11 at 18:11
have you tried setting og:type => website or adding the required fb:app_id parameter? – balint May 20 at 15:56
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.