Thread: SitemapXML v.2

Page 100 of 222 FirstFirst ... 50909899100101102110150200 ... LastLast
Results 991 to 1,000 of 2213
  1. #991
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,295
    Plugin Contributions
    1

    Default Re: SitemapXML v.2

    Quote Originally Posted by a_berezin View Post
    Properly set up cron. On the site there is information that appears on its own, such as reviews, tetimonials.
    That's a good point Andrew, I had forgotten about those automatically updated pages.

  2. #992
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: SitemapXML v.2

    Quote Originally Posted by elenkov View Post
    Hello, very very nice module ! :) I like it so much and its working.
    But i submit my sitemaps to google webmaster and google says: Parsing Error 4 errors
    We were unable to read your Sitemap. It may contain an entry we are unable to recognize. Please validate your Sitemap before resubmitting.
    I validate it.. everything is ok.
    Please tell me how to fix this
    www.sinstore.eu is the site www.sinstore.eu/sitemap.xml ...
    1. What address you submit to GWT?
    2. If you use sitemap.xml as sitemap index file, you must delete sitemapindex.xml file.

  3. #993
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: SitemapXML v.2

    Hi Isaacola,
    Quote Originally Posted by BlessIsaacola View Post
    I will definitely keep an eye on the Plugins section as well.
    Just saw that the module is enabled for download. Previously had notice of the activation - now no: (

  4. #994

    Default Re: SitemapXML v.2

    Hi,

    Any ideas as to why SitemapXML (v 3.2.5 31.05.2012) is generating URLs with a spurious / extra ampersand, "amp" and semicolon?

    For example, SiemapXML generates the following URL (unwanted part shown in red):

    http://www.futuregarageservices.co.u...o&cPath=0&products_id=14693

    ...when it should be:

    http://www.futuregarageservices.co.u...ducts_id=14693

    Any advice would be greatly appreciated. (I'm currently using Zencart Version 1.3.9h)

  5. #995
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: SitemapXML v.2

    Quote Originally Posted by Podgeminster View Post
    Really? Are you sure? Do not try to read the documentation?

  6. #996
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Thanks Andrew! I downloaded and installed but I have a feeling I did something wrong because of the two issues I am seeing:
    I am seeing things like: TEXT_CONFIGURATION_TITLE_SITEMAPXML_EXECUTION_TOKEN, TEXT_CONFIGURATION_DESCRIPTION_SITEMAPXML_PRODUCTS_USE_CPATH, and many other configuration values not showing the names for them.

    Also after I upgraded on the admin side, I am seeing this when I access Tools - Sitemap XML

    Title: TEXT_SITEMAPXML_FILE_LIST
    The Headers are showing: TEXT_SITEMAPXML_FILE_LIST_TABLE_FNAME TEXT_SITEMAPXML_FILE_LIST_TABLE_FSIZE TEXT_SITEMAPXML_FILE_LIST_TABLE_FTIME TEXT_SITEMAPXML_FILE_LIST_TABLE_FPERMS TEXT_SITEMAPXML_FILE_LIST_TABLE_TYPE TEXT_SITEMAPXML_FILE_LIST_TABLE_ITEMS TEXT_SITEMAPXML_FILE_LIST_TABLE_COMMENTS TEXT_SITEMAPXML_FILE_LIST_TABLE_ACTION

    It's almost like I am missing some type of define file but not sure what I did wrong.

    Thanks!

  7. #997
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Please ignore this post. The problem was on my side...I forgot to override one file in the language file on the Admin side. Thanks for this awesome upgrade.

    Quote Originally Posted by BlessIsaacola View Post
    Thanks Andrew! I downloaded and installed but I have a feeling I did something wrong because of the two issues I am seeing:
    I am seeing things like: TEXT_CONFIGURATION_TITLE_SITEMAPXML_EXECUTION_TOKEN, TEXT_CONFIGURATION_DESCRIPTION_SITEMAPXML_PRODUCTS_USE_CPATH, and many other configuration values not showing the names for them.

    Also after I upgraded on the admin side, I am seeing this when I access Tools - Sitemap XML

    Title: TEXT_SITEMAPXML_FILE_LIST
    The Headers are showing: TEXT_SITEMAPXML_FILE_LIST_TABLE_FNAME TEXT_SITEMAPXML_FILE_LIST_TABLE_FSIZE TEXT_SITEMAPXML_FILE_LIST_TABLE_FTIME TEXT_SITEMAPXML_FILE_LIST_TABLE_FPERMS TEXT_SITEMAPXML_FILE_LIST_TABLE_TYPE TEXT_SITEMAPXML_FILE_LIST_TABLE_ITEMS TEXT_SITEMAPXML_FILE_LIST_TABLE_COMMENTS TEXT_SITEMAPXML_FILE_LIST_TABLE_ACTION

    It's almost like I am missing some type of define file but not sure what I did wrong.

    Thanks!

  8. #998
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Andrew,

    I noticed an issue when I enable "Generate Products Image tags for products urls" the url that's generated is wrong. It's something like this: <image:loc>http://www.clevershoppers.com/images/images/marymeyer/56900.jpg</image:loc> when it should be like this: <image:loc>http://www.clevershoppers.com/images/marymeyer/56900.jpg</image:loc> There's an additional images/ added to the url.

    Also, can you please elaborate on how to implement the "Start Security Token?"

    Thanks very much!

  9. #999
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: SitemapXML v.2

    Hi Isaacola,
    Quote Originally Posted by BlessIsaacola View Post
    I noticed an issue when I enable "Generate Products Image tags for products urls" the url that's generated is wrong. It's something like this: <image:loc>http://www.clevershoppers.com/images/images/marymeyer/56900.jpg</image:loc> when it should be like this: <image:loc>http://www.clevershoppers.com/images/marymeyer/56900.jpg</image:loc> There's an additional images/ added to the url.
    Thank you for bag report! Quick fix:
    File includes/classes/sitemapxml.php
    found (line 469):
    PHP Code:
    $loc HTTP_SERVER DIR_WS_CATALOG DIR_WS_IMAGES $image['file']; 
    replace by
    PHP Code:
    $loc HTTP_SERVER DIR_WS_CATALOG $image['file']; 
    Quote Originally Posted by BlessIsaacola View Post
    Also, can you please elaborate on how to implement the "Start Security Token?"
    It's very simple.
    This is done to ensure that no one else could run the Sitemap generation.
    Specify any value for this parameter, for example "IsaacolaMap".
    After that when you start Sitemap add to the url the parameter token=IsaacolaMap. For ex.: site.com/sitemapxml.html?rebuild=yes&token=IsaacolaMap

    When you run Sitemap from the administrator this parameter is automatically substituted. A job for cron will need to adjust the hands.

  10. #1000
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: SitemapXML v.2

    Upload new version 3.2.6

    Update Notes:
    Bug fixes
    Rewrite gss.xls

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR