Support » Plugin: Easy Schema » Itemprop Meta – Can it be inserted?

  • Hello and thank you for this valuable plugin. I am trying to insert itemprop metadata for my videos, mandatory for Google, like the example below. Can this be done with the plugin? I only figured how to insert the itemprop, but not the meta. Thank you!

    <h2>Video: <span itemprop="name">My Title</span></h2>
      <meta itemprop="duration" content="T1M33S" />
      <meta itemprop="thumbnailUrl" content="thumbnail.jpg" />
      <meta itemprop="contentURL" content="http://www.example.com/video123.flv" />
      <meta itemprop="embedURL" content="http://www.example.com/videoplayer.swf?video=123" />
      <meta itemprop="uploadDate" content="2011-07-05T08:00:00+08:00" />
      <meta itemprop="expires" content="2012-01-30T19:00:00+08:00" />

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    http://wordpress.org/extend/plugins/easy-schema/

  • The topic ‘Itemprop Meta – Can it be inserted?’ is closed to new replies.