I have created sitemap using this library https://github.com/spatie/laravel-sitemap but i don't want changefreq info.how to disable.can't find in repository
SitemapGenerator::create(url('/'))->writeToFile(public_path('sitemap.xml'));
Result
<url>
<loc>http://the-frenemy.local</loc>
<lastmod>2021-04-16T00:00:00+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.9</priority>
</url>
One more change set priority is 1 only home page.. all other pages set 0.9