[MSU Sitemaps] Too large, any ideas?
[MSU Sitemaps] Too large, any ideas?
I sucesfully installed seo urls and then sitemaps.
I submitted to google and recieved a number of errors.
Basically the output contains more than 50,000 products and so needs to be split.
Can this be done.
Thanks,
Re: [MSU Sitemaps] Too large, any ideas?
Re: [MSU Sitemaps] Too large, any ideas?
Your Sitemap exceeds the maximum file size limit. Please create multiple Sitemaps containing fewer URLs to meet the file size limit. Help Found: Jul 27, 2008
Re: [MSU Sitemaps] Too large, any ideas?
Try to open sitemaps.php in the root and find:
Code: Select all
header('Content-Type: application/xml; charset=utf-8');
replace with:
Code: Select all
if (@extension_loaded('zlib')) {
ob_start('ob_gzhandler');
}
Re: [MSU Sitemaps] Too large, any ideas?
Google reports -
URL timeout: HTTP request timeout
We encountered an error while trying to access your Sitemap. Please ensure your Sitemap follows our guidelines and can be accessed at the location you provided and then resubmit. Found: Jul 28, 2008
http://www.shopblue.co.uk/sitemaps.php? ... Categories
URL timeout: HTTP request timeout
We encountered an error while trying to access your Sitemap. Please ensure your Sitemap follows our guidelines and can be accessed at the location you provided and then resubmit. Found: Jul 28, 2008
Other sitemap feeds are OK with both the original file and the modified one.
sitemaps.php?showMap=Categories -- Errors Details
sitemaps.php?showMap=Index -- OK Details
sitemaps.php?showMap=Newproducts -- OK Details
sitemaps.php?showMap=Products -- Errors Details
sitemaps.php?showMap=Reviews -- OK Details
sitemaps.php?showMap=Specials -- OK Details
sitemaps.php?showMap=Static -- OK Details