strapi-plugin-sitemap
strapi-plugin-sitemap copied to clipboard
CLI to generate sitemap from the command line
Feature request
Summary
Have a strapi-sitemap CLI with a generate command so you can generate the sitemap XML from the CLI.
Why is it needed?
This is useful when using a loadbalancer with multiple Strapi instances. Generating sitemap in each instance separately can cause problems (performance and race-conditions).
So when having a CLI you can disable auto generation and have a special worker dedicated to generating the sitemap.
Related issue(s)/PR(s)
#84