diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-18 20:07:34 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-18 20:07:34 -0400 |
| commit | 065f1a2590a8651e57af8202bc1db2df5a8f1847 (patch) | |
| tree | 8c6ce39af9e00922191911b92efeca8df09d986e | |
| parent | d7523879d62609d00ca0fb28345487aae9b01f68 (diff) | |
reduce priority of history pages
| -rw-r--r-- | static/sitemap.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/sitemap.xml b/static/sitemap.xml index ac2659fe..37c178c4 100644 --- a/static/sitemap.xml +++ b/static/sitemap.xml @@ -44,11 +44,11 @@ </url> <url> <loc>https://grapheneos.org/history/</loc> - <priority>0.5</priority> + <priority>0.3</priority> </url> <url> <loc>https://grapheneos.org/history/copperheados</loc> - <priority>0.5</priority> + <priority>0.1</priority> </url> <url> <loc>https://grapheneos.org/history/legacy-changelog</loc> |
