Contributions

Other (Category Index)
Search: 

Google XML Sitemap w/ Admin

This is a variation of Chemo's Google XML Sitemap Feed contribution, with the addition of some nice extras.

I specifically customized this set for those of you not using his Ultimate SEO contribution, but ARE using the default oscommerce search engine friendly URL's turned on, or a variation of the tep_html_link fuction in the /includes/functions/html_output.php page. The original contribution did not accomodate for these.

This is the full package with the addition of nice admin tools for easy access.

Anyone wanting to still use the default version, simply delete the /googlesitemaps/index.php and replace with the page called index.php.backup

You can alternatively also open the admin-install.htm and admin files to use just the admin tools with his contribution.

Full credit goes to CHEMO for the original contribution which this was based upon.

Enjoy.

Expand All / Collapse All

Google XML Sitemap - Admin 2.2 PL (Bug Fix) 19 Feb 2010

This is NOT full package, bug fixed in "Google XML Sitemap - Admin 2.2 PL" download this module first. Here is only "sitemap.class.php" file.

If you get error like this :
-------------------------------------------------
ERROR: Google Product Sitemap Generation FAILED!

ERROR: Google Category Sitemap Generation FAILED!

Generated Google Sitemap Index Successfully

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

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

)

[SAVE_FILE_XML] => Array
(
[0] => Array
(
[file] => /home/prettypi/public_html/lovetogame.co.uk//sitemapindex.xml
[status] => success
[file_exists] => true
)

)

)

-------------------------------------------------

- open catalog/sitemap.class.php file
- find these lines (857 & 947)

if ( sizeof($container) > 1 ) {

- change to these lines

if ( sizeof($container) >= 1 ) {


- it will start generating xml sitemaps .....

http://forums.oscommerce.com/topic/199162-google-xml-sitemap-w-admin-support/page__st__100__gopid__1486390&#entry1486390

Some solution if you get errors like below, not full package 18 Jul 2009
working sitemap_index.php file 11 Apr 2008
Google XML Sitemap - Admin 2.2 PL 25 Feb 2008
Türkçe google sitemap düzeltme 29 Jun 2007
Türkce Google Sitemap! 7 May 2007
POLISH VERSION - Only One language file 9 Apr 2007
Google XML Sitemap - Admin 2.2 + Better README 22 Mar 2007
support thread 7 Mar 2007
Glob() fix and xml style improvement 7 Mar 2007
Full Package 2.1 including german translation 18 Dec 2006
Google XML Sitemap - Admin 2.1b 12 Oct 2006
Google XML Sitemap - Admin 2.1 12 Jul 2006
Google XML Sitemap w/ Admin + Spanish Instructions and files 10 Jun 2006
to add French translation - ajout de la traduction Francaise 4 Jun 2006
Google XML w/ corrected install 4 Apr 2006
Multi languages Page submit 3 Apr 2006
Version 2.0 fixed procedure of installation 6 Mar 2006
Google XML Sitemap + Admin 2.0 2 Mar 2006
Google XML Sitemap w/ Admin 12 Aug 2005

Note: Contributions are used at own risk.