tobiaskluge / phpsitemapng

phpSitemapNG php based google sitemaps generator
GNU General Public License v3.0
16 stars 13 forks source link

Feature request: sitemap index and multiple files when over 50K urls #4

Closed pinmaster751 closed 2 years ago

pinmaster751 commented 4 years ago

Is it possible to automatically create many sitemap files and sitemap-index for those files in case when there are over 50K urls ? Would be nice feature

tobiaskluge commented 2 years ago

@pinmaster751 I created this script like 15 years ago while studying computer science and haven't touched it since then. As far as I remember, the beta 1.6 was a complete rewrite that was exactly handling this issues. But it was not really finished and never was shipped as productive release. Depending on your project, you might be better off writing a short, simple export script to XML Sitemaps with your CMS or web project - crawling external sites with 50k urls is a heavy load on the server that might not be necessary.