Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Google XML Sitemap SEO


Jack_mcs

Recommended Posts

This isn't a new contribution and I don't claim the code in it. This is an update to the excellent work Chemo did on the Google XML Sitemap Feed located here: http://addons.oscommerce.com/info/3233 - version 1.3. It was added as a new contribution do prevent the corruption that exists in so many contributions lately.

 

This version includes the following changes:

- Manufacturers site map

- Specials site map

- Human readable output

 

The feeds automatically adjust to match the urls if Ultimate SEO is installed, thus preventing some blocked url's by the search engines.

 

If you have version 1.3 of the above contribution installed, you can just upload all of the files to update to this version. Be sure to run the sitemap afterwards though.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

The feeds automatically adjust to match the urls if Ultimate SEO is installed, thus preventing some blocked url's by the search engines.

 

This is exactly what I'm looking for, thanks! I have run into a problem, though. I have Ultimate SEO URLs 2.6 installed and I'm receiving a few errors when I run the sitemap generator. The errors appear to be coming from the Ultimate SEO contrib though. So is Google sitemap compatible with Ultimate 2.6 ? The errors are below:

 

Notice: Undefined variable: connection in /Users/XenoPhage/Sites/osc/includes/classes/seo.class.php on line 841

Notice: Undefined offset: -1 in /Users/XenoPhage/Sites/osc/includes/classes/seo.class.php on line 1156

Notice: Undefined variable: _sid in /Users/XenoPhage/Sites/osc/includes/classes/seo.class.php on line 799

 

Thanks!

XenoPhage

Link to comment
Share on other sites

This contribution should work with with all of the versions of Ultimate SEO but there are so many that I can't say for sure. It will work with the last version I uploaded though. As long as you have a version past that, all you need to do to update it is to upload the included files.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

On mysite.com/googlesitemap/index.php I get the following message:

 

