Zen Cart Logo

SitemapXML v.2

Views: 613,551

Results 1,041 to 1,060 of 2,226
31 Aug 2012, 9:42 AM
#1041
a_berezin avatar

a_berezin

Deceased

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

SitemapXML v.2

dmagic:

Force rebuild all sitemap*.xml files!

All is ok But It does not generate this file .
Sure. Because you have a another index file - sitemapindex.xml. Look at your SitemapXML configuration.

2 Sep 2012, 12:05 AM
#1042
discoverytdi avatar

discoverytdi

Totally Zenned

Join Date:
May 2011
Location:
Sunny Rossendale (not)
Posts:
562
Plugin Contributions:
0

Re: SitemapXML v.2

Just installed the Ceon URI Mapping mod the only thing I have noticed is after rebuilding my sitemaps using the sitemap XML mod, my categories and products are not being indexed in Google don’t know if the two are connected just seems weird never had this before. I've done all the checks in WMT no errors showing crawled as google bot etc set Using parameter language in links to fales in stemaps confuration anyone any clues where to look next.
zencart v1.5
http://www.rvsolarsystems.co.uk/

2 Sep 2012, 12:28 AM
#1043
a_berezin avatar

a_berezin

Deceased

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

Re: SitemapXML v.2

discoverytdi:

my categories and products are not being indexed in Google
Why do you think so? You have 331 pages indexed.
For example from the category Solar Panels for Caravans and Motorhomes indexed all three products.
And 116 products pages in the index with the old URI.

So be patient...

2 Sep 2012, 12:51 AM
#1044
discoverytdi avatar

discoverytdi

Totally Zenned

Join Date:
May 2011
Location:
Sunny Rossendale (not)
Posts:
562
Plugin Contributions:
0

Re: SitemapXML v.2

Thanks thought it might be a case. should I let google drop the old URLs or remove them myself. thanks for your help

2 Sep 2012, 2:21 AM
#1045
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

discoverytdi:

Thanks thought it might be a case. should I let google drop the old URLs or remove them myself. thanks for your helpWhy worry about this?? Even accessing the old URL, the visitor still hits the page.. (with the NEW URI mind you thanks to Ceon URI)

2 Sep 2012, 3:31 AM
#1046
sph avatar

sph

Totally Zenned

Join Date:
Jan 2006
Posts:
1,556
Plugin Contributions:
0

Re: SitemapXML v.2

Just wanted to say thank you for this nice mod!

I re-did my main site yesterday with a fresh 1.5 install, returned to url re-writing by installing Ultimate SEO, installed this sitemap plugin and everything seems to work properly, and it seemed pretty effortless.

Thanks again!

8 Sep 2012, 4:28 PM
#1047
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: SitemapXML v.2

Here's and update on Ask.com if you were wondering what happen to it.. Ask.com Sitemap Crawler is Down for good. Here is what one of the employees said from over there at Ask.com. He said this on June, 18, 2012

