Is it possible to create multiple sitemaps? #836
Unanswered
aayushsapkota9
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need help categorizing sitemaps for my Next.js project using next-sitemap. Here’s what I want to achieve:
Main Sitemap: https://example.com/sitemap.xml
Product Sitemap: https://example.com/product-sitemap.xml
Category Sitemap: https://example.com/category-sitemap.xml
Blog Sitemap: https://example.com/blogs-sitemap.xml
Current Setup
I've installed next-sitemap and created a basic configuration. I need to generate separate sitemaps for different sections of my site. Here's my configuration file (next-sitemap.config.js):
Beta Was this translation helpful? Give feedback.
All reactions