Warning:  fopen(/sitemapproducts.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 300

ERROR: Google Product Sitemap Generation FAILED!



Warning:  fopen(/sitemapcategories.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 300

ERROR: Google Category Sitemap Generation FAILED!



Warning:  fopen(/sitemapmanufacturers.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 300

ERROR: Google Manufacturer Sitemap Generation FAILED!



Warning:  fopen(/sitemapspecials.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 300

ERROR: Google Specials Sitemap Generation FAILED!



Warning:  Invalid argument supplied for foreach() in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 384



Warning:  fopen(/sitemapindex.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 300

ERROR: Google Sitemap Index Generation FAILED!

Array
(
[QUERY] => Array
	(
		[PRODUCTS] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 881
			)

		[CATEOGRY] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 67
			)

		[MANUFACTURERS] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 203
			)

		[SPECIALS] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 6
			)

	)

[SAVE_FILE_XML] => Array
	(
		[0] => Array
			(
				[file] => /sitemapproducts.xml
				[status] => failure
				[file_exists] => false
			)

		[1] => Array
			(
				[file] => /sitemapcategories.xml
				[status] => failure
				[file_exists] => false
			)

		[2] => Array
			(
				[file] => /sitemapmanufacturers.xml
				[status] => failure
				[file_exists] => false
			)

		[3] => Array
			(
				[file] => /sitemapspecials.xml
				[status] => failure
				[file_exists] => false
			)

		[4] => Array
			(
				[file] => /sitemapindex.xml
				[status] => failure
				[file_exists] => false
			)

	)

)

Link to comment
Share on other sites

It looks like your configure file settings are not being loaded. Please try this: In the googlesitemap/sitemap_class.php file, find this line around line 299

$filename .= '.xml';

and add this after it

		 echo 'Opening   '.$filename. '<br>FS_CAT	'.DIR_FS_CATALOG. '<br>Server	' . HTTP_SERVER . '<br>Save Path '. $this->savepath . '<br>WS_CAT	'. DIR_WS_HTTP_CATALOG.' <br>';

Upload the changed file and run the code by going to http://yourdomain.com/googlesitemap/index.php. Post the output here.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Here's the output:

 

 

Opening   /sitemapproducts.xml
FS_CAT	/home/topgoth/public_html/
Server	http://www.topgoth.co.uk
Save Path /
WS_CAT	/ 


Warning:  fopen(/sitemapproducts.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 303

ERROR: Google Product Sitemap Generation FAILED!

Opening   /sitemapcategories.xml
FS_CAT	/home/topgoth/public_html/
Server	http://www.topgoth.co.uk
Save Path /
WS_CAT	/ 


Warning:  fopen(/sitemapcategories.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 303

ERROR: Google Category Sitemap Generation FAILED!

Opening   /sitemapmanufacturers.xml
FS_CAT	/home/topgoth/public_html/
Server	http://www.topgoth.co.uk
Save Path /
WS_CAT	/ 


Warning:  fopen(/sitemapmanufacturers.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 303

ERROR: Google Manufacturer Sitemap Generation FAILED!

Opening   /sitemapspecials.xml
FS_CAT	/home/topgoth/public_html/
Server	http://www.topgoth.co.uk
Save Path /
WS_CAT	/ 


Warning:  fopen(/sitemapspecials.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 303

ERROR: Google Specials Sitemap Generation FAILED!



Warning:  Invalid argument supplied for foreach() in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 387

Opening   /sitemapindex.xml
FS_CAT	/home/topgoth/public_html/
Server	http://www.topgoth.co.uk
Save Path /
WS_CAT	/ 


Warning:  fopen(/sitemapindex.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 303

ERROR: Google Sitemap Index Generation FAILED!

Array
(
[QUERY] => Array
	(
		[PRODUCTS] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 881
			)

		[CATEOGRY] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 67
			)

		[MANUFACTURERS] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 203
			)

		[SPECIALS] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 6
			)

	)

[SAVE_FILE_XML] => Array
	(
		[0] => Array
			(
				[file] => /sitemapproducts.xml
				[status] => failure
				[file_exists] => false
			)

		[1] => Array
			(
				[file] => /sitemapcategories.xml
				[status] => failure
				[file_exists] => false
			)

		[2] => Array
			(
				[file] => /sitemapmanufacturers.xml
				[status] => failure
				[file_exists] => false
			)

		[3] => Array
			(
				[file] => /sitemapspecials.xml
				[status] => failure
				[file_exists] => false
			)

		[4] => Array
			(
				[file] => /sitemapindex.xml
				[status] => failure
				[file_exists] => false
			)

	)

)

Link to comment
Share on other sites

The path is not being picked up for some reason. Give this a try. At around line 266, find this line

		  $this->savepath = DIR_FS_CATALOG . (substr(DIR_FS_CATALOG, 0, -1) !== '/') ? '/' : '';

Below it, paste the following:

		  $this->savepath = DIR_FS_CATALOG . (substr(DIR_FS_CATALOG, 0, -1) !== '/') ? '/' : '';
									  echo 'set '.$this->savepath.'<br>';

Upload and see what happens. If that still fails, remove that change and use this instead

$this->savepath = '/home/topgoth/public_html/';

Please post the results of the first one either so I can get an idea of what the problem is.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

This is what i get with

 

ERROR: Google Product Sitemap Generation FAILED!

ERROR: Google Category Sitemap Generation FAILED!

ERROR: Google Manufacturer Sitemap Generation FAILED!

ERROR: Google Specials Sitemap Generation FAILED!

ERROR: Google Sitemap Index Generation FAILED!

Array
(
[QUERY] => Array
	(
		[PRODUCTS] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 366
			)

		[CATEOGRY] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 58
			)

		[MANUFACTURERS] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 11
			)

		[SPECIALS] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 1
			)

	)

[SAVE_FILE_XML] => Array
	(
		[0] => Array
			(
				[file] => /sitemapproducts.xml
				[status] => failure
				[file_exists] => false
			)

		[1] => Array
			(
				[file] => /sitemapcategories.xml
				[status] => failure
				[file_exists] => false
			)

		[2] => Array
			(
				[file] => /sitemapmanufacturers.xml
				[status] => failure
				[file_exists] => false
			)

		[3] => Array
			(
				[file] => /sitemapindex.xml
				[status] => failure
				[file_exists] => false
			)

	)

)

Link to comment
Share on other sites

Hi,

 

I had the same problem as Benjjj6

 

What I did was enter the code from your post 7

 

and change the lines from 263-266 to this:

 

