Skip to content

Instantly share code, notes, and snippets.

@cmdr-rohit-bang
Created December 26, 2020 06:16
Show Gist options
  • Save cmdr-rohit-bang/f1bbfb76a03c9bd0fdba4db6dc01c935 to your computer and use it in GitHub Desktop.
Save cmdr-rohit-bang/f1bbfb76a03c9bd0fdba4db6dc01c935 to your computer and use it in GitHub Desktop.
Sitemap Sample
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://example.com</loc>
<lastmod>2020-12-06T17:38:21+00:00</lastmod>
<priority>0.5</priority>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>http://example.com/about</loc>
<lastmod>2020-12-06T17:38:21+00:00</lastmod>
<priority>0.5</priority>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>http://example.com/press</loc>
<lastmod>2020-12-06T17:38:21+00:00</lastmod>
<priority>0.5</priority>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>http://example.com/privacy</loc>
<lastmod>2020-12-06T17:38:21+00:00</lastmod>
<priority>0.5</priority>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>http://example.com/terms</loc>
<lastmod>2020-12-06T17:38:21+00:00</lastmod>
<priority>0.5</priority>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>http://example.com/provider-1-subscription-1</loc>
<lastmod>2020-12-06T17:38:21+00:00</lastmod>
<priority>0.5</priority>
<changefreq>weekly</changefreq>
</url>
</urlset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment