DirEasy automatically generates the sitemap for the website using Next.js's built-in Generating multiple sitemaps functionality (sitemap.ts). The generation process scans different directories in the project and creates sitemap entries for various types of content:
Each collection created by admin is added to the sitemap
The sitemap is automatically regenerated during each build, ensuring it stays up to date with your content.
Google Search Console cannot exceed 5000 items in each sitemap.xml file. If your Directory website's projects submissions do not exceed 5000, then the url of your sitemap.xml generated will be: https://your-domain.com/sitemap/0.xml and https://your-domain.com/sitemap/1.xml
Page Collection 、Content Collection and Collections are listed in the 0.xml file.
Projects are listed in the 1.xml file. 2.xml for the next 5000 items and so on.