$this->savepath .= (substr($this->savepath, 0, -1) !== '') ? '' : ''; //append a slash if needed

}

else

$this->savepath = DIR_FS_CATALOG . (substr(DIR_FS_CATALOG, 0, -1) !== '') ? '' : '';

 

It now works, great contribution

Link to comment
Share on other sites

The path is not being picked up for some reason. Give this a try. At around line 266, find this line
		  $this->savepath = DIR_FS_CATALOG . (substr(DIR_FS_CATALOG, 0, -1) !== '/') ? '/' : '';

Below it, paste the following:

		  $this->savepath = DIR_FS_CATALOG . (substr(DIR_FS_CATALOG, 0, -1) !== '/') ? '/' : '';
									  echo 'set '.$this->savepath.'<br>';

Upload and see what happens. If that still fails, remove that change and use this instead

$this->savepath = '/home/topgoth/public_html/';

Please post the results of the first one either so I can get an idea of what the problem is.

 

Jack

 

 

Hi Jack,

 

The first suggestion caused the same error, however the second solution solved the problem. The sitemap is now created successfully! :)

 

Thank you,

 

Ben

Link to comment
Share on other sites

Hi Jack,

 

The first suggestion caused the same error, however the second solution solved the problem. The sitemap is now created successfully! :)

I'm glad it is working for you but I don't care for that solution. As long as the path to your shop doesn't change, it will be OK. But if you change servers, the code will break since the path will break. I'll look closer at the code and try to find a better solution. Once found, I'll post it in a new version. Thanks for trying those code changes.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

I'm glad it is working for you but I don't care for that solution. As long as the path to your shop doesn't change, it will be OK. But if you change servers, the code will break since the path will break. I'll look closer at the code and try to find a better solution. Once found, I'll post it in a new version. Thanks for trying those code changes.

 

Jack

 

I haven't looked deep into this, but what path are you after? Why isn't DIR_FS_CATALOG sufficient? That resolves to the proper location for me ... ?

XenoPhage

Link to comment
Share on other sites

That's the correct path for some servers but others return the googlesitemap directory in the path and that has to be stripped out. I think it might be this line around 299

if ($pos = strpos(DIR_FS_CATALOG, "googlesitemap") !== FALSE)

If anyone who is having the problem wants to try, please change that line to

if (($pos = strpos(DIR_FS_CATALOG, "googlesitemap")) !== FALSE)

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

jack, after applying ur amendments, my problem is halfway fixed. just realize that there is an error for Special sitemap. pls assist.

 

Opening   /home/content/u/n/i/uniquexme/htmlsitemapproducts.xml
FS_CAT	/home/content/u/n/i/uniquexme/html/
Server	http://www.hobby-asia.com
Save Path /home/content/u/n/i/uniquexme/html
WS_CAT	/ 
Write /home/content/u/n/i/uniquexme/htmlsitemapproducts.xml
Generated Google Product Sitemap Successfully

Opening   /home/content/u/n/i/uniquexme/htmlsitemapcategories.xml
FS_CAT	/home/content/u/n/i/uniquexme/html/
Server	http://www.hobby-asia.com
Save Path /home/content/u/n/i/uniquexme/html
WS_CAT	/ 
Write /home/content/u/n/i/uniquexme/htmlsitemapcategories.xml
Generated Google Category Sitemap Successfully

Opening   /home/content/u/n/i/uniquexme/htmlsitemapmanufacturers.xml
FS_CAT	/home/content/u/n/i/uniquexme/html/
Server	http://www.hobby-asia.com
Save Path /home/content/u/n/i/uniquexme/html
WS_CAT	/ 
Write /home/content/u/n/i/uniquexme/htmlsitemapmanufacturers.xml
Generated Google Manufacturer Sitemap Successfully

ERROR: Google Specials Sitemap Generation FAILED!

Opening   /home/content/u/n/i/uniquexme/htmlsitemapindex.xml
FS_CAT	/home/content/u/n/i/uniquexme/html/
Server	http://www.hobby-asia.com
Save Path /home/content/u/n/i/uniquexme/html
WS_CAT	/ 
Write /home/content/u/n/i/uniquexme/htmlsitemapindex.xml
Generated Google Sitemap Index Successfully

Array
(
[QUERY] => Array
	(
		[PRODUCTS] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 216
			)

		[CATEOGRY] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 24
			)

		[MANUFACTURERS] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 23
			)

		[SPECIALS] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 0
			)

	)

[SAVE_FILE_XML] => Array
	(
		[0] => Array
			(
				[file] => /home/content/u/n/i/uniquexme/htmlsitemapproducts.xml
				[status] => success
				[file_exists] => true
			)

		[1] => Array
			(
				[file] => /home/content/u/n/i/uniquexme/htmlsitemapcategories.xml
				[status] => success
				[file_exists] => true
			)

		[2] => Array
			(
				[file] => /home/content/u/n/i/uniquexme/htmlsitemapmanufacturers.xml
				[status] => success
				[file_exists] => true
			)

		[3] => Array
			(
				[file] => /home/content/u/n/i/uniquexme/htmlsitemapindex.xml
				[status] => success
				[file_exists] => true
			)

	)

)

Edited by uniquexme
Link to comment
Share on other sites

er.. Jack, referring back to the install guide, i didn't see this in the last line

"If you have not already submitted the sitemap index to Google click the link below"

 

and when i tried to view the XML files by keying in www.hobby-asia.com/sitemapindex.xml it shows this :

XML Parsing Error: no element found

Location: http://www.hobby-asia.com/sitemapindex.xml

Line Number 1, Column 1:

Link to comment
Share on other sites

jack, after applying ur amendments, my problem is halfway fixed. just realize that there is an error for Special sitemap. pls assist.

 

Opening /home/content/u/n/i/uniquexme/htmlsitemapproducts.xml

Without knowning what changes you made to the file, I can't say where the problem is. But the problem now is that the sitemaps are not being created. The above line should read

/home/content/u/n/i/uniquexme/html/sitemapproducts.xml

Notice the missing /. So none of your sitemap files are being saved since the path is invalid. Please post the section of the file you changed (near the top) so I can see what the problem is.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

jack, i follow the changes from your post here post #7 & 9. and the only changes i did myself was to the #9

from

 

$this->savepath = '/home/topgoth/public_html/';

 

to

 

$this->savepath = '/home/content/u/n/i/uniquexme/html/';

 

well, just now i forgot to include the "/" after html. now that i correct it, it still shows the same error.

 

Opening   /home/content/u/n/i/uniquexme/html/sitemapproducts.xml
FS_CAT	/home/content/u/n/i/uniquexme/html/
Server	http://www.hobby-asia.com
Save Path /home/content/u/n/i/uniquexme/html/
WS_CAT	/ 
Write /home/content/u/n/i/uniquexme/html/sitemapproducts.xml
Generated Google Product Sitemap Successfully

Opening   /home/content/u/n/i/uniquexme/html/sitemapcategories.xml
FS_CAT	/home/content/u/n/i/uniquexme/html/
Server	http://www.hobby-asia.com
Save Path /home/content/u/n/i/uniquexme/html/
WS_CAT	/ 
Write /home/content/u/n/i/uniquexme/html/sitemapcategories.xml
Generated Google Category Sitemap Successfully

Opening   /home/content/u/n/i/uniquexme/html/sitemapmanufacturers.xml
FS_CAT	/home/content/u/n/i/uniquexme/html/
Server	http://www.hobby-asia.com
Save Path /home/content/u/n/i/uniquexme/html/
WS_CAT	/ 
Write /home/content/u/n/i/uniquexme/html/sitemapmanufacturers.xml
Generated Google Manufacturer Sitemap Successfully

ERROR: Google Specials Sitemap Generation FAILED!

Opening   /home/content/u/n/i/uniquexme/html/sitemapindex.xml
FS_CAT	/home/content/u/n/i/uniquexme/html/
Server	http://www.hobby-asia.com
Save Path /home/content/u/n/i/uniquexme/html/
WS_CAT	/ 
Write /home/content/u/n/i/uniquexme/html/sitemapindex.xml
Generated Google Sitemap Index Successfully

Array
(
[QUERY] => Array
	(
		[PRODUCTS] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 216
			)

		[CATEOGRY] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 24
			)

		[MANUFACTURERS] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 23
			)

		[SPECIALS] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 0
			)

	)

