From: Evan Prodromou Date: Thu, 17 Jul 2008 16:05:31 +0000 (-0400) Subject: avatar files never change X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e3f5462e1ce0fa81ad10ab25cf453cc73f0fb8f0;p=quix0rs-gnu-social.git avatar files never change darcs-hash:20080717160531-84dde-1a44025c9cf5b2da1f62714cc82ccdb490a8bb63.gz --- 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', );