diff --git a/sitemap.php b/sitemap.php index 9bbeae8a87..ae40d7a89a 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', );