remove changefreq field

This commit is contained in:
Diego Najar 2019-09-11 19:14:07 +02:00
parent c0dfe40d1b
commit 8df8d5f7dd
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ class pluginSitemap extends Plugin {
$xml .= '<url>';
$xml .= '<loc>'.$page->permalink().'</loc>';
$xml .= '<lastmod>'.$page->date(SITEMAP_DATE_FORMAT).'</lastmod>';
$xml .= '<changefreq>daily</changefreq>';
$xml .= '</url>';
}
} catch (Exception $e) {