From e3f5462e1ce0fa81ad10ab25cf453cc73f0fb8f0 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 17 Jul 2008 12:05:31 -0400 Subject: [PATCH] avatar files never change darcs-hash:20080717160531-84dde-1a44025c9cf5b2da1f62714cc82ccdb490a8bb63.gz --- sitemap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', );