~500k pages and creating sitemaps #453
Unanswered
markoman78
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
We have ~500k pages and need to generate sitemaps for our site. I've tested this package with basic setup.
SitemapGenerator::create('https://ourdomain.com')->maxTagsPerSitemap(10000)->writeToFile(public_path('sitemap.xml'));
It did run about two hours but didn't generate any sitemap to our public path. I'm I missing something and is this proper way to generate sitemaps for this amount of pages?
Thanks for all help!
Beta Was this translation helpful? Give feedback.
All reactions