diff options
-rw-r--r-- | sitemap.php | 2 |
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', ); |