From: Evan Prodromou Date: Thu, 17 Jul 2008 15:36:57 +0000 (-0400) Subject: remove default priority from sitemaps X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=74b063f20b9623c3f0fa76a8aa04aadd8779a4f4;p=quix0rs-gnu-social.git remove default priority from sitemaps darcs-hash:20080717153657-84dde-bbd0179305b8080911be123ffec26cee03bc1153.gz --- diff --git a/sitemap.php b/sitemap.php index 41d2277113..67cbcd950c 100644 --- a/sitemap.php +++ b/sitemap.php @@ -32,8 +32,7 @@ function index_map() { $index_urls .= url( array( 'url' => $output_url . $file_name, - 'changefreq' => 'daily', - 'priority' => '1', + 'changefreq' => 'daily' ) ); }