Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Hi when I run facebook linter on my site (www.mvcc.com.uy) it says:

Extraneous Property Objects of this type do not allow properties named fb:page_id.

What am I doing wrong here ?

share|improve this question

2 Answers

fb:page_id isn't required for Open Graph pages.

share|improve this answer

Typically to get the linter to work properly, you need to add some meta tags in your <head>. Check out more information here: http://developers.facebook.com/docs/opengraph/

Also, the Facebook servers only check your site once a day for new meta tags so don't expect the linter to work for a few days after you've added the meta tags.

If you've already done this and you're still experiencing problems - please provide us with examples of your code.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.