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' ) ); }