Thread: SitemapXML v.2

Page 80 of 222 FirstFirst ... 3070787980818290130180 ... LastLast
Results 791 to 800 of 2213
  1. #791
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: SitemapXML v.2

    Quote Originally Posted by josh.lapin View Post
    so basically us store owners who dont double as web designers are to blame. read you loud and clear!!!!
    The fact of the matter is that store owners who decide to build their own websites are doubling indeed as web designers. Store owners who decide to become do it yourself site builders must be prepared to roll up their sleeves and learn all they need to know if they want to take on the role of building their own website. The alternative is to pay someone with web designer skills to do the work.. It's just that simple..

    This support thread is 30 pages long because not everyone understands the instructions and may need additional help.. Doesn't mean the mod is hard to install at all..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #792
    Join Date
    Jul 2010
    Posts
    143
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Please help!
    My site was suspended by the hosting company because of so-called phishing after install this module.

    what on earth is happening?


    Version Date
    ==============
    v 2.1.0 30.04.2009 10:35


    Warning from Hosting company
    Phishing site files:

    The list that we have provided here is what we found based on the reports that we received. THIS SHOULD NOT BE CONSIDERED

    TO BE A COMPLETE LIST OF ALL PROBLEMATIC CONTENT ON YOUR ACCOUNT.

    /home2/dankungc/public_html/emart/yahoo/verification/index.php
    /home2/dankungc/public_html/emart/yahoo/verification/login_verify2.htm
    /home2/dankungc/public_html/emart/yahoo/verification/update.php
    /home2/dankungc/public_html/emart/yahoo/verification/login_verify2_files/bc_2.js
    /home2/dankungc/public_html/emart/yahoo/verification/login_verify2_files/yahoo_dom_event_animation_connection_2.js
    /home2/dankungc/public_html/emart/images/img1041449220.php
    /home2/dankungc/public_html/emart/docs/index.html

  3. #793
    Join Date
    Jul 2010
    Posts
    143
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    site reactivated after deleting the files.

  4. #794
    Join Date
    Oct 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Hello !
    My ZenCart Version is 1.3.9h ( Polish Language Pack / encoding iso 8859-2 ). I'm using Ultimate SEO URL, and also would like to use SiteMapXML.
    I have done installation without any faults.

    My problem is xml files. There are empty ;( ( only sitemapproducts.xml have few elements ).
    XML files has got 777 CHMOD

  5. #795
    Join Date
    Jun 2011
    Posts
    27
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    I am using modified seo urls on my site encode to utf-8 language hebrew urls shown hebrew ,
    i installed the sitemapxml mode and it works fine but urls shown
    like this
    www.mysite.com//×™×•×§× ×•×‘×” כבש ו×ורז ×œ×›×œ×‘×™× ×‘×•×’×¨×™× ×ž×’×–×¢ ×‘×™× ×•× ×™ וקטן 15 ×§-×
    when i am pressing on link it goes to the correct page.

    i think it is issue of urldecoding any advice on how to change it to the original url will be appreciated

    Thanks!!

  6. #796
    Join Date
    Jun 2011
    Posts
    27
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    i am pressing on the link and it goes to the correct page if i will subbmit this sitemap to google as now will it be problematic??

  7. #797
    Join Date
    Oct 2011
    Location
    Wichita, KS
    Posts
    12
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    I have noticed the following "Sitemap Index" problem, on a fresh install.

    Code:
    URL - (mysite)/sitemapindex.xml
    Written 0 items (525 bytes), Filesize: 525 bytes
    
    Total: Execution Time 0:1.2210, DB Queries 355, DB Queries Time 0.594.
    Everything else updates, but you would think the main index page would update right?

    I have Sitemap XML - v 3.0.3 27.08.2011 13:11
    ZenCart - v1.3.9h

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

    Default Re: SitemapXML v.2

    Quote Originally Posted by ksduster View Post
    I have noticed the following "Sitemap Index" problem, on a fresh install.

    Code:
    URL - (mysite)/sitemapindex.xml
    Written 0 items (525 bytes), Filesize: 525 bytes
    
    Total: Execution Time 0:1.2210, DB Queries 355, DB Queries Time 0.594.
    Everything else updates, but you would think the main index page would update right?

    I have Sitemap XML - v 3.0.3 27.08.2011 13:11
    ZenCart - v1.3.9h
    I have no idea

  9. #799
    Join Date
    Nov 2011
    Posts
    6
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    I have installed the latest module on my 1.5.0RC1 site. When I try to create/update, I keep getting "Page Not Found" error. How can I fix this problem? I have already checked all the files are uploaded correctly.

    Any help is greatly appreciated.

  10. #800
    Join Date
    Sep 2011
    Location
    Minnesota, whine country, where the grapes suffer
    Posts
    4
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Well, I got tired of downloading sitemap programs that looped, online services that truncate at 500 URLs, and zencart modules that freak out on wrong version numbers.

    SO. here's my final solution, make your own quick and easy.

    STEP 1: Export your zen_to_products table to a file that you open in excel. You get two columns, first is product ID, 2nd is category: PhPAdmin select table, select export type, select your format, GO

    STEP 2: Then put this excel statement in column D and propagate it over all rows:

    =CONCATENATE("<url><loc>http://your site name here.com/index.php?main_page=product_info&amp;cPath=",B1,"&amp;products_id=",A1,"</loc><lastmod>2011-11-10</lastmod><changefreq>weekly</changefreq><priority>0.5</priority></url>")


    This will create a complete URL entry for every product in your store. be sure to replace "your site name here" with your site name. Change the date, priority, and frequency if you know what they do and they mean something to you

    STEP 3 Copy that column

    STEP 4 Paste into notepad

    STEP 5 insert this header at the very top

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>

    <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

    STEP 6 insert this footer at the very bottom


    </urlset>

    You now have a complete store site map.

    Enjoy.

 

 

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