Skip to content

Instantly share code, notes, and snippets.

@bavington
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bavington/8e2df89c626a11144745 to your computer and use it in GitHub Desktop.
Save bavington/8e2df89c626a11144745 to your computer and use it in GitHub Desktop.
JW Player supporting Video XML Sitemap
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url>
<loc>http://example.com/page-with-video.html</loc>
<video:video>
<video:thumbnail_loc>http://example.com/uploads/myPoster.jpg</video:thumbnail_loc>
<video:title>Video Name or Title</video:title>
<video:description>The description of your video content goes here.</video:description>
<video:content_loc>http://example.com/uploads/myVideo.mp4</video:content_loc>
<video:duration>153</video:duration>
<video:publication_date>2014-01-03T08:00:00+08:00</video:publication_date>
<video:family_friendly>yes</video:family_friendly>
<video:requires_subscription>no</video:requires_subscription>
<video:live>no</video:live>
</video:video>
</url>
</urlset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment