In sitemap_generator, the default values are listed in priority, lastmod, and changefreq by default. Sometimes I don't want to output these items, so I'll share how.
If you pass nil to priority, lastmod, changefreq, it will not be output.
add '/home', priority: nil, lastmod: nil, changefreq: nil
Recommended Posts