Skip to content

Instantly share code, notes, and snippets.

@alexrinass
Created May 7, 2011 11:30
Show Gist options
  • Save alexrinass/960426 to your computer and use it in GitHub Desktop.
Save alexrinass/960426 to your computer and use it in GitHub Desktop.
Google sitemap.xml template
<?xml version='1.0' encoding='UTF-8'?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>http://example.com/</loc>
<lastmod>2006-11-18</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
</urlset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment