可以将VideoObject标签(Schema.org)应用于iframe吗?他们自己的例子和googlewebmastercentral上的这个例子没有提到嵌入iframe的视频.
它应该在iframe中使用meta添加到iframe本身,还是包装div?
<iframe itemprop="video" itemscope itemtype="http://schema.org/VideoObject" src="http://player.vimeo.com/video/CLIP_ID" width="400" height="225" frameborder="0">
<meta itemprop="duration" content="T1M33S" />
</iframe>
Run Code Online (Sandbox Code Playgroud)