Zen Cart Logo

SitemapXML v.2

Views: 613,596

Results 1,301 to 1,320 of 2,226
24 May 2013, 9:01 AM
#1301
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

SitemapXML v.2

jt3c:

  1. Which url should be submitted to the search engines: http://olivariaccessories.com/sitemap.xml. OR http://olivariaccessories.com/index....ge=sitemapxml:?
    You can go two ways:
  1. Submit to SE http://olivariaccessories.com/sitemap.xml. To have update sitemaps and automatically notify crawlers, you will need to set up a Cron job via your host's control panel (the format of the cron job is determined by your hosting).
    To run it as a cron job (at 5:0am like you wanted), put in your crontab something like the following:
    0 5 * * * GET 'http://your_domain/index.php?main_page=sitemapxml&rebuild=yes&ping=yes'
    or
    0 5 * * * wget -q 'http://your_domain/index.php?main_page=sitemapxml&rebuild=yes&ping=yes' -O /dev/null
    or
    0 5 * * * curl -s 'http://your_domain/index.php?main_page=sitemapxml&rebuild=yes&ping=yes'
    or
    0 5 * * * php -f path_to_shop/cgi-bin/sitemapxml.php rebuild=yes ping=yes

  2. Submit to SE http://olivariaccessories.com/index.php?main_page=sitemapxml&inline=yes

jt3c:

  1. How do I recover the lost Tools > Sitemap XML control panel?
    I don't know. May be check Admin Profile?

jt3c:

Does this have to do with the 'DIR_FS_CATALOG', issue which I'm a bit confused about?
No

24 May 2013, 3:56 PM
#1302
jt3c avatar

jt3c

New Zenner

Join Date:
Jul 2007
Location:
Eugene, OR
Posts:
16
Plugin Contributions:
0

Re: SitemapXML v.2

Thanks Andrew!

Hopefully my final queries:

In terms of submitting the sitemap url, and the two options you laid out, if I were to go with #1 I'd have to set up a cron job to do auto updates I understand and can figure out how to set up (seems like many people go this way so is it the preferred method?), but if I go with option #2 does it update automatically as the site changes, or do I need to do manual updates?

Also, I've poked around briefly in the admin profile area but can't figure anything to get the Tools>Sitemap XML panel back. I'll be working a bit on this this afternoon and let you know of any progress. Which actual file(s) renders that control panel?

Appreciating the support,
JT

24 May 2013, 4:10 PM
#1303
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: SitemapXML v.2

jt3c:

if I go with option #2 does it update automatically as the site changes, or do I need to do manual updates?
Well of course not, don't!!!

24 May 2013, 5:17 PM
#1304
jt3c avatar

jt3c

New Zenner

Join Date:
Jul 2007
Location:
Eugene, OR
Posts:
16
Plugin Contributions:
0

Re: SitemapXML v.2

OK, so option #1 it is. Thanks, and sorry if my naivete is frustrating you. This past week is my first foray into SEO issues and it seems like people are getting good benefit from your mod so I wanted to give it a try.

JT

24 May 2013, 5:18 PM
#1305
jt3c avatar

jt3c

New Zenner

Join Date:
Jul 2007
Location:
Eugene, OR
Posts:
16
Plugin Contributions:
0

Re: SitemapXML v.2

Oops, sorry the double post! JT

OK, so option #1 it is. Thanks, and sorry if my naivete is frustrating you. This past week is my first foray into SEO issues and it seems like people are getting good benefit from your mod so I want to give it a try.

JT

24 May 2013, 7:50 PM
#1306
jt3c avatar

jt3c

New Zenner

Join Date:
Jul 2007
Location:
Eugene, OR
Posts:
16
Plugin Contributions:
0

Re: SitemapXML v.2

As a footnote:

I reran the sql patch and got the Tools>Sitemap XML panel back and everything looks like it's working the way it should be, ahhhhh! Now to set up the Cron job.

JT

3 Jun 2013, 9:05 PM
#1307
kevin205 avatar

kevin205

Totally Zenned

Join Date:
Dec 2012
Posts:
607
Plugin Contributions:
0

Re: SitemapXML v.2

While submitting to ask.com I got the following error.

Ping Ask.com
http://submissions.ask.com/ping?sitemap=http%3A%2F%2FMyDomain.com%2Fsitemap%2Fsitemap.xml
cURL Error: "Could not resolve host: submissions.ask.com (Domain name not found)" reading "http://submissions.ask.com/ping?sitemap=http%3A%2F%2FFMyDomain.com%2Fsitemap%2Fsitemap.xml"

Has anyone seen this?

3 Jun 2013, 10:33 PM
#1308
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: SitemapXML v.2

Kevin205:

While submitting to ask.com I got the following error.

Has anyone seen this?
Ask does not have an URL submit feature any longer. Ask.com has now retired this feature and says they will be crawling sites instead.

3 Jun 2013, 10:36 PM
#1309
kevin205 avatar

kevin205

Totally Zenned

Join Date:
Dec 2012
Posts:
607
Plugin Contributions:
0

Re: SitemapXML v.2

DivaVocals:

Ask does not have an URL submit feature any longer. Ask.com has now retired this feature and says they will be crawling sites instead.

Thank you.

13 Jun 2013, 9:16 PM
#1310
lanadearg avatar

lanadearg

New Zenner

Join Date:
Nov 2012
Location:
Buenos Aires
Posts:
35
Plugin Contributions:
0

Re: SitemapXML v.2

help! I upgraded to zen cart 1.3.9. and my sitemap version 3.2.6 is broken.
I have

XML Parsing Error: malformed
Location: http://giftseshop.com/sitemap/sitemapproducts.xml
Line 10, Column 74: <loc> http://giftseshop.com/index.php?main_page=product_info&products_id=243 </ loc>
-------------------------------------------------- ----------------------- ^

What do i need to do to correct?
Thanks

14 Jun 2013, 5:24 AM
#1311
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: SitemapXML v.2

Hi,

Lanadearg:

help! I upgraded to zen cart 1.3.9. and my sitemap version 3.2.6 is broken.
I have

XML Parsing Error: malformed
Location: http://giftseshop.com/sitemap/sitemapproducts.xml
Line 10, Column 74: <loc> http://giftseshop.com/index.php?main_page=product_info&products_id=243 </ loc>
-------------------------------------------------- ----------------------- ^

> What do i need to do to correct?
> Thanks
This is not a sitemapxml problem, this is a problem of the entire site.
You have somehow changed addresses generated by zen-cart. Instead of & character &. This is not correct. [validator.w3.org](http://validator.w3.org/check?uri=http%3A%2F%2Fgiftseshop.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0)
You use some modules, the "improve" link?
14 Jun 2013, 2:41 PM
#1312
lanadearg avatar

lanadearg

New Zenner

Join Date:
Nov 2012
Location:
Buenos Aires
Posts:
35
Plugin Contributions:
0

Re: SitemapXML v.2

a_berezin:

Hi,

This is not a sitemapxml problem, this is a problem of the entire site.
You have somehow changed addresses generated by zen-cart. Instead of & character &. This is not correct. validator.w3.org
You use some modules, the "improve" link?
I found an error in the seo module, works well now!
Thank you.

14 Jun 2013, 2:52 PM
#1313
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: SitemapXML v.2

Hi,

Lanadearg:

I found an error in the seo module, works well now!
Thank you.

you are welcome! :)

27 Jun 2013, 8:58 PM
#1314
bullryder13 avatar

bullryder13

New Zenner

Join Date:
Jun 2013
Location:
Goodyear, Arizona, United States
Posts:
15
Plugin Contributions:
0

Re: SitemapXML v.2

Is there a way to add another directory to my sitemap. For example, I have a sitemap for my zen cart site and the a subdirectory inside the folder for my site (i.e. /zen-cart site/blog/)

is there a way to add that blog folder to the sitemap?

28 Jun 2013, 3:44 PM
#1315
bullryder13 avatar

bullryder13

New Zenner

Join Date:
Jun 2013
Location:
Goodyear, Arizona, United States
Posts:
15
Plugin Contributions:
0

Re: SitemapXML v.2

Also after I did a 301 Redirect in .htaccess the sitemaps no longer work. How do I add www. to all of the links on the sitemaps. I've tried rebuilding them but it hasn't worked.

28 Jun 2013, 4:03 PM
#1316
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: SitemapXML v.2

bullryder13:

How do I add www. to all of the links on the sitemaps.
Sitemap generates links as specified in the configuration file. If you want to add www. - then you need to fix configure.php.

28 Jun 2013, 4:09 PM
#1317
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: SitemapXML v.2

bullryder13:

Is there a way to add another directory to my sitemap. For example, I have a sitemap for my zen cart site and the a subdirectory inside the folder for my site (i.e. /zen-cart site/blog/)

is there a way to add that blog folder to the sitemap?

This issue was discussed at page 122, read http://www.zen-cart.com/showthread.php?126810-SitemapXML-v-2/page122

28 Jun 2013, 4:10 PM
#1318
bullryder13 avatar

bullryder13

New Zenner

Join Date:
Jun 2013
Location:
Goodyear, Arizona, United States
Posts:
15
Plugin Contributions:
0

Re: SitemapXML v.2

a_berezin:

Sitemap generates links as specified in the configuration file. If you want to add www. - then you need to fix configure.php.

awesome that did it. I tried it before but for some reason it wouldn't keep the changes. So I deleted the existing configure.php file and uploaded the one with the changes.

29 Jun 2013, 7:21 PM
#1319
kevin205 avatar

kevin205

Totally Zenned

Join Date:
Dec 2012
Posts:
607
Plugin Contributions:
0

Re: SitemapXML v.2

How can you **eliminate **a category to be included in the xml?

Such as trying to eliminate the following to be included fromthe xml

/index.php?main_page=index&cPath=1_13
30 Jun 2013, 4:56 AM
#1320
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: SitemapXML v.2

Kevin205:

How can you **eliminate **a category to be included in the xml?
If a page (category, product, feedback etc.) is available on the website, it is available to robots and accordingly included in sitemap. I am not aware of manual control methods of indexing the pages categories, products...