2 Messages
•
70 Points
All imdb.com detail pages appear to have incorrect Open Graph types
Not sure where else to report this, but all detail pages seem to have the wrong open graph type.
All I can find on detail pages is
<meta property="og:type" content="image" />
where instead it should be for movie (as even exampled on the ogp site)
<meta property="og:type" content="video.movie" />
and for tv show
<meta property="og:type" content="video.tv_show" />

No Responses!