Skip to content

Instantly share code, notes, and snippets.

@spemer
Last active April 3, 2020 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spemer/6405b137af50c0fc7fed59e26fa0aba7 to your computer and use it in GitHub Desktop.
Save spemer/6405b137af50c0fc7fed59e26fa0aba7 to your computer and use it in GitHub Desktop.
sitemap/sitemap-common.xml
<?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>https://website.com/</loc>
<lastmod>2020-04-03T08:19:25.691Z</lastmod>
</url>
<url>
<loc>https://website.com/about</loc>
<lastmod>2020-04-03T08:19:25.691Z</lastmod>
</url>
<url>
<loc>https://website.com/blog</loc>
<lastmod>2020-04-03T08:19:25.691Z</lastmod>
</url>
<url>
<loc>https://website.com/profile</loc>
<lastmod>2020-04-03T08:19:25.691Z</lastmod>
</url>
<url>
<loc>https://website.com/teams</loc>
<lastmod>2020-04-03T08:19:25.691Z</lastmod>
</url>
</urlset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment