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.

I've tried asking this question multiple times, and I will keep asking until somebody answers me.

Facebook says do not use "website" except for the root home page because it is supposed to be used to represent an "entire website" (as opposed to a single page on a website).

OpenGraph Protocol website says use "website" for all web pages that are not articles or other OG types.

WHICH IS CORRECT?

Imagine a page on a website about describing a service a company provides. The page's content not a video, movie, person, company, "transient content" such as blog posts or news articles, or any other Built-In Type.

If the page is shared, you are not sharing a "website", you are sharing a web PAGE on a website. What is the correct OG type for this common form of general content? Website or article?

That's all I want to know. It's not a vague question. It's a very specific question. I am begging somebody to answer it! We want to get this right.

share|improve this question
Could you add some links to where these statements are made? My gut feeling is that these were simply written by two people, and the word "website" meant different things to each of them. Perhaps reading the original text would provide some insight... – Matt Feb 13 at 0:06
ok, the "Facebook says" citation is here: Open graph protocol: types - scroll down to "Websites" – Matt Feb 13 at 0:15
Yes, CBroe, that question, which I posted some weeks ago, is the same but with more detail. I never received a single response, so I decided to dumb it down and ask a very straight forward version of the question. I remain determined to gain clarification on this subject, because I believe the FB and OG documentation is somewhat contradictory. – Fritz Green Feb 13 at 2:19

closed as not a real question by CBroe, bensiu, Stony, EdChum, Druid Feb 13 at 10:03

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

My input is this:

Based on the information in the developer's documentation, specifically here, I would go with the interpretation that a "website" is a type for your entire website - all of the pages within the purview of one site. The schema for the website type seems to support this interpretation - it's a grab-bag of pretty much all of the other types, which means Facebook expects to stumble on almost anything as they categorize the site. To me, this means that a "website" is only one step more specific than "any old thing", and you would do well to try to better categorize individual pages as something other than "website".

When considering the fact that the very next paragraph in the developer's documentation encourages you to specify your own type for individual pages when they don't fit the built-in types, I think the conservative thing to do is to use website as the entire site. If you can possibly fit the site into the "article" schema, this is how I would specify individual pages. If it doesn't fit, then just categorize it as best you can, and hope Facebook gets around to giving you the power to specify more metadata for your specific page type in the future.

On other thing to note: these are all just metadata "hints" to Facebook to help them better understand your site. Specifying a type on your pages gives them some idea as to the intent of your page, but it's not a binding contract. They will still work with your site or page just fine if you don't specify this metadata, even if you haven't optimally informed them about what your site is doing.

share|improve this answer
Happy to... "Use article for any URL that represents transient content - such as a news article, blog post, photo, video, etc. Do not use website for this purpose. website and blog are designed to represent an entire site, an og:type tag with types website or blog should usually only appear on the root of a domain." from developers.facebook.com/docs/opengraphprotocol/#types – Fritz Green Feb 13 at 1:56
and... "Any non-marked up webpage should be treated as og:type website." from ogp.me/#types This contradicts the Facebook statement I posted in the previous comment, even though Facebook says they follow the OG Protocol and link to the OG Protocol. Plus, content like a description of services is not typically "transient", which means temporary. – Fritz Green Feb 13 at 2:01
I have detailed this further in this previous Question, which never received a response: stackoverflow.com/questions/14408436/… – Fritz Green Feb 13 at 2:06
Thanks @Matt, I suspect you are right to use "article" for "general" content pages that do not fit any other type, even though Facebook does not address it that way. I have been hoping that a true best practice has been determined by others with more experience with OG, but I'm truly having trouble acquiring a definitive answer. We are implementing OG tags in our CMS, and I understand that, not done correctly, we can screw things up. We want all the OG objects within a single website to be "seen" as belonging to the same website, both for SEO purposes and for FB administrative purposes. – Fritz Green Feb 13 at 2:14

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