Last active
April 3, 2020 16:09
-
-
Save spemer/6405b137af50c0fc7fed59e26fa0aba7 to your computer and use it in GitHub Desktop.
sitemap/sitemap-common.xml
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" | |
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