Zen Cart Logo
Forums / General Questions / how to creat my shop sitemap?

how to creat my shop sitemap?

Views: 5,021

Results 1 to 15 of 15
24 Dec 2011, 3:06 AM
#1
xyhailing avatar

xyhailing

New Zenner

Join Date:
Feb 2010
Posts:
7
Plugin Contributions:
0

how to creat my shop sitemap?

how to creat my zen cart shop sitemap?

24 Dec 2011, 9:17 AM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: how to creat my shop sitemap?

Zencart does this automatically.

27 Dec 2011, 8:36 PM
#3
fukienman avatar

fukienman

Zen Follower

Join Date:
Oct 2011
Location:
Colorado Springs, CO
Posts:
114
Plugin Contributions:
0

Re: how to creat my shop sitemap?

schoolboy:

Zencart does this automatically.

Where is the sitemap file located within ZC? I would like to submit it to Google.

27 Dec 2011, 9:14 PM
#4
adam0329 avatar

adam0329

New Zenner

Join Date:
Dec 2011
Posts:
5
Plugin Contributions:
0

Re: how to creat my shop sitemap?

Under tools in your admin area it should say sitemap xml(Keep in mind I have the sitemap addon) it should tell you where it is located.
Normally it is http://www.yousite.com/yourstorename/sitemapindex.xml

Adam s

27 Dec 2011, 9:24 PM
#6
fukienman avatar

fukienman

Zen Follower

Join Date:
Oct 2011
Location:
Colorado Springs, CO
Posts:
114
Plugin Contributions:
0

Re: how to creat my shop sitemap?

OK, so in other words I have to manually create an XML file that can be submitted, it is not automatically created by ZC??

28 Dec 2011, 9:28 AM
#7
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: how to creat my shop sitemap?

FukienMan:

OK, so in other words I have to manually create an XML file that can be submitted, it is not automatically created by ZC??

If you install the module:
http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_60&products_id=544

You can configure it to your requirements - one of which could be a cron-job that submits the sitemap to Google at pre-defined intervals.

Please note: This module (written by the very capable Andrew Berezin), does NOT require you to run the SQL patch, UNLESS you are installing it into ZC1.5.

All you need do is FTP the files (in their folder hierarchy) to your zc installation, then run the install from your admin panel.

29 Dec 2011, 3:04 AM
#8
fukienman avatar

fukienman

Zen Follower

Join Date:
Oct 2011
Location:
Colorado Springs, CO
Posts:
114
Plugin Contributions:
0

Re: how to creat my shop sitemap?

schoolboy:

If you install the module:
http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_60&products_id=544

You can configure it to your requirements - one of which could be a cron-job that submits the sitemap to Google at pre-defined intervals.

Please note: This module (written by the very capable Andrew Berezin), does NOT require you to run the SQL patch, UNLESS you are installing it into ZC1.5.

All you need do is FTP the files (in their folder hierarchy) to your zc installation, then run the install from your admin panel.

I have read a lot of the support forum for this mod and the install instructions and they both say that you should run the SQL patch. This is the first I have read of not needing to. Could you please give me a few more instructions than "FTP the files (in their hierarchy). Do I have to manually put each file in their correct folder or does that happen when I run the install from my admin?
Sorry, I have not installed a mod myself yet. Still new to that.

29 Dec 2011, 7:25 AM
#9
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: how to creat my shop sitemap?

I expect this mod, like most well-written ones, has all the files in the correct folder structure (hierarchy); thus, all you need to do is FTP the /includes/ folder (or /admin/ or whatever is in the mod) to the root of your store and the files will drop into their proper places. You may need to first rename /admin/ or /your_template/ folders to your custom names.

29 Dec 2011, 8:47 AM
#10
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: how to creat my shop sitemap?

Unfortunately, Andrew does not explain very well in his README, just what needs to happen. This is what he says:

**Install:

  1. Backup all Zen-Cart files to your server or local computer. Backup your database.
  2. Unzip and upload all files to your store directory.
  3. For Zen-Cart 1.5.x. Run install-sitemapxml.sql
  4. Go to Admin->Tools->Sitemap XML and click "Install SitemapXML SQL".
  5. Go to Admin->Configuration->Sitemap XML and setup all parameters.
  6. Go to Admin->Tools->Google XML Sitemap (If error messages occur, change permissions on the XML files to 777).
  7. To have this update and automatically notify Google, you will need to set up a Cron job via your host's control panel.**

