Thread: SitemapXML v.2

Page 11 of 212 FirstFirst ... 9101112132161111 ... LastLast
Results 101 to 110 of 2111
  1. #101
    Join Date
    Jan 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    I have read all the pages and it looks that only one have the strange problem:
    Most of the pages are in the sitemap products (categories also) with priority value in range 1.0 - 0.1 but some of them are with strange priority values "0,1" while other with normal "0.1" (comma instead of point"

    This makes Google to produce warnings in webmaster tools

    feel free to look:
    http://gps-centar.com/sitemapcategories.xml
    or:
    http://gps-centar.com/sitemapproducts.xml

    any ideas?
    version is:
    v 2.1.0 30.04.2009 10:35

    With best regards

    Danijel

  2. #102
    Join Date
    Mar 2006
    Location
    Rosebud, Victoria, Australia
    Posts
    310
    Plugin Contributions
    2

    Default Re: SitemapXML v.2

    G'day,

    I've just successfully replaced the old GoogleSiteMapAdmin with SiteMapXML (v 2.1.0 30.04.2009 10:35).

    Seems to be working, but have three issues so far:

    1 - sitemapezpages.xml not being generated. Get the following in the run report.
    Code:
    Ezpages Sitemap
    EZ-Page ignored (out of base url): "index.php?main_page=account" (http://www.scubadoctor.com.au/divesh...n_page=account)
    EZ-Page ignored (out of base url): "index.php?main_page=privacy" (http://www.scubadoctor.com.au/divesh...n_page=privacy)
    EZ-Page ignored (out of base url): "index.php?main_page=site_map" (http://www.scubadoctor.com.au/divesh..._page=site_map)
    EZ-Page ignored (out of base url): "index.php?main_page=index&cPath=21" (http://www.scubadoctor.com.au/divesh...index&cPath=21)
    File http://www.scubadoctor.com.au/divesh...mapezpages.xml. Written 0 items (0 bytes), Filesize: 0 bytes
    2- sitemaptestimonials.xml not being generated. Get nothing about testimonials in the run report.

    3 - Ping Yahoo! fails. Get the following in the run report.
    Code:
    http://search.yahooapis.com/SiteExplorerService/V1/ping?sitemap=http%3A%2F%2Fwww.scubadoctor.com.au%2Fdiveshop%2Fsitemapindex.xml 
    cURL Error: Error http_code "403" reading "http://search.yahooapis.com/SiteExpl...temapindex.xml"
    What have I done wrong?

    Cheers, Lloyd Borrett.
    Zen Cart 1.5.5e, PHP 5.3.29 MySQL 5.5.42

  3. #103
    Join Date
    Mar 2006
    Location
    Rosebud, Victoria, Australia
    Posts
    310
    Plugin Contributions
    2

    Default Re: SitemapXML v.2

    G'day,

    In part 3 above, I'm now not sure if the ping to Yahoo actually fails, or is incorrectly reported.

    If I type http://search.yahooapis.com/SiteExpl...temapindex.xml into my browser, Yahoo returns,

    Code:
    <?xml version="1.0" encoding="utf-8" ?> 
    [FONT=Courier New]-[/FONT] <Success xmlns="urn:yahoo:api">
     <Message>Update notification has successfully submitted.</Message> 
     
     </Success>
     
     
    [FONT=Courier New]-[/FONT] <!-- ws03.ydn.gq1.yahoo.com compressed/chunked Sun Jun  7 21:21:23 PDT 2009 -->
    So it seems the ping works. Maybe SiteMapXML simply isn't reading the reply from Yahoo properly and thus isn't properly reporting what has happened.

    Cheers, Lloyd Borrett.
    Zen Cart 1.5.5e, PHP 5.3.29 MySQL 5.5.42

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

    Default Re: SitemapXML v.2

    Quote Originally Posted by Danijel_M View Post
    Most of the pages are in the sitemap products (categories also) with priority value in range 1.0 - 0.1 but some of them are with strange priority values "0,1" while other with normal "0.1" (comma instead of point"
    Test this one:
    file includes/classes/sitemapxml.php
    find
    Code:
    $itemRecord .= '  <priority>' . max(number_format((($this->sitemapFileItemsMax-$this->sitemapFileItemsTotal)/$this->sitemapFileItemsMax), 2, '.', ''), 0.10) . '</priority>' . "\n";
    replace by
    Code:
    $itemRecord .= '  <priority>' . number_format(max((($this->sitemapFileItemsMax-$this->sitemapFileItemsTotal)/$this->sitemapFileItemsMax), 0.10), 2, '.', '') . '</priority>' . "\n";

  5. #105
    Join Date
    Sep 2006
    Location
    U.K.
    Posts
    162
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Installed OK but Google gives error.. General HTTP error: 404 not found Have I done something wrong??
    Stephen.
    - ZenCart v:1.3.9h - Template: Simply_Kerrin- Column layout grid. v:1.3.6 - big royal mail. v:2.3.4 - stock by attributes 4.7 - Logo Sidebox - SitemapXML v2s.

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

    Default Re: SitemapXML v.2

    Quote Originally Posted by lloyd_borrett View Post
    1 - sitemapezpages.xml not being generated. Get the following in the run report.
    http://www.zen-cart.com/forum/showpo...7&postcount=29

    Quote Originally Posted by lloyd_borrett View Post
    2- sitemaptestimonials.xml not being generated. Get nothing about testimonials in the run report.
    I don't see testimonials on your site.

    Quote Originally Posted by lloyd_borrett View Post
    3 - Ping Yahoo! fails. Get the following in the run report.
    Some errors detected, for ex. "limit exceeded".

  7. #107
    Join Date
    Jan 2008
    Posts
    90
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Quote Originally Posted by a_berezin View Post

    Right, and that link proposed an answer that I already knew. As I stated in my post I changed the frequency to weekly....but at the time (for at least 3 days straight after changing it) it had not fixed the problem. Now...I was gone all weekend and apparently it's working now.

    But thanks for pointing me to an answer that I had already stated that I tried.

  8. #108
    Join Date
    Jan 2007
    Location
    Florida/Missouri
    Posts
    77
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    I'm currently receiving an 404 error when i try to update my site map. It was working in the past but not sure what is wrong. Im using ezpages v1.3.7.

    I checked to see if the map updated and it did not. I'm sure the answer to my question is here and i am just not finding it. Any ideas? Thank you in advance

  9. #109
    Join Date
    Sep 2006
    Location
    U.K.
    Posts
    162
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Quote Originally Posted by SilverKop View Post
    Installed OK but Google gives error.. General HTTP error: 404 not found Have I done something wrong??
    Just a thought as I do not really understand how this mod works, but I have renamed my admin file, would this cause any conflict with the working of the mod.
    Stephen.
    - ZenCart v:1.3.9h - Template: Simply_Kerrin- Column layout grid. v:1.3.6 - big royal mail. v:2.3.4 - stock by attributes 4.7 - Logo Sidebox - SitemapXML v2s.

  10. #110
    Join Date
    Jan 2007
    Location
    Florida/Missouri
    Posts
    77
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Easy fix. Disable AVG if that's your anti virus!

 

 
Page 11 of 212 FirstFirst ... 9101112132161111 ... LastLast

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