Comment 2 for bug 1423585

Revision history for this message
Galen Charlton (gmc) wrote :

When I ran a record page through the Facebook Open Graph Object Debugger, it complained:

Object at URL 'http://dev-galen.esilibrary.com/eg/opac/record/1' is invalid because the configured 'og:type' of 'http://schema.org/book' is invalid.

I then tried it with:

<head prefix="og: http://ogp.me/ns# s: http://schema.org/">
...
<meta property="og:type" content="s:Book">

and it didn't like that either.

Do you have any guidance? Not necessary the end of the world if FB doesn't like that way of extending og:type but other consumers will accept it... but I guess I'd like some assurance that other consumers would.