-
Hi
Is there any video schema markup support in fvplayer ?
to ad video title and description or any other information for search engines ?i think this is required feature this days
i mean something like this :
<div itemprop=”video” itemscope itemtype=”http://schema.org/VideoObject”>
<h2>Video: <span itemprop=”name”>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=”2017-23-05T08:00:00+08:00″ />
<meta itemprop=”height” content=”400″ />
<meta itemprop=”width” content=”400″ />
<object …>
<param …>
<embed type=”application/x-shockwave-flash” …>
</object>
<span itemprop=”description”>Video description</span>but not for self hosted videos,
i need it for hls stream
i want fvplayer to play my hls streams and configure schema for each videothank you