Generates sitemap(s) and robots.txt for Next.js applications to improve search engine visibility.
This tool simplifies creating sitemaps and robots.txt for Next.js projects. You install it with `yarn add next-sitemap`, then configure options like `siteUrl` and `generateRobotsTxt` in `next-sitemap.config.js`. It runs automatically as a `postbuild` script, generating sitemaps for all page types.
Generates sitemap(s) and robots.txt for Next.js applications to improve search engine visibility.
Next.js developers needing an easy way to generate sitemaps and robots.txt for better SEO should use this.