Look at instruction number 2.

2. For Zen-Cart 1.5.x. Run install-sitemapxml.sql

Now look at instruction number 3.

3. Go to Admin->Tools->Sitemap XML and click "Install SitemapXML SQL".

If you are NOT using zencart 1.5, then you do NOT install the SQL patch. You SKIP step 2 and go to step 3.

29 Dec 2011, 11:13 PM
#11
fukienman avatar

fukienman

Zen Follower

Join Date:
Oct 2011
Location:
Colorado Springs, CO
Posts:
114
Plugin Contributions:
0

Re: how to creat my shop sitemap?

schoolboy:

Unfortunately, Andrew does not explain very well in his README, just what needs to happen. This is what he says:

**Install:

  1. Backup all Zen-Cart files to your server or local computer. Backup your database.
  2. Unzip and upload all files to your store directory.
  3. For Zen-Cart 1.5.x. Run install-sitemapxml.sql
  4. Go to Admin->Tools->Sitemap XML and click "Install SitemapXML SQL".
  5. Go to Admin->Configuration->Sitemap XML and setup all parameters.
  6. Go to Admin->Tools->Google XML Sitemap (If error messages occur, change permissions on the XML files to 777).
  7. To have this update and automatically notify Google, you will need to set up a Cron job via your host's control panel.**

Look at instruction number 2.

2. For Zen-Cart 1.5.x. Run install-sitemapxml.sql

Now look at instruction number 3.

3. Go to Admin->Tools->Sitemap XML and click "Install SitemapXML SQL".

If you are NOT using zencart 1.5, then you do NOT install the SQL patch. You SKIP step 2 and go to step 3.

I am not using 1.5 so I downloaded the version before that. and the instructions are different than stated above:

Install:

  1. Unzip and upload all files to your store directory;
  2. Go to Admin->Tools->Install SQL Patches and install install.sql.
  3. Go to Admin->Configuration->Google Sitemap Configuration and setup all parameters
  4. Go to Admin->Tools>Google XML Sitemap (If error messages occur, change permissions on the XML files to 777);
  5. To have this update and automatically notify Google, you will need to set up a Cron
    job via your host's control panel.

It still talks about installing sql patches. But either way, I think I understand what it is I should do. I will give it a try. Thanks guys.

29 Dec 2011, 11:20 PM
#12
rescoccc avatar

rescoccc

Totally Zenned

Join Date:
May 2010
Location:
WA State
Posts:
1,700
Plugin Contributions:
2

Re: how to creat my shop sitemap?

I also installed the SQL patch when I set this up in 1.39, (before the 1.5 version came out). I wasn't aware that it wasn't necessary.

29 Dec 2011, 11:22 PM
#13
rescoccc avatar

rescoccc

Totally Zenned

Join Date:
May 2010
Location:
WA State
Posts:
1,700
Plugin Contributions:
2

Re: how to creat my shop sitemap?

PS: Just realized that Schoolboy is referring to the LATEST version in reference to the SQL patch. In other words, the latest version works in both 1.5 and 1.39. The difference is that the patch does not need to be installed in 1.39.

30 Dec 2011, 1:00 AM
#14
fukienman avatar

fukienman

Zen Follower

Join Date:
Oct 2011
Location:
Colorado Springs, CO
Posts:
114
Plugin Contributions:
0

Re: how to creat my shop sitemap?

RescoCCC:

PS: Just realized that Schoolboy is referring to the LATEST version in reference to the SQL patch. In other words,** the latest version works in both 1.5 and 1.39.** The difference is that the patch does not need to be installed in 1.39.

Well that's nice to know!!!!!!!
Why doesn't it say that on the download page? I downloaded the one for version 1.3.8. I have ZC 139h. Is this going to be much of a problem? I already installed it!! :censored:

30 Dec 2011, 1:35 AM
#15
rescoccc avatar

rescoccc

Totally Zenned

Join Date:
May 2010
Location:
WA State
Posts:
1,700
Plugin Contributions:
2

Re: how to creat my shop sitemap?

I downloaded the one for version 1.3.8. I have ZC 139h. Is this going to be much of a problem? I already installed it!!

It works in 1.39h. That's the version I have installed.