Useful Resources
Sitemap
This documentation explains the automatic sitemap generation setup using next-sitemap in your Next.js project. The sitemap is generated automatically during the build process, ensuring search engines can efficiently crawl and index your website.
You can configure the sitemap generation process using the next-sitemap
plugin. The siteUrl
property specifies the base URL of your website. The generateRobotsTxt
property determines whether to generate a robots.txt
file. The exclude
property allows you to exclude specific paths from the sitemap.
The sitemap is generated automatically during the build process.
For more information on configuring the sitemap, refer to the next-sitemap documentation.
Was this page helpful?