any good sitemap generator for wp ? i need something able to split the sitemap to 2, 3 or 4 copy after it reach 30k url ....
Cause my new site is reaching 30k link very soon and my share host can't handle it any more :)
thanks
Printable View
any good sitemap generator for wp ? i need something able to split the sitemap to 2, 3 or 4 copy after it reach 30k url ....
Cause my new site is reaching 30k link very soon and my share host can't handle it any more :)
thanks
You can use the Google XML Sitemaps plugin for wordpress. I've been using it for quite a while and its the best one out there and is completely automated after the initial stages of setting it up.
About your question :
I found this on the FAQ section of the plugin homepage. Since he mentions this, there may be a feature in the plugin where you can have multiple sitemaps, unsure though.Quote:
What is the maximum size of a Google Sitemap?
According to the Google Sitemap FAQ, your sitemap can contain up to 50,000 URLs or reach a file size of 10MB (uncompressed!). However, I would recommend you to split such large sitemaps into various smaller ones which allows Google to retrieve only the latest ones regularly. This will save you a lot of traffic.
That particular plugin has a gzip feature as well that is recognized by the search engines (XML is designed to compress well since it has repeatable, predictable tag structures) and will save a ton of space over the xml (non-zipped) format if you are getting super-sized on the sitemap file.
If your're looking for a "visual" sitemap to include on a page on the site, there's a few plugins you can find searching in the "add new" plugin section too.
Best of luck.