Zen Cart Logo

SitemapXML v.2

Views: 613,216

Results 121 to 140 of 2,226
12 Jun 2009, 3:33 PM
#121
a_berezin avatar

a_berezin

Deceased

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

SitemapXML v.2

trinorthlighting:

Why does the sitemap generator add an &language=en to the end of the urls?
Admin -> Configuration -> Sitemap XML -> 'Generate language_id for default language' - set to false

12 Jun 2009, 11:50 PM
#122
lloyd_borrett avatar

lloyd_borrett

Zen Follower

Join Date:
Mar 2006
Location:
Rosebud, Victoria, Australia
Posts:
308
Plugin Contributions:
2

Re: SitemapXML v.2

a_berezin:

Admin -> Configuration -> Sitemap XML -> 'Generate language_id for default language' - set to false

That's a pretty important setting. I hadn't realised that I was suddenly giving out the language setting in my sitemap files. Hopefully having that setting on for a few days won't have stuffed up my rankings too much.

Cheers, Lloyd Borrett.

12 Jun 2009, 11:56 PM
#123
lloyd_borrett avatar

lloyd_borrett

Zen Follower

Join Date:
Mar 2006
Location:
Rosebud, Victoria, Australia
Posts:
308
Plugin Contributions:
2

Re: SitemapXML v.2

G'day,

I'm a bit confused over how SitemapXML handles EZ-Pages and Defined Pages.

SitemapXML outputs three items into my sitemapezpages.xml file: privacy, site_map and the resolved link to gift certificates.

But how can I get the pages shipping_info, returns, conditions and contact_us into one of the sitemap files?

Chrees, Lloyd Borrett.

13 Jun 2009, 1:59 AM
#124
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: SitemapXML v.2

kevinmc3:

I am getting TWO different answers. Is it:
A. googlesitemap.php?inline=yes
or
B. sitemapindex.xml
This has been elucidated previously in this thread, search a few pages backwards.

13 Jun 2009, 7:58 AM
#125
a_berezin avatar

a_berezin

Deceased

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

Re: SitemapXML v.2

lloyd_borrett:

I'm a bit confused over how SitemapXML handles EZ-Pages and Defined Pages.
Readme:
lloyd_borrett:

  • generation of xml-sitemaps for (separate files):
  1. Products (support hideCategories),
  2. Categories (support hideCategories),
  3. Reviews,
  4. EZ-pages
  5. Testimonials,
    Where do you see here Defined Pages?
    Defined Pages are not supported and will not be maintained.

If you feel like you can your hands to create a sitemap for Defined Pages. But to index these pages silly - they do not contain any information that would help-sell. This information trash.

15 Jun 2009, 12:43 PM
#126
danijel_m avatar

danijel_m

New Zenner

Join Date:
Jan 2008
Posts:
2
Plugin Contributions:
0

Re: SitemapXML v.2

a_berezin:

Test this one:
file includes/classes/sitemapxml.php
find

$itemRecord .= ' <priority>' . max(number_format((($this->sitemapFileItemsMax-$this->sitemapFileItemsTotal)/$this->sitemapFileItemsMax), 2, '.', ''), 0.10) . '</priority>' . "\n";

