Page 4 of 146 FirstFirst ... 234561454104 ... LastLast
Results 31 to 40 of 1456
  1. #31
    Join Date
    Feb 2006
    Posts
    308
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    hello

    It's great to see this MOD around, but I noticed on the Zen Cart Wiki it mentions that this MOD doesn't include a "Paypal Fix":

    http://www.zen-cart.com/wiki/index.p...n:Ultimate_SEO

    Any suggestions on what this fix is, and where to find it, would be very much appreciated.

    heres the paypal fix

    http://www.zen-cart.com/forum/showth...pal#post152157

    hth

  2. #32
    Join Date
    Feb 2005
    Location
    Prague
    Posts
    151
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    abou character conversion in this mode
    I have this URL
    ....cz/epson-v%C3%BDhodn%C3%A9-balen%C3%AD-c-6_7_11.html

    czech language have additionl symbols up letters...

    It is not looked good but what berret - use character converter for make
    /epson-vyhodne-baleni-c-6_7_11.html

    or let it be (meibe czech search engines can read this better) ?

    and I dont know how to use conversion tools...what chart converter must be used ?
    UTF ? or another ?

    Im try to make conversion but %C3%BD=>y dosnt work

  3. #33
    Join Date
    Apr 2005
    Location
    Louny, Czech Republic
    Posts
    51
    Plugin Contributions
    1

    Default Re: Chemo's Ultimate URL's

    JardaR

  4. #34
    Join Date
    Feb 2005
    Location
    Prague
    Posts
    151
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Wow.. thank you

    (dik, ted tam budu cist vice clanku )

  5. #35
    Join Date
    Mar 2005
    Posts
    555
    Plugin Contributions
    4

    Default Re: Chemo's Ultimate URL's

    ok no fair
    I can read English, Japanese, am pretty good at German and have crappy french but czech?
    Would one of you gentlemen be kind enough to translate that post for me please and post it in here?
    http://www.zencart.cz/modules/newbb/...#forumpost2446
    My humble contributions....
    Info at a Glance Admin, Alternative Header & Improved Whos Online + Currently working on the next!
    If you have to think..... your obviously looking at the admin :)

  6. #36
    Join Date
    Feb 2005
    Location
    Prague
    Posts
    151
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Sory Reesy 8)
    Im try translate this post

    for convert non-english letter Dedek offer this solution

    Edit file seo.url.php

    After line
    Code:
    this->languages_id = (int)$languages_id;
    add this code (I mean you can change this arrea like you need . this is maked for czech and slovak and another languages)
    Code:
    $this->trans = array('ä'=>'ae','ë'=>'ie','ö'=>'oe','ü'=>'ue','Ä'=>'AE','Ë'=>'IE','Ö'=>'OE','Ü'=>'UE',
    'á'=>'a','č'=>'c','ď'=>'d','é'=>'e','ě'=>'e','í'=>'i','ľ'=>'l','ň'=>'n','ó'=>'o','ô'=>'o',
    'ŕ'=>'r','ř'=>'r','š'=>'s','ť'=>'t','ú'=>'u','ů'=>'u','ý'=>'y','ž'=>'z','Á'=>'A','Č'=>'C',
    'Ď'=>'D','É'=>'E','Ě'=>'E','Í'=>'I','Ľ'=>'L','Ň'=>'N','Ó'=>'O','Ô'=>'O','Ŕ'=>'R',
    'Ř'=>'R','Š'=>'S','Ť'=>'T','Ú'=>'U','Ů'=>'U','Ý'=>'Y','Ž'=>'Z');
    befor this line
    Code:
    switch($this->attributes['SEO_URLS_USE_W3C_VALID']){
    add this code
    Code:
    if (is_array($this->trans)) {
      $link = strtr($link, $this->trans);
    }
    Last edited by maxus; 2 Jun 2006 at 09:52 PM.

  7. #37
    Join Date
    Mar 2005
    Posts
    555
    Plugin Contributions
    4

    Default Re: Chemo's Ultimate URL's

    Thats great, thank you very much!
    My humble contributions....
    Info at a Glance Admin, Alternative Header & Improved Whos Online + Currently working on the next!
    If you have to think..... your obviously looking at the admin :)

  8. #38
    Join Date
    Apr 2004
    Location
    Berkshire, UK
    Posts
    1,482
    Plugin Contributions
    1

    Default Re: Chemo's Ultimate URL's

    I've got two problems, just for a change!
    At the category level, it is working, and produces cats like this:

    fly-traps-and-insecticides-c-28_32.html

    But at the product display leve, it produces this:
    index.php?main_page=product_info&cPath=28_32&products_id=709

    And when I use the Google Sitemap Generator, it produces URLs like this:
    index.php?main_page=product_info&products_id=709

    I know that google penalises duplicate URLs, and I wonder what I've done wrong here.

  9. #39
    Join Date
    Feb 2005
    Location
    Prague
    Posts
    151
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    But you have this URL on your web server...
    mod rewrite just change this URL to looked like standart .thml file

    I dont know it is good for google or not... I just wait when google bot visit my page for look error statistics on my google sitemaps account.

  10. #40
    Join Date
    Aug 2004
    Location
    Fountain Hills, AZ
    Posts
    515
    Plugin Contributions
    1

    Re: Chemo's Ultimate URL's

    I'm so glad that I finally found this thread. I had just installed the version for 1.31 when the Zen-Cart forum changed, so I've literally been everywhere looking for an answer.

    I have successfully installed this contribution. It works perfectly... except Google hates it. Now since I saw the post where another user has over 2000 pages indexed with Google, I'm thinking I've done something wrong.

    Here's the issue. When Google tries to verify the site to upload the Google site map I've installed - I get the following error - 404 error returns a 200OK - cannot verify site. In doing more testing I found that what is happening is that if a non-existent page is requested in the browser instead of "page_not_found.html or .php being returned - the user is just returned to the index.php. It has literally put the brakes on Google indexing beyond the home page.

    Here's the link - http://www.bestdiamondwatch.com
    Could someone take a look and let me know what I've done incorrectly or if there is somewhere in the code that it can be changed to not do this. I'm desparate on this. I've been trying to get this site indexed for nearly 6 weeks with absolutely zero luck.

 

 
Page 4 of 146 FirstFirst ... 234561454104 ... LastLast

Similar Threads

  1. v151 with ultimate seo Url,how to change the ez-page url ?
    By whywell in forum General Questions
    Replies: 1
    Last Post: 17 Jan 2013, 09:12 AM
  2. Chemo's Ultimate SEO URL's and EZPages?
    By Doodlebuckets in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 5 Aug 2008, 08:36 PM
  3. Fix for Easy Populate Froogle with Chemo's Ultimate URL's
    By mccord42 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 8 Feb 2007, 04:06 PM
  4. Can NOT access Admin after installing Chemo's Ultimate URL's
    By hankliu in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 12 Dec 2006, 10:33 AM

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