LoginSignup
0
0

More than 3 years have passed since last update.

gem sitemap_generator で priority, lastmod, changefreq を記載しない方法

Posted at

概要

sitemap_generator ではデフォルトでは priority, lastmod, changefreq にデフォルト値が記載されます。
これらの項目を出力したくないときもあるのでその方法を共有します。

方法

priority, lastmod, changefreq に nil を渡すと出力されなくなります。

add '/home', priority: nil, lastmod: nil, changefreq: nil
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0