Is it possible to create multiple sitemaps? #836
Unanswered
aayushsapkota9
asked this question in
Q&A
Replies: 1 comment
-
I also want to know if it can't split by the lang. .like zh.sitemap.xml. en.sitemap.xml , the path like https://aa.com/blog/1 and https://aa.com/en/blog/1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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