Skip to content

Instantly share code, notes, and snippets.

@fabiorochafg
Last active December 17, 2015 04:59
Show Gist options
  • Save fabiorochafg/5555011 to your computer and use it in GitHub Desktop.
Save fabiorochafg/5555011 to your computer and use it in GitHub Desktop.
A sitemap template.
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://url</loc>
<lastmod>2009-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
</urlset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment