Jump to content

Google Sitemap module problem after latest update


Recommended Posts

All cms pages still showing on all sitemaps, on all stores... google is downranking sites because of these issues :D

 

with  googlesitemap (2.3.6)  installed, i see only cms pages which are common to all stores + specific to store A are showing  in store A sitemap

 

do you have any idea, why this multiple entries in 'ps_product_lang' table ? imagine a multistore setup for 5 store having 5000 products for each store, those unnecessary entries will make DB queries slow.

Edited by rajlaskar (see edit history)
Link to comment
Share on other sites

  • 1 month later...

Hi All,

 

I'm running gsitemap 2.3.2, version 2.3.8 is still bugs, I have SSL enabled but not on all pages but I get in the sitemap 2.3.8 language url in ssl, and other like best-sales - contact us in ssl url, this should be http

Link to comment
Share on other sites

  • 2 months later...

I have a problem with 2.3.9 on ps 1.6

It hangs or gives a 404 after about 60 seconds when I try to generate a sitemap.  

Additionally it will also log me out of the BO as it fails.  Have tried uninstall/reinstall to no avail.

Rolling back to 2.2.6 (posted above) makes no difference.

Tried different browsers, same problems.

Guess I have to try a 3rd party sitemap generator...

Link to comment
Share on other sites

  • 4 months later...
  • 7 months later...

Good afternoon. I install the latest version of gsitemap 3.1.0. I use nginx + fastfpm. Rewrite rules prescribed . At the moment, I have a problem the next character.

 

On my site i have link like:

 

http://www.MYSITE.ru/avtomobilnaya-elektronika/ratsii/2-ratsija-alan-78-plus/

 

On GSITEMAP I have link, and my server answers 404 error on this link.

 

http://www.MYSITE.ru/ratsii/ratsija-alan-78-plus.html

 

Can i fix it myself?

 

Use search, but nothing good not found.

Edited by mr_smiley (see edit history)
Link to comment
Share on other sites

Good afternoon. I install the latest version of gsitemap 3.1.0. I use nginx + fastfpm. Rewrite rules prescribed . At the moment, I have a problem the next character.

 

On my site i have link like:

 

http://www.MYSITE.ru/avtomobilnaya-elektronika/ratsii/2-ratsija-alan-78-plus/

 

On GSITEMAP I have link, and my server answers 404 error on this link.

 

http://www.MYSITE.ru/ratsii/ratsija-alan-78-plus.html

 

Can i fix it myself?

 

Use search, but nothing good not found.

I fix it. If you use module Friendly URL without ID, you must fix this file

 

/override/classes/Dispatcher.php

 

'product_rule' => array(

            'controller' =>    'product',

            'rule' =>        '{category:/}{rewrite}.html',

 

to this

 

'product_rule' => array(

            'controller' =>    'product',

            'rule' =>        '{categories:/}{id}-{rewrite}/',

 

{categories:/}{id}-{rewrite}/ - it's my rule to Friendly URL.

Link to comment
Share on other sites

×
×
  • Create New...