Skip to content

Instantly share code, notes, and snippets.

@jsalinas
Created May 22, 2014 04:06
Show Gist options
  • Save jsalinas/69366cc8fac940d99748 to your computer and use it in GitHub Desktop.
Save jsalinas/69366cc8fac940d99748 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:image="http://www.sitemaps.org/schemas/sitemap-image/1.1"
xmlns:video="http://www.sitemaps.org/schemas/sitemap-video/1.1">
<url>
<loc>http://www.example.com/foo.html</loc>
<image:image>
<image:loc>http://example.com/image.jpg</image:loc>
</image:image>
<video:video>
<video:content_loc>http://www.example.com/video123.flv</video:content_loc>
<video:player_loc allow_embed="yes" autoplay="ap=1">http://www.example.com/videoplayer.swf?video=123</video:player_loc>
<video:thumbnail_loc>http://www.example.com/thumbs/123.jpg</video:thumbnail_loc>
<video:title>Grilling steaks for summer</video:title>
<video:description>Get perfectly done steaks every time</video:description>
</video:video>
</url>
</urlset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment