Thread: SitemapXML v.2

Page 3 of 211 FirstFirst 123451353103 ... LastLast
Results 21 to 30 of 2107
  1. #21
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,372
    Plugin Contributions
    4

    Default Re: SitemapXML v.2

    Quote Originally Posted by a_berezin View Post
    You can see this in header_php.php
    In that case, what would you set time limit to?

  2. #22
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,372
    Plugin Contributions
    4

    Default Re: SitemapXML v.2

    Quote Originally Posted by zcnb View Post
    I would appreciate answering a few questions that will help me better understand this add-on.
    Let me field some easy questions and maybe the author can reply more in-depth.
    SitemapXML does not replace any core files, therefore will not interfere with ZC built-in functions.
    However, the ZC sitemap is not in XML format, and will not be accepted by search engines.
    The whole idea of sitemapXML is to automate the creation of a standards-compliant sitemap and its submission to search engines.
    Bottom line, they are different animals.

  3. #23
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,372
    Plugin Contributions
    4

    Default Re: SitemapXML v.2

    Quote Originally Posted by ckosloff View Post
    In that case, what would you set time limit to?
    http://uk.php.net/set_time_limit
    Parameters


    seconds The maximum execution time, in seconds. If set to zero, no time limit is imposed.

  4. #24
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,372
    Plugin Contributions
    4

    Default Re: SitemapXML v.2

    Question on cron jobs:
    I have set up a cron job like so:
    00*** GET 'http://www.ladywig.com/index.php?main_page=sitemapxml'
    according to instructions.
    I do get a report in my email.
    This report shows the source of sitemapxml.
    My question is: is this being pinged to the 4 search engines?
    When I go to Tools --> SitemapXML on step 1 I create sitemap and see it.
    On step 2 I see results from search engines.
    I am not seeing results from search engines in the cron job.

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

    Default Re: SitemapXML v.2

    Quote Originally Posted by ckosloff View Post
    Quote Originally Posted by ckosloff View Post
    In that case, what would you set time limit to?
    http://uk.php.net/set_time_limit
    Parameters
    seconds The maximum execution time, in seconds. If set to zero, no time limit is imposed.
    You quickly learns.

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

    Default Re: SitemapXML v.2

    Quote Originally Posted by zcnb View Post
    I would appreciate answering a few questions that will help me better understand this add-on.
    Once more:
    This Script generates an Sitemap as described here: http://www.sitemaps.org/
    Read http://www.sitemaps.org/ and you answer your questions.

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

    Default Re: SitemapXML v.2

    Quote Originally Posted by ckosloff View Post
    This report shows the source of sitemapxml.
    Source??? You mean the source code of php script?
    Quote Originally Posted by ckosloff View Post
    My question is: is this being pinged to the 4 search engines?
    No. You must use parameter "ping=yes" (read readme.txt):
    Code:
    00*** GET 'http://www.ladywig.com/index.php?main_page=sitemapxml&ping=yes'

  8. #28
    Join Date
    Jun 2008
    Posts
    328
    Plugin Contributions
    0

    Idea or Suggestion Re: SitemapXML v.2

    Quote Originally Posted by a_berezin View Post
    Read http://www.sitemaps.org/ and you answer your questions.
    Andrew, thank you for your answer. Yes, I read http://www.sitemaps.org (before posting my questions) and I understand that:
    1. SitemapXML v.2 doesn't replace the Site Map facility as comes prepackaged in the existing Zen Cart ver. 1.3.8a
    2. SitemapXML v.2 is for submission to search engines only. It has no visual output component.
    3. SitemapXML v.2 doesn't support turning off selectively certain pages from sitemap. It does support other aspects per type of pages (e.g. Products vs. Cateogries vs. EZ-Pages).


    Still, I wonder whether it would be better to have these two features merged (Zen Cart's visible site map with your XML based map).

    BTW, I believe there is a bug in includes/modules/pages/sitemapxml/sitemapxml_ezpages.php line 93:
    PHP Code:
     if ($link_base_url != $zen_SiteMapXML->base_url) {
            
    $zen_SiteMapXML->message(sprintf(TEXT_ERRROR_EZPAGES_OUTOFBASE$page_query->fields['alt_url'], $link) . ' -- ' $link_base_url ' != ' $zen_SiteMapXML->base_url '<br />''error');
            
    $link false;
          } 
    For EZ-Pages links that do not follow the typical URL of
    http://<domain.com>/store/index.php?main_page=page&id=3
    But rather have an "external" link like:
    http://<domain.com>/store/index.php?main_page=shippinginfo
    The aforementioned line produces an error:
    EZ-Page ignored (out of base url)
    When in fact the only difference between $link_base_url and $zen_SiteMapXML->base_url is a trailing slash.

    This results in not indexing all EZ-Pages, but rather only part of them.

    I can probably fix the bug myself but I believe that you will do a better job, as you are the designer of this add on.

  9. #29
    Join Date
    Jun 2008
    Posts
    328
    Plugin Contributions
    0

    Idea or Suggestion Re: SitemapXML v.2

    OK - here is my bug fix. I hope that you will find it useful.
    Attached Files Attached Files

  10. #30
    Join Date
    Jan 2008
    Posts
    90
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    @zcnb

    I'm not getting the errors you were mentioning and my ez pages are set up the way you said would get an error.

    HOWEVER

    When I click the button to create the sitemaps or to ping the search engines the page that pops up is completely black.

 

 
Page 3 of 211 FirstFirst 123451353103 ... 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