I need help creating a sitemap for a large site, exceeds 700,000 pages, I have used A1Sitemap generator as well as Keylime tie with no luck. If anyone knows of a sitemap generator which can handle a large site, your help is appreciated.
if you are on wordpress just use the google sitemap plugin and it should work no mather how big the site is
I am searching for a sitemap generator for a larger site but dint find one. I tried http://www.xml-sitemaps.com/ , dint workout. Is there anything else ...
Hi, check this link auditmypc.com here we have a option to generate sitemap online with unlimited url's generated.
If the data came from database, create your own PHP script. To reduce bandwidth, you can use gz compressing with php. I've been using this for my website. Check it here www.pluw.com/sitemap.xml and www.pluw.com/sitemap.xml.gz The compressed decreased 10 times. Its automatic create every 24 hours. Also automatic ping to Google, yahoo, Moreover and Ask Check my indexed page on Google with "site:www.pluw.com" I can help you to create your own automatic sitemap for $30
I had the same problem with only 150,000 pages so I wrote my own that has several sitemaps: index, categories, products and resources. The index is what it says, an index of my sitemaps. If your server would not let you genereate a large file you may have to set the php configurations. By default you only get a small amount of memory for a php script to use. If you surpase this you get a memory error. If that is not an option you can use Limit in your sql along with a startrow. So you process 50,000 entries, file saved. Next time it starts at row 50,001, create an additional file. Then repeat at 50K intervals. This gives several smaller files and the index is used to list these multiple sitemaps. This is Google correct and encouraged from what I have read. PS: Actuall I just looked and it goes: sitemapIndex.xml sitemapresources.xml sitemapcategories.xml sitemapproducts.xml sitemapproducts1.xml sitemapproducts2.xml The products-x are 50,000 pages each
try auditmypc or gsitecrawler to get unlimited sitemap url generator but check once wheather all the generated URLs are valid