X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=sitemap.php;h=ae40d7a89a9cf21c93c6749a5e1f7faebc0a7cef;hb=485331f99d5dfdfd7f1dca60853dac292f721b55;hp=9bbeae8a87eec34aabe02c7e28f574296da2882e;hpb=3b2a2c1c6a0c235fb2dd4a1ce66fcf7f80f2ddc1;p=quix0rs-gnu-social.git 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', );