Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Google video sitemap and swf


we need to publish sitemap google video but Google needs< video:player_loc>
but we can't use swf file because we're using m3u8 format also, and jwplayer haven't direct swf with config option.
What can we do? Google video doesn't recognize our videos on radioradicale.it

https://developers.google.com/webmasters/videosearch/sitemaps
<video:player_loc>Depends
You must specify at least one of <video:player_loc>or <video:content_loc>.
A URL pointing to a player for a specific video. Usually this is the information in the src element of an <embed> tag and should not be the same as the content of the <loc>tag.
The optional attribute allow_embed specifies whether Google can embed the video in search results. Allowed values are Yes or No.
The optional attribute autoplay has a user-defined string (in the example above, ap=1) that Google may append (if appropriate) to the flashvars parameter to enable autoplay of the video. For example: <embed src="http://www.example.com/videoplayer.swf?video=123" autoplay="ap=1"/>

1 Community Answers

Randy

JW Player Support Agent  
0 rated :

Hello,

We believe you may potentially achieve this through the use of the “Include SEO” checkbox when embedding the video stream. This is accessible through the Unified Dashboard of the JWP 7 interface. I have included a screenshot as well as sample code:

<div itemscope itemtype="http://schema.org/VideoObject"><meta itemprop="name" content="bunny1080.mp4" /><meta itemprop="thumbnailUrl" content="http://content.jwplatform.com/thumbs/KFTgbuwq-640.jpg" /><meta itemprop="contentUrl" content="http://content.jwplatform.com/videos/KFTgbuwq-BlLuPBz0.mp4" /><script type="application/javascript" src="//content.jwplatform.com/players/KFTgbuwq-dwJcOQ1K.js"></script></div>

Randy

This question has received the maximum number of answers.