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.

Im sorry if this is repeat. Have seen questions asked like this and have checked and rechecked the meta tags but cant see the problem, am a newbie to writing code so that might be the problem, website is www.candcautos.ie Have like button working but its not showing up on "likees" pages also trying to make sure we have the right thumbnail, when sharing the website. The error below is whats showing up, along with meta tag warnings and inferred property warnings but I presume if I fix that first the others should fix themselves. Would greatly appreciate some help. Thanks

"You have tags ouside of your . This is either because your was malformed and they fell lower in the parse tree, or you accidentally put your Open Graph tags in the wrong place. Either way you need to fix it before the tags are usable."

share|improve this question
1  
Welcome to Stack Overflow! We encourage you to research your questions. If you've tried something already, please add it to the question - if not, research and attempt your question first, and then come back. – user647772 Oct 16 '12 at 8:43

closed as not a real question by Tichodroma, CD.., dave.c, lc., djechlin Oct 16 '12 at 14:29

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

If you actually mean the HTML meta tags and others, they often go like this on the head of your index page:

<meta name="description" content="A little description about your site">
<meta name="keywords" content="your, keywords">

The Keywords are used so the search engine can find your site by its tags. The description will appear on the search engine as well, once the results show up. I hope I could help.

share|improve this answer
Thanks, ignacio, have those on there but think they may be in the wrong place, have checked back on the open graph doc but cant see what is wrong – CCautos Mobile-mechanic Oct 16 '12 at 9:10

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