The question ask was.
I have been using Ask.com as one of the search engines to ping my sitemap. When I went to ping my sitemap today to have my sitemap re-indexed, the website (http://submissions.ask.com/ping) says it no longer exists? I did a DNS lookup on submissions.ask.com and it looks like Ask.com has removed the subdomain, but their Website Crawler FAQ still has it listed? Any ideas of whats happening?

Answer from Ask.com

We now utilize a crawling method of adding new content to our search index. The subdomain you refer to was just retired over the weekend, and we'll be updating that FAQ page very shortly.

Best regards,
Eric from Ask.com

Guess that means we don't need the options to notify Ask.com any more...

9 Sep 2012, 5:42 AM
#1048
redspinnaker avatar

redspinnaker

New Zenner

Join Date:
Oct 2010
Posts:
50
Plugin Contributions:
0

Re: SitemapXML v.2

Problem with creating sitemapmanufacturers.xml

Running Sitemap XML 3.2.6 with Zencart v1.3.9h:

I have 6 names listed under "Manufacturers" and when I do "Create / update your site map" and look in sitemap/sitemapmanufacturers.xml I find only two of the six names listed. I think I've checked all the obvious fixes. but having said that, maybe there's something really simple I've overlooked :p Any ideas please?

10 Sep 2012, 7:07 PM
#1049
keneso avatar

keneso

Totally Zenned

Join Date:
May 2009
Posts:
1,273
Plugin Contributions:
3

Re: SitemapXML v.2

I am a bit confused by "Override Template for common/tpl_main_page.php" in
includes/templates/template_default/sitemapxml/tpl_main_page.php

Do the files
includes/templates/template_default/sitemapxml/tpl_main_page.php
includes/templates/template_default/sitemapxml/html_header.php
override my custom files?

Thank you

10 Sep 2012, 7:15 PM
#1050
a_berezin avatar

a_berezin

Deceased

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

Re: SitemapXML v.2

keneso:

I am a bit confused by "Override Template for common/tpl_main_page.php" in
includes/templates/template_default/sitemapxml/tpl_main_page.php

Do the files
includes/templates/template_default/sitemapxml/tpl_main_page.php
includes/templates/template_default/sitemapxml/html_header.php
override my custom files?
Sorry, I do not quite understand. Do you have your custom files

includes/templates/template_default/sitemapxml/tpl_main_page.php
includes/templates/template_default/sitemapxml/html_header.php

Better this files to

includes/templates/YOUR_TEMPLATE/sitemapxml/tpl_main_page.php
includes/templates/YOUR_TEMPLATE/sitemapxml/html_header.php
11 Sep 2012, 8:45 AM
#1051
keneso avatar

keneso

Totally Zenned

Join Date:
May 2009
Posts:
1,273
Plugin Contributions:
3

Re: SitemapXML v.2

Thank you, and sorry for the confusion; please let me explain it more in detail.

In the oprning comment on this file
includes/templates/template_default/sitemapxml/tpl_main_page.php
it's written
"Override Template for common/tpl_main_page.php"

I have modified my tpl_main_page.php and html_header.php which are in
includes/templates/MY_TEMPLATE/common/

My question is if these two files
includes/templates/YOUR_TEMPLATE/sitemapxml/tpl_main_page.php
includes/templates/YOUR_TEMPLATE/sitemapxml/html_header.php
will override my modified files, and thus if I need to merge them, or are these two files used only for the sitemap page/file, and I need do nothing to my modified files.

11 Sep 2012, 1:46 PM
#1052
a_berezin avatar

a_berezin

Deceased

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

Re: SitemapXML v.2

keneso:

are these two files used only for the sitemap page/file, and i need do nothing to my modified files.
yes ! ! !

16 Sep 2012, 9:01 AM
#1053
win8win avatar

win8win

Zen Follower

Join Date:
Apr 2012
Location:
beijing
Posts:
258
Plugin Contributions:
1

Re: SitemapXML v.2

too long to find the info i need

19 Sep 2012, 12:42 AM
#1054
coreyalderin avatar

coreyalderin

Zen Follower

Join Date:
May 2012
Posts:
137
Plugin Contributions:
0

Re: SitemapXML v.2

I am sorry if any of this has been asked before, but I could not go thru the entire thread.

I am using V1.5

I still dont fully undersatnd sitemaps. But is this mod as easy as just installing and I dont need to know much about it?

For step 7 of install instructions, what parameters do I need to set? Will the parameters be OK if I just leave them as is?

For step 8 (Go to Admin -> Tools -> Google XML Sitemap), I dont see Google XML Sitemap on my admin. Did I do something wrong?

What is a cron job? Are there instructions on how to do this?

Thank you

19 Sep 2012, 12:45 AM
#1055
coreyalderin avatar

coreyalderin

Zen Follower

Join Date:
May 2012
Posts:
137
Plugin Contributions:
0

Re: SitemapXML v.2

Oh, and the instructions say "If you need anymore sitemaps...". Does this mean I need to create more files to accomidate my site, since I have unique EZ pages?

Thanks

19 Sep 2012, 10:46 AM
#1056
a_berezin avatar

a_berezin

Deceased

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

Re: SitemapXML v.2

coreyalderin:

I still dont fully undersatnd sitemaps.
Then you do not need this module.

coreyalderin:

For step 7 of install instructions, what parameters do I need to set? Will the parameters be OK if I just leave them as is?
Yes

coreyalderin:

For step 8 (Go to Admin -> Tools -> Google XML Sitemap), I dont see Google XML Sitemap on my admin. Did I do something wrong?
May be you have not execute a install-sitemapxml_only_for_zen-cart-1_5_0.sql?

coreyalderin:

What is a cron job?
http://bit.ly/vGxdZm

coreyalderin:

Are there instructions on how to do this?
Ask your hosting service - on different hosting services, it is configured differently.

19 Sep 2012, 4:33 PM
#1057
coreyalderin avatar

coreyalderin

Zen Follower

Join Date:
May 2012
Posts:
137
Plugin Contributions:
0

Re: SitemapXML v.2

Thanks a_ bezerin

Why do you say I dont need this module? From what I have read, it sounds like its a good idea to have a sitemp, especially for new websites like mine.

19 Sep 2012, 4:48 PM
#1058
a_berezin avatar

a_berezin

Deceased

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

Re: SitemapXML v.2

coreyalderin:

Why do you say I dont need this module?
Because you said:
coreyalderin:

I still dont fully undersatnd sitemaps.
What meaning do the things you do not understand?
Maybe it makes sense to first understand the sitemap, and then decide what to do with it.

coreyalderin:

From what I have read, it sounds like its a good idea to have a sitemp, especially for new websites like mine.
Site well indexed without sitemap.

22 Sep 2012, 4:59 PM
#1059
weber avatar

weber

Zen Follower

Join Date:
Nov 2005
Posts:
157
Plugin Contributions:
0

Re: SitemapXML v.2

help! i upgrate to version 3.2.6 17.06.2012 16:13

when i click generate xml, it shows an 500 error, which is:
[22-Sep-2012 18:30:46] PHP Parse error: syntax error, unexpected '@' in XXXXXX\includes\classes\sitemapxml.php on line 845

check the file, it's

#line 844
$in[] = '@&(laquo);@i'; $out[] = '?;
$in[] = '@&(raquo);@i'; $out[] = '?;
$in[] = '@&(deg);@i'; $out[] = '?;
$in[] = '@&(mdash);@i'; $out[] = '?;
$in[] = '@&(reg);@i'; $out[] = '?;
$in[] = '@&(?;@i'; $out[] = '-';
$str = preg_replace($in, $out, $str);
return $str;

weird. then i download one more time and older version, same... what's wrong?

23 Sep 2012, 1:15 PM
#1060
a_berezin avatar

a_berezin

Deceased

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

Re: SitemapXML v.2

weber:

when i click generate xml, it shows an 500 error, which is:
[22-Sep-2012 18:30:46] PHP Parse error: syntax error, unexpected '@' in XXXXXX\includes\classes\sitemapxml.php on line 845
Delete lines 820-852