Hello, what sitemap tool you would recommend me for site with over 10M pages. I think php generator tool couldn't handle such quantity of pages. Tried to use xml-sitemaps.com tool with correct settings, but it's never ends, getting such errors: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 13681503 bytes) in /home/admin/sites/site.com/generator/pages/class.utils.inc.php(2) : eval()'d code on line 27 Can somebody share with your experience. Maybe some good python tool are on the net ? thanks
you have to split them to many different files and link to those files from the main file. i haven't seen any automated tool for this though. you might have to build one.
What script are you trying to use, generally you don't want sitemaps over 20,000 url's. You should be able to split them up.