我正在尝试将 JWplayer 正确嵌入网页并使用 schema.org。我已经准备好 schema.org 的其他部分,即缩略图、持续时间、嵌入等。
这是否足够,还是我需要指定嵌入类型以便 Google 将此区域识别为我的视频内容?如果不是,那么正确的代码是什么样的?
<object>
<script type='text/javascript'>
jwplayer('playerManga').setup({
file: 'http://storage.example.com/S/Samurai+7/Sam7(eps002).mp4',
image: 'http://example.com/content/thumbs/Sam7eps001.jpeg',
width: '100%',
aspectratio: '16:9'
});
</script>
</object>
这在直接链接到 mp4 时要容易得多,但使用 JWplayer 对我来说不太明确。