diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-17 01:58:46 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-17 01:58:46 -0500 |
| commit | 44ab968656339ed1ce2b29013224f65db5ea3dc1 (patch) | |
| tree | fe8e193711929ffa927f2503ccccdaafdf6a3b99 /static/sitemap.xml | |
| parent | abd3b37ba4560db5112816d24570e2c9f6a81b33 (diff) | |
lower main page priority in sitemap
Diffstat (limited to 'static/sitemap.xml')
| -rw-r--r-- | static/sitemap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/sitemap.xml b/static/sitemap.xml index b1484bce..1906e132 100644 --- a/static/sitemap.xml +++ b/static/sitemap.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> <url> <loc>https://grapheneos.org/</loc> - <priority>1.0</priority> + <priority>0.5</priority> </url> <url> <loc>https://grapheneos.org/features</loc> |
