Thread: SitemapXML v.2

Page 1 of 211 1231151101 ... LastLast
Results 1 to 10 of 2106
  1. #1
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default SitemapXML v.2

    This Script generates an Sitemap as described here:
    http://www.sitemaps.org/

    (This replaces my former "Google Sitemap XML" addon, which I no longer support.)

    Features:
    =========
    - supports multilangual categories and products
    - supports Search-Engine Safe URLs
    - could be accessed by http or command line
    - autogenerates multiple sitemaps for sites with over 50.000 URLs
    - autogenerates multiple sitemaps if filesize exceeded 10MB
    - writes files compressed or uncompressed
    - using index.php wrapper - http://domain.com/index.php?main_page=sitemapxml
    - using languages file and etc.
    - auto-notify Google, Yahoo!, Ask.com and Microsoft (both live.com and msn.com)
    You can use the gzip feature or compress your Sitemap files using gzip.
    Please note that your uncompressed Sitemap file may not be larger than 10MB.
    - generation of a sitemap index file
    - generation of xml-sitemaps for (separate files):
    1. Products (support hideCategories),
    2. Categories (support hideCategories),
    3. Reviews,
    4. EZ-pages
    - multi-language support,
    - 'EZ pages rel=nofollow attribute' support (http://www.zen-cart.com/index.php?ma...roducts_id=944),
    - 'date_added'/'last_modified' support,
    - check internal links ('alt_url') by "noindex" rule (main_page in ROBOTS_PAGES_TO_SKIP),
    - toc_chapter proccessing
    5. Testimonials,

    If the products, categories, reviews have not changed since the last generation (time creation corresponding xml-sitemap file), a new xml-sitemap file not created (using existing xml-sitemap).

    Priority is calculated on the basis of the positions in the selection from the database, ie the operator ORDER BY in the sql query. First item have priority=1.00, last=0.10. So can no longer be situations where all items in the file have the same priority.
    Products - ORDER BY p.products_sort_order ASC, last_date DESC
    Categories - ORDER BY c.sort_order ASC, last_date DESC
    Reviews - ORDER BY r.reviews_rating ASC, last_date DESC
    EZ-pages - ORDER BY p.sidebox_sort_order ASC, last_date DESC
    Testimonials - ORDER BY last_date DESC

    Support 3 $_GET parameters:
    ping=yes - Pinging Google, Yahoo!, Ask.com and Microsoft.

    inline=yes - output file sitemapindex.xml. In Google Webmaster Tools you can define your "Sitemap URL":
    http://<your shop>/googlesitemap.php?inline=yes
    And every time Google will get googlesitemap.php he will receive a fresh sitemapindex.xml.

    genxml=no - don't generate xml-files.

    rebuild=yes - force rebuild all sitemap*.xml files.

    Comments and suggestions are welcome.
    If you need any more sitemaps (faq, news, etc) you may ask me, but I will do only if it matches with my interests.

    Download: http://www.zen-cart.com/index.php?ma...roducts_id=544

  2. #2
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: SitemapXML v.2

    Great to see it go live. Is it the same as the last beta you sent me or should I just download the new version?
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

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

    Default Re: SitemapXML v.2

    Hi Andrew,
    Quote Originally Posted by hem View Post
    Great to see it go live. Is it the same as the last beta you sent me or should I just download the new version?
    I add something new facilities. Better download the new module.

  4. #4
    Join Date
    Jul 2007
    Location
    Roseville, Michigan
    Posts
    188
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Would this be a replacement for the Google XML Sitemap module then?

  5. #5
    Join Date
    Jul 2005
    Posts
    537
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Quote Originally Posted by smoke133 View Post
    Would this be a replacement for the Google XML Sitemap module then?
    I think so. I read in his other post about the google mod:
    Quote Originally Posted by a_berezin View Post
    Attention!
    This module is no longer supported!!!


    Use new module sitemapXML - http://www.zen-cart.com/forum/showthread.php?p=725347

  6. #6
    Join Date
    Jan 2007
    Posts
    1,484
    Plugin Contributions
    10

    Default Re: SitemapXML v.2

    Thank you, Andrew, for your contributions!!!!

    I didn't see this in the readme file. Are there any special instructions for upgrading from the last Google Sitemap version? Or do we just overwrite all files and install the database patch, or...?

    Zen Cart and it's community are the best!!

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

    Default Re: SitemapXML v.2

    I do not know why the zen-team put this module to the old module Google Sitemap. These are different modules.

    You can uninstall old Google Sitemap module and use only SitemapXML.

  8. #8

    Default Re: SitemapXML v.2

    Hello,

    I have installed the module and I thought everything went correctly, but apparently not.

    Google Webmaster Tools reports the following error:

    Unsupported file format
    Your Sitemap does not appear to be in a supported format. Please ensure it meets our Sitemap guidelines and resubmit.

    My site is http://www.earphoneguy.com and the site map (which looks weird) is at http://www.earphoneguy.com//index.ph...age=sitemapxml

    My Zen-Cart version is 1.3.8a.

    Any suggestions on how to correct this or what I did wrong? I have only been using Zen-Cart for less than a week.

    Thanks!

  9. #9
    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 uninstall old Google Sitemap module and use only SitemapXML.
    I tried uninstalling Google sitemap.
    Ran uninstall.sql and deleted all files.
    However, I still show Google XML sitemap in Admin -> Tools.
    Upon clicking on it throws error 404.
    How can I remove this entry from database?
    Thanks.

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

    Default Re: SitemapXML v.2

    Re-installed Google Sitemap, ran uninstall.sql
    Entry in Tools still there.
    Deleted all files, ran patch again, no luck.
    Searched whole database for entries, 0 matches.
    Still unable to completely uninstall this mod.

 

 
Page 1 of 211 1231151101 ... 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