[SAVE_FILE_XML] => Array
	(
		[0] => Array
			(
				[file] => /home/content/u/n/i/uniquexme/html/sitemapproducts.xml
				[status] => success
				[file_exists] => true
			)

		[1] => Array
			(
				[file] => /home/content/u/n/i/uniquexme/html/sitemapcategories.xml
				[status] => success
				[file_exists] => true
			)

		[2] => Array
			(
				[file] => /home/content/u/n/i/uniquexme/html/sitemapmanufacturers.xml
				[status] => success
				[file_exists] => true
			)

		[3] => Array
			(
				[file] => /home/content/u/n/i/uniquexme/html/sitemapindex.xml
				[status] => success
				[file_exists] => true
			)

	)

)

Link to comment
Share on other sites

OK, the url's are correct now. Are the sitemaps being created (go to http://yourdomain.com/sitemapproducts.xml)? If not, are the permissions settings on those files the same as on your images directory?

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

This is what's from http://hobby-asia.com/sitemapproducts.xml

 

Google Sitemap http://hobby-asia.com/sitemapproducts.xml

Number of URLs in this Google Sitemap: 216

 

Click on the table headers to change sorting.

Sitemap URL Last modification date Change freq. Priority

http://www.hobby-asia.com/product_info.php?products_id=51 2009-02-06 weekly 1.0

http://www.hobby-asia.com/product_info.php?products_id=28 2009-02-27 weekly 1.0

http://www.hobby-asia.com/product_info.php?products_id=319 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=304 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=303 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=302 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=301 2009-02-12 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=300 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=299 2009-02-12 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=298 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=297 2009-02-12 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=296 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=295 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=305 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=306 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=307 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=318 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=317 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=316 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=315 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=314 2009-02-14 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=313 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=312 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=311 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=310 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=309 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=308 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=294 2009-03-02 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=293 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=152 2009-01-16 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=151 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=150 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=149 2009-01-16 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=148 2009-01-16 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=147 2009-01-21 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=143 2009-01-16 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=142 2009-01-16 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=141 2009-01-14 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=140 2009-01-14 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=139 2009-01-14 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=153 2009-01-16 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=154 2009-01-16 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=228 2009-02-27 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=292 2009-02-05 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=291 2009-02-05 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=289 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=285 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=227 2009-02-26 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=278 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=279 2009-01-22 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=280 2009-01-22 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=281 2009-01-22 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=282 2009-01-22 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=284 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=138 2009-01-14 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=320 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=373 2009-03-03 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=359 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=358 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=357 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=356 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=355 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=354 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=353 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=352 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=351 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=350 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=349 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=360 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=361 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=372 2009-03-03 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=371 2009-03-03 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=370 2009-03-03 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=369 2009-03-03 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=368 2009-03-03 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=367 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=366 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=365 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=364 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=363 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=362 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=348 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=347 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=346 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=332 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=331 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=330 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=329 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=328 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=327 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=326 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=325 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=324 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=323 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=322 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=333 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=334 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=345 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=344 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=343 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=342 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=341 2009-02-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=340 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=339 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=338 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=337 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=336 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=335 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=321 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=60 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=45 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=44 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=43 2009-02-05 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=42 2009-02-05 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=41 2009-02-05 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=40 2009-02-05 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=39 2009-02-05 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=38 2009-02-05 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=37 2009-01-19 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=36 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=35 2009-01-19 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=46 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=47 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=59 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=58 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=57 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=56 2009-01-19 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=55 2009-03-03 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=54 2009-01-23 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=53 2009-01-19 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=52 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=50 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=49 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=48 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=34 2009-02-05 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=33 2009-02-05 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=32 2009-02-05 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=110 2009-01-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=109 2009-01-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=108 2009-01-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=107 2009-01-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=106 2009-01-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=105 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=115 2009-01-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=118 2009-02-26 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=117 2009-02-26 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=116 2009-01-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=121 2009-02-26 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=111 2009-01-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=112 2009-03-01 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=31 2009-02-05 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=30 2009-02-05 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=29 2009-02-05 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=119 2009-01-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=104 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=283 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=102 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=120 2009-02-26 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=22 2009-02-05 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=114 2009-01-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=113 2009-01-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=122 2009-01-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=61 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=137 2009-01-14 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=123 2009-01-15 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=101 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=100 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=99 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=98 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=97 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=96 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=95 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=94 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=93 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=92 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=124 2009-01-14 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=125 2009-01-14 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=136 2009-01-14 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=135 2009-01-14 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=134 2009-01-14 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=133 2009-01-14 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=132 2009-01-14 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=131 2009-01-14 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=130 2009-01-14 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=129 2009-01-14 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=128 2009-01-14 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=127 2009-01-14 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=126 2009-01-14 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=91 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=90 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=89 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=73 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=72 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=71 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=70 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=69 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=68 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=67 2009-01-19 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=66 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=65 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=64 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=63 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=74 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=75 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=88 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=87 2009-02-13 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=86 2009-01-19 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=224 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=83 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=226 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=81 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=80 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=225 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=77 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=76 2009-02-06 weekly 0.1

