Re: Why is the video property bound to creative work?

Jarno,

You basically need to do something like this:

<div itemscope itemtype="http://schema.org/MedicalProcedure">
<h1 itemprop="name">Abdominoplasty</h1>
<div itemprop="video" itemscope itemtype="http://schema.org/VideoObject">
  <h2>Video: <span itemprop="name">Abdominoplasty Procedure</span></h2>
  <meta itemprop="duration" content="T1M33S" />
  <meta itemprop="thumbnail" content="abdominoplasty.jpg" />
  <object ...>
    <param ...>
    <embed type="application/x-shockwave-flash" ...>
  </object>
  <link itemprop="about" itemtype="http://schema.org/video" href="
https://en.wikipedia.org/wiki/Abdominoplasty">More about
Abdominoplasty</link>
  <span itemprop="description">Abdominoplasty is a Medical Procedure with
some risks,...</span>
</div>

This is taken from the http://schema.org/VideoObject example.

-- 
-Thad
+ThadGuidry <https://www.google.com/+ThadGuidry>
Thad on LinkedIn <http://www.linkedin.com/in/thadguidry/>

Received on Tuesday, 20 May 2014 02:12:30 UTC