> replace by
> ```
$itemRecord .= '  <priority>' . number_format(max((($this->sitemapFileItemsMax-$this->sitemapFileItemsTotal)/$this->sitemapFileItemsMax), 0.10), 2, '.', '') . '</priority>' . "\n";

It works!

Thank you

15 Jun 2009, 4:29 PM
#127
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: SitemapXML v.2

a_berezin:

Readme:

Where do you see here Defined Pages?
Defined Pages are not supported and will not be maintained.

If you feel like you can your hands to create a sitemap for Defined Pages. But to index these pages silly - they do not contain any information that would help-sell. This information trash.

Andrew, there ARE people that still use the define pages,

just because YOU think they are trash dosnt mean other people do...

rather than being a pompous @$$ why not answer the question in a more polite fashion.......

15 Jun 2009, 5:00 PM
#128
a_berezin avatar

a_berezin

Deceased

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

Re: SitemapXML v.2

Merlinpa1969, what is the problem? Rather than read the father make a module for Defined Pages.

15 Jun 2009, 6:29 PM
#129
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: SitemapXML v.2

Andrew all I was saying is that you were rude,
you could have said the same thing and been polite,

the other point I made is that JUST because you thing the define pages (
things like contact us, shipping policy, privacy policy etc.... ) are stupid dosnt mean that the rest of the people do.....

16 Jun 2009, 7:31 AM
#130
a_berezin avatar

a_berezin

Deceased

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

Re: SitemapXML v.2

Merlinpa1969, you did not understood what I meant, did not understand the problem. What is not surprising.

16 Jun 2009, 11:07 PM
#131
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: SitemapXML v.2

Microsoft's moreover database is still working.
Shows OK in the ping report.
So, what do you think is best, leave it and add Bing, or replace entirely?

17 Jun 2009, 3:04 AM
#132
a_berezin avatar

a_berezin

Deceased

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

Re: SitemapXML v.2

ckosloff:

Microsoft's moreover database is still working.
Shows OK in the ping report.
So, what do you think is best, leave it and add Bing, or replace entirely?
I replace it. But to others suggest adding bing.
I did not register in the control panel bing some sites. Why bing took some domain names as a disability - I was not able to understand. :(

17 Jun 2009, 4:42 PM
#133
barrylegal avatar

barrylegal

New Zenner

Join Date:
Oct 2007
Posts:
39
Plugin Contributions:
0

Re: SitemapXML v.2

Hi,

I get this error when running sitemapxml:

Products Sitemap
2008 MySQL client ran out of memory
in:
[select products_type from products where products_id = '72333']

This happens in a matter of seconds. What can correct this?

Regards,
Barry

17 Jun 2009, 6:25 PM
#134
seanloberg avatar

seanloberg

New Zenner

Join Date:
Mar 2008
Posts:
15
Plugin Contributions:
0

Re: SitemapXML v.2

I'm thinking about installing this module on my site but I was wondering if someone could tell me if this version is compatible with ZenCart 1.3.7

Thanks!

17 Jun 2009, 6:52 PM
#135
barrylegal avatar

barrylegal

New Zenner

Join Date:
Oct 2007
Posts:
39
Plugin Contributions:
0

Re: SitemapXML v.2

Hi,

Now I get this error when running sitemapxml:

[select type_handler from product_types where type_id = '1']
2013 Lost connection to MySQL server during query
in:
[select count(*) as total from sessions where sesskey = 'd58bb1555f3d5e6e2a9b51093776a4c0']

Regards,
Barry

17 Jun 2009, 8:47 PM
#136
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 Barry,
You has problems with your hosting.

23 Jun 2009, 2:22 AM
#137
countrycharm avatar

countrycharm

Totally Zenned

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

Re: SitemapXML v.2

BarryLegal:

Hi,

I get this error when running sitemapxml:

Products Sitemap
2008 MySQL client ran out of memory
in:
[select products_type from products where products_id = '72333']

This happens in a matter of seconds. What can correct this?

Regards,
Barry

Go to your cPanel > PHP Config and generate the single php.ini
in that file adjusted the variables for the buffer, input time, execution time, memory limit etc.. If you can not access it make a .ini file and put it in where ever zen cart is, your root. Insert this in that .ini file and it should take care of your problem.

max_execution_time = 300
max_input_time = 90
memory_limit = 100M


24 Jun 2009, 4:38 PM
#138
barrylegal avatar

barrylegal

New Zenner

Join Date:
Oct 2007
Posts:
39
Plugin Contributions:
0

Re: SitemapXML v.2

Hi Randy,

Yep- that's the issue. Thanks for the tip!

Only problem is my webhost wont allow these settings to be changed on a shared account :(

I guess I could always run the sites locally and generate the sitemap from my destop. Any recommendations for doing so?

Regards,
Barry

24 Jun 2009, 5:02 PM
#139
countrycharm avatar

countrycharm

Totally Zenned

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

Re: SitemapXML v.2

BarryLegal:

Hi Randy,

Yep- that's the issue. Thanks for the tip!

Only problem is my webhost wont allow these settings to be changed on a shared account :(

I guess I could always run the sites locally and generate the sitemap from my destop. Any recommendations for doing so?

Regards,
Barry

Try adding it in your .htaccess then and see what happens.

php_value memory_limit 64M

24 Jun 2009, 9:00 PM
#140
barrylegal avatar

barrylegal

New Zenner

Join Date:
Oct 2007
Posts:
39
Plugin Contributions:
0

Re: SitemapXML v.2

countrycharm:

Try adding it in your .htaccess then and see what happens.

Crashes the site until I remove it. Obviously the host feels strongly about this ;)

I installed Wamp Server and have gotten my site to run locally. However when I generate my sitemap the links look like this:

http://localhost/giggles/index.php?main_page=index&cPath=179_185&language=en

Any idea how to get them to show real URL's and seo friendly links?

Barry