http://www.hobby-asia.com/product_info.php?products_id=62 2009-02-06 weekly 0.1

 

But here at http://www.hobby-asia.com/googlesitemap/index.php

i still have this error

ERROR: Google Specials Sitemap Generation FAILED!
Link to comment
Share on other sites

jack, after applying ur amendments, my problem is halfway fixed. just realize that there is an error for Special sitemap. pls assist.

 

Opening   /home/content/u/n/i/uniquexme/htmlsitemapproducts.xml
FS_CAT	/home/content/u/n/i/uniquexme/html/
Server	http://www.hobby-asia.com
Save Path /home/content/u/n/i/uniquexme/html
WS_CAT	/ 
Write /home/content/u/n/i/uniquexme/htmlsitemapproducts.xml
Generated Google Product Sitemap Successfully

Opening   /home/content/u/n/i/uniquexme/htmlsitemapcategories.xml
FS_CAT	/home/content/u/n/i/uniquexme/html/
Server	http://www.hobby-asia.com
Save Path /home/content/u/n/i/uniquexme/html
WS_CAT	/ 
Write /home/content/u/n/i/uniquexme/htmlsitemapcategories.xml
Generated Google Category Sitemap Successfully

Opening   /home/content/u/n/i/uniquexme/htmlsitemapmanufacturers.xml
FS_CAT	/home/content/u/n/i/uniquexme/html/
Server	http://www.hobby-asia.com
Save Path /home/content/u/n/i/uniquexme/html
WS_CAT	/ 
Write /home/content/u/n/i/uniquexme/htmlsitemapmanufacturers.xml
Generated Google Manufacturer Sitemap Successfully

ERROR: Google Specials Sitemap Generation FAILED!

Opening   /home/content/u/n/i/uniquexme/htmlsitemapindex.xml
FS_CAT	/home/content/u/n/i/uniquexme/html/
Server	http://www.hobby-asia.com
Save Path /home/content/u/n/i/uniquexme/html
WS_CAT	/ 
Write /home/content/u/n/i/uniquexme/htmlsitemapindex.xml
Generated Google Sitemap Index Successfully

Array
(
[QUERY] => Array
	(
		[PRODUCTS] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 216
			)

		[CATEOGRY] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 24
			)

		[MANUFACTURERS] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 23
			)

		[SPECIALS] => Array
			(
				[STATUS] => success
				[NUM_ROWS] => 0
			)

	)

[SAVE_FILE_XML] => Array
	(
		[0] => Array
			(
				[file] => /home/content/u/n/i/uniquexme/htmlsitemapproducts.xml
				[status] => success
				[file_exists] => true
			)

		[1] => Array
			(
				[file] => /home/content/u/n/i/uniquexme/htmlsitemapcategories.xml
				[status] => success
				[file_exists] => true
			)

		[2] => Array
			(
				[file] => /home/content/u/n/i/uniquexme/htmlsitemapmanufacturers.xml
				[status] => success
				[file_exists] => true
			)

		[3] => Array
			(
				[file] => /home/content/u/n/i/uniquexme/htmlsitemapindex.xml
				[status] => success
				[file_exists] => true
			)

	)

)

 

 

Do you have any special products in your site. I think its need for Specials Sitemap Generation

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...