Created
December 26, 2020 06:16
-
-
Save cmdr-rohit-bang/f1bbfb76a03c9bd0fdba4db6dc01c935 to your computer and use it in GitHub Desktop.
Sitemap Sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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