i need a unlimited sitemap generator which should add unlimited pages in sitemap. i have a movie site with over 15k movies. but it currently have only 5k movies in sitemap file. so i need a sitemap generator which should be fast, and whenever i add a movie in my site it should be automatically added in sitemap file. it should also exclude some links that i dont want in my sitemap file. i have php script installed, so i need a sitemap generator in php with cronjob function.
What cms are you using? Sitemaps aren't that complicated, you could write your own in a couple of hours if you can't find one for your cms
Generate the sitemap for unlimited pages, by using xml-sitemaps. http://www.xml-sitemaps.com/standalone-google-sitemap-generator.html
Maybe A1 Sitemap Generator Pros: You can cron/automate job. You can create video sitemaps with it - but check first it works the way you like with the video platform you use. You can exclude areas from website-crawl and sitemap-output. Cons: You will need to re-run the crawl of your website to find new videos and have them added. You will need to ensure your server/site speed can handle the crawl load - especially if you configure A1SG to use many threads and connections. (I mention this because you wrote you needed it to be fast.) Alternatively - have someone code you a script that communicates with your database (?) - it might be the only solution you will be 100% happy with based on your specifications.
my site is on shared hosting and it have about 10000 pages which i want to index. is there anyway that i can index all the pages faster and it doesn't overload the server.