diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-04-25 23:04:46 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-04-25 23:04:46 -0400 |
| commit | 4f1620c2d6af1b421b4d20807e402a23efe7fc7c (patch) | |
| tree | 21cea4271e4cf0f4956e9e20b9ff735280dd60ed /static/sitemap.xml | |
| parent | 52d5f0e3d57426e9fc72190ec2fc348d94246bc7 (diff) | |
extend sitemap with new pages
Diffstat (limited to 'static/sitemap.xml')
| -rw-r--r-- | static/sitemap.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/sitemap.xml b/static/sitemap.xml index 066565fd..c5a79825 100644 --- a/static/sitemap.xml +++ b/static/sitemap.xml @@ -6,4 +6,12 @@ <loc>https://grapheneos.org/</loc> <priority>1.0</priority> </url> + <url> + <loc>https://grapheneos.org/donate</loc> + <priority>0.5</priority> + </url> + <url> + <loc>https://grapheneos.org/contact</loc> + <priority>0.1</priority> + </url> </urlset> |
