Last active
August 29, 2015 14:03
-
-
Save bavington/8e2df89c626a11144745 to your computer and use it in GitHub Desktop.
JW Player supporting Video XML Sitemap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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