Skip to content

Instantly share code, notes, and snippets.

View MaikelVeen's full-sized avatar

Maikel Veen MaikelVeen

View GitHub Profile
@MaikelVeen
MaikelVeen / sitemap-example.xml
Created December 27, 2020 20:12
Sitemap example
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.example.com/</loc>
<lastmod>2005-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>