Page 1 of 2

[Released] google sitemap for generating xml sitemap

Posted: Sat Oct 17, 2009 6:37 am
by genglob
Hi Everyone,

Below is an updated google sitemap generator for use with google webmasters tool to generate category, manufacturer, information, category and product sitemap for google indexer. Indeed the same sitemap can be used for Bing and other search engines.

We used it while developing our online store here and found that it was having an error with timestamps. So we updated it to include timestamps.

This if for general community consumption. If you have any questions let me know.

Kind regards,
Genglob Administrator

Re: google sitemap for generating opencart xml sitemap

Posted: Sun Oct 18, 2009 12:20 pm
by digitalchaos
Thanks works great so far!

Re: google sitemap for generating opencart xml sitemap

Posted: Sat Oct 31, 2009 8:45 am
by madany
what is google sitemap? how to use it?

Re: google sitemap for generating opencart xml sitemap

Posted: Mon Mar 01, 2010 4:16 pm
by bugsjr
Thanks! Work's like a charm ;D

Re: [Released] google sitemap for generating xml sitemap

Posted: Tue Mar 02, 2010 12:51 am
by richard211986
@madany - you can use it on google webmaster tools so that google can read your site easier.

Re: [Released] google sitemap for generating xml sitemap

Posted: Tue Mar 02, 2010 9:24 pm
by Hollow
Its work great, but there is one missing. In line 172 & 124 is:

Code: Select all

    echo '<loc>' . $catalog_url .'product/product&product_id='. $product['product_id'] . '</loc>' . "\n";
shoudl be:

Code: Select all

    echo '<loc>' . $catalog_url .'index.php?route=product/product&product_id='. $product['product_id'] . '</loc>' . "\n";

Re: google sitemap for generating opencart xml sitemap

Posted: Wed Mar 03, 2010 1:39 am
by espc
how to use it?

Re: [Released] google sitemap for generating xml sitemap

Posted: Wed Mar 03, 2010 2:48 am
by richard211986
upload to your stores route then go to google webmaster tools and upload your new site map in there i.e. www.yourdomain.com/g_sitemap.php

simples

Re: [Released] google sitemap for generating xml sitemap

Posted: Mon Apr 05, 2010 11:29 am
by takayuki
genglob wrote:...Below is an updated google sitemap generator for use with google webmasters tool to generate category, manufacturer, information, category and product sitemap for google indexer. Indeed the same sitemap can be used for Bing and other search engines.....
Hi,

I just plop it into the root dir, correct?

I notice in firefox it outputs the raw xml code, not parsed by the browser. this is correct?

I'm using it with ocv 1.3.2 and seems to work fine. have you had any issues with older versions?

thanks for creating this sitemap generator!

regards,

takayuki

Re: [Released] google sitemap for generating xml sitemap

Posted: Fri Apr 16, 2010 6:54 am
by techie09
Hi

Getting a few errors when google tries indexing g_sitemap as shown, mosty URL tag errors, new to php, so any help appreciated.



24 Invalid XML tag
This tag was not recognized. Please fix it and resubmit. Parent tag: url
Tag: br
Problem detected on: Apr 15, 2010
25 Invalid XML tag
This tag was not recognized. Please fix it and resubmit. Parent tag: url
Tag: b
Problem detected on: Apr 15, 2010
25 Invalid XML tag
This tag was not recognized. Please fix it and resubmit. Parent tag: url
Tag: b
Problem detected on: Apr 15, 2010
25 Invalid XML tag
This tag was not recognized. Please fix it and resubmit. Parent tag: url
Tag: b
Problem detected on: Apr 15, 2010
25 Invalid XML tag
This tag was not recognized. Please fix it and resubmit. Parent tag: url
Tag: br


Thanks

Re: [Released] google sitemap for generating xml sitemap

Posted: Tue Apr 20, 2010 4:47 pm
by whitecollar
Yes I get some of the same errors ... does anyone have any idea?

I'm using OC 1.3.2

Thank you.

Re: [Released] google sitemap for generating xml sitemap

Posted: Tue Apr 20, 2010 5:24 pm
by dramony
same on my end

Re: [Released] google sitemap for generating xml sitemap

Posted: Sat Dec 25, 2010 9:33 pm
by ichko
Does anyone have proper zip file cause that one is telling me that the archive is corrupt!
pls post the code on new file :'(

Re: [Released] google sitemap for generating xml sitemap

Posted: Wed Dec 29, 2010 1:48 am
by ichko
? Guys can i get that zip file somehow ? everytime when i donwnload it's saying archive is corrupt or something like that! pls somebody to post it in rar or something else different than zip. :'(

Re: [Released] google sitemap for generating xml sitemap

Posted: Mon Mar 14, 2011 10:25 am
by jeffjones
Hy all,
How do you setup the permissions of the sitemaps directory mentioned in
5. Modify the permission in admin so that you can access Generate Sitemaps in admin.
in the installation.txt file ?

I changed to 777 on a Linux host, but I receive an Access Denied error when I click on Generate Sitemap button I just installated.


Thanks,
jj

Re: [Released] google sitemap for generating xml sitemap

Posted: Tue Mar 15, 2011 12:44 am
by i2Paq
I use this one: Generate Google Sitemaps.

Re: [Released] google sitemap for generating xml sitemap

Posted: Tue Mar 15, 2011 10:59 am
by jeffjones
i2Paq wrote:I use this one: Generate Google Sitemaps.
Me too, I'm refering to point number 5 in installation.txt file contained in the zip file.

Re: [Released] google sitemap for generating xml sitemap

Posted: Tue Mar 15, 2011 2:58 pm
by i2Paq
OK, I see.

You use an FTP program like Filezilla to set the rights (chmod) to the directory.
Otherwise ask your host.

Re: [Released] google sitemap for generating xml sitemap

Posted: Fri Jul 01, 2011 6:52 pm
by aauwwo
jeffjones wrote:How do you setup the permissions of the sitemaps directory mentioned in
5. Modify the permission in admin so that you can access Generate Sitemaps in admin.
in the installation.txt file ?

I changed to 777 on a Linux host, but I receive an Access Denied error when I click on Generate Sitemap button I just installated.
You can do it (modify the permission) simply:
1. On your administration page, System->Users->User Groups
2. Edit your Top Administrator setting
3. Select All on Access Permission and Modify Permission
4. Save and re-login with your top administrator account

Re: [Released] google sitemap for generating xml sitemap

Posted: Mon Jul 11, 2011 6:02 pm
by vpq cards
Will this sitemap generator work on 1.5.05??