[MSU Sitemaps] Too large, any ideas?

Technical difficulties? Ask for help here.
dannyboy9
Posts: 3
Joined: Mon Jul 28, 2008 4:27 am

[MSU Sitemaps] Too large, any ideas?

Postby dannyboy9 » Mon Jul 28, 2008 4:29 am

Hi,

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,

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [MSU Sitemaps] Too large, any ideas?

Postby inveo » Mon Jul 28, 2008 5:19 am

What is the exact error message?

dannyboy9
Posts: 3
Joined: Mon Jul 28, 2008 4:27 am

Re: [MSU Sitemaps] Too large, any ideas?

Postby dannyboy9 » Mon Jul 28, 2008 5:30 am

Sitemap file size error
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

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [MSU Sitemaps] Too large, any ideas?

Postby inveo » Mon Jul 28, 2008 5:39 am

Generated file exceed file size limit and therefore you see this error message.

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');
}

dannyboy9
Posts: 3
Joined: Mon Jul 28, 2008 4:27 am

Re: [MSU Sitemaps] Too large, any ideas?

Postby dannyboy9 » Mon Jul 28, 2008 8:18 am

http://www.shopblue.co.uk/sitemaps.php?showMap=Products

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