Page 118 of 506 FirstFirst ... 1868108116117118119120128168218 ... LastLast
Results 1,171 to 1,180 of 5054
  1. #1171
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by weezee View Post
    I hadn't notice this before now, my site is live and open to the public.
    When the category is clicked on and it brings up the products, each one has a buynow button, if the buynow button is clicked it brings up The Shopping Cart
    Your Shopping Cart is empty and the New Products For November. I was told that the Seo need fixing or removed, I used this fix in the message_stack .

    $_POST['msuSaveMessages'] = true;
    $_SESSION['messageToStack']= '';

    and cleared cache it still doing the same thing. Can this be fixed? I sure don't want to remove my seo. www.currysgiftshop.com
    This fix is used for Magic Seo I guess (see msu in there?) Which is why I thought you use Magic SEO

    If you use SSU, which version are you using?

    Regards

    PS: I do see why it doesnt work on your site, the links are missing the product part, Im not sure why it is missing tho, perhaps if we know the version we can see why. I dont recall any version having this problem except perhaps the 3+ testing versions, but Im not 100% sure
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #1172
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi Yellow, glad to see you
    As i describe, I think that in multilanguages sites SSU for default language(english) must work same when "Set SSU Multi Language Status is false"
    It means - english without /EN/ or language/en.
    example, site.com/en/ must be strictly site.com
    Many times I saw in "whois online tool" that bots coming to pagewith EN and without EN (I think its duplicate content)
    You are right about session ID, in "whois online"for bots its empty:

    Session ID:
    Host: crawl-66-249-70-233.googlebot.com
    User Agent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
    /en/products_new/disp_order/7/page/10
    Sorry for bad english in short:
    www.site.com (for default language) and all url like:
    www.site.com/product/ not www.site.com/EN/product/
    for other languages:
    www.site.com/RU/product/
    Thank you

  3. #1173
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Let me break it down into 2 points

    1. if anyone,including bots, visits the site, and multi-lang is on and the link doesnt have the language code inside, that person will be redirected to the correct one.

    So eventually the bots will start picking up new links, no prob about duplicated content here

    2. your point regarding the links with default language should be without the language code is valid tho. But the concept of default language here is a bit tricky, is it gonna the user browser default lang, or the store default lang. if it is the user default lang, then things will get real messy.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #1174
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Sorry me Yellow, I'm not a programmer at all, but what you can say about it:
    if ($_SESSION['languages_code'] == 'ru') {
    make url like: www.site.com/RU/products

    } else {
    for other case make url like: www.site.com/products
    }
    and ['languages_code'] == 'ru' User can set in admin panel (can be FR,IT etc)
    the problem if we have more that 2 languages.

  5. #1175
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi yellow1912

    I checked the modules manager it shows Beta 2.8.5. I don't remember what it was. I'm sorry about the fix, I thought it was all the same and would work on the simple seo also.
    Last edited by weezee; 3 Nov 2008 at 11:58 PM.

  6. #1176
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by weezee View Post
    Hi yellow1912

    I checked the modules manager it shows Beta 2.8.5. I don't, i'm sorry I thought it was the same and would work on the simple seo also.
    You should upgrade to 2.9.6 by:
    download the files, unpack the upload to server.
    Go to admin->extras->simple seo url manager. And db patch if needed will be applied

    Then clear cache, and see if this new version solves the problem

    Regards

    PS: link is in my sig.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  7. #1177
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by xordox View Post
    Sorry me Yellow, I'm not a programmer at all, but what you can say about it:
    if ($_SESSION['languages_code'] == 'ru') {
    make url like: www.site.com/RU/products

    } else {
    for other case make url like: www.site.com/products
    }
    and ['languages_code'] == 'ru' User can set in admin panel (can be FR,IT etc)
    the problem if we have more that 2 languages.
    Interesting point, and I will look into this, But you dont have to worry about duplicated content. Bots should be redirected correctly.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  8. #1178
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Interesting point, and I will look into this, But you dont have to worry about duplicated content. Bots should be redirected correctly.
    I worry also about main page www.site.com redirect (301)

  9. #1179
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    If we dont redirect, then you will have the normal page, and the /en file with the same url. (try magic seo url, it does the same thing in this situation)

    However, you may want to keep that page for page rank purpose. But according to many SEO experts (and even from google blog), pagerank is something in the past anyway.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  10. #1180
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I want this Page Rank.
    maybe I need to set alias from www.site.com/en to www.site.com ?
    in 3.3.3 you didnt put redirection 301, but was duplicate content ru/ and ru/index
    Last edited by xordox; 4 Nov 2008 at 02:22 AM.

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

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