-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support automatic chunking for multi-sitemap sources #265
Comments
Thanks for the feature suggestion, I agree support for paginated named sitemaps is needed. I don't currently have capacity to attempt this but will revisit when possible. |
same problem |
For example, enabling sitemapsChunk:true in the code is a flag to turn on this feature sitemap: {
sitemaps: {
urls:{
sources: [
`/api/__sitemap__/urls`,
sitemapsChunk:true
],
}
}, I think it is best way to support it. Do you have any idea? @harlan-zw |
Yes, I'm open to supporting this it's just a bit complicated and haven't had a chance to tackle it. The configuration will likely be on the |
I would love to see support for the feature as well. Also, its common as well for large URL websites |
Hello Faced the same problem, is there a solution to this problem or is it still relevant? |
It's planned but is complicated and low priority for me at the moment. PRs welcome. |
Although this demand is more urgent for large websites, it is very niche for most people. Maybe we need to wait for a destined person🤣 |
First of all, thank you for your outstanding contribution.
I have a website with a large number of URLs, about 5,000. I use
sitemaps: true
to solve the pagination problem. Most of the time, he was able to address my needs. But when I use this method managing-sources, he will not paginate for me, no matter how many URLs there are, and Thesitemaps:true
functionality is missing.When I have two sources of data in different categories, I want to be able to distinguish them. For example, I have the following source
I hope to generate the following sitemap
Moreover, if there is too much data under
http://localhost:3000/food-sitemap.xml
, you can use sitemaps:true to paginate again.The text was updated successfully, but these errors were encountered: