summaryrefslogtreecommitdiff
path: root/sitemap.php
diff options
context:
space:
mode:
Diffstat (limited to 'sitemap.php')
-rw-r--r--sitemap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sitemap.php b/sitemap.php
index 9bbeae8a8..ae40d7a89 100644
--- a/sitemap.php
+++ b/sitemap.php
@@ -227,7 +227,7 @@ function avatar_map() {
$image = array(
'url' => common_avatar_display_url($avatars),
'lastmod' => common_date_w3dtf($avatars->modified),
- 'changefreq' => 'monthly',
+ 'changefreq' => 'never',
'priority' => '0.2',
);