Question

I am using schema.org vocabularies for microdata. Which itemtype should I use for TV channels (HBO,Cinimax,Starz,PlayBoy)?

like:

<div itemscope itemtype ="http://schema.org/TVChannles">
  <h1 itemprop="name">HBO</h1>
</div>
Was it helpful?

Solution

You might want to ask this question on the mailing list that discusses vocabularies, particularly schema.org. It is public-vocabs@w3.org.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top