Page 113 of 291 FirstFirst ... 1363103111112113114115123163213 ... LastLast
Results 1,121 to 1,130 of 2907
  1. #1121
    Join Date
    Sep 2009
    Posts
    186
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Alright Conor so I'm back... I was able to get the ?&language=en at the end of my urls removed from my sitemap.. However google still crawls my site for stuff not in my sitemap and finds the ?&language=en show duplicate urls for everything. You know how I could chop that off the end?

  2. #1122
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by new2u View Post
    Alright Conor so I'm back... I was able to get the ?&language=en at the end of my urls removed from my sitemap.. However google still crawls my site for stuff not in my sitemap and finds the ?&language=en show duplicate urls for everything. You know how I could chop that off the end?
    You need to pose this questionon the XML Sitemap support thread.. That is where the "?&language=en" is coming from.. (Hint: this question has been answered in the XML Sitemap support thread so a quick search of that thread should provide you with the answer you need)

  3. #1123
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by new2u View Post
    Alright Conor so I'm back... I was able to get the ?&language=en at the end of my urls removed from my sitemap.. However google still crawls my site for stuff not in my sitemap and finds the ?&language=en show duplicate urls for everything. You know how I could chop that off the end?
    I've had a new version of the module running here for several months now which tracks whether or not the user has just changed the language.

    In a standard version of Zen Cart - which is not using this latest version of Ceon URI Mapping - "&language" is added.

    The new code in this new version I've been running handles language changes transparently and will redirect the user to the specific URI for the newly selected language, so "&language" is never displayed on the site again if the URI has been stored in each language!

    As well as that, if the user hasn't just selected a new language, but the URI uses a different language from the session, the session is switched to use the new language. This means that the page will display in the language that the URI is specifically defined for. So if a site has a page in two different languages but each has a translated URI (E.g. /chairs and /chaises), the session language will correctly represent the URI being displayed in the address bar!

    This all greatly enhances the language handling of Zen Cart.

    Another feature I've had running in the new version is code which removes the category ID from the URI (an extra cPath= some people have reported) if it is simply the product's master category as it will be regenerated when the static URI is loaded..

    I've had those two new features ready to go since November I think but unfortunately I haven't released the code yet as I've been very busy and then got very ill recently and am only getting back on top of things now.. packaging up new versions takes a fair bit of time (if there are any problems in any upgrade lots of you will let me know it! :) ).. it's only with you mentioning this now that I have realised just how long its been since I actually wrote this code though!

    I'll try and get a new release of the software out soon. (I know that's not exactly the news you wanted but at least now you know that the issue has been looked at.. and even better, code has been written which is already working!)

    Al the best..

    Conor
    ceon

  4. #1124
    Join Date
    Sep 2009
    Posts
    186
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Any chance for some access to early code?

  5. #1125
    Join Date
    Sep 2009
    Posts
    186
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Thank you diva.. but as I stated before, it is not displayed in my sitemap. Google found it by crawling the page. It is disabled in the sitemap settings.

  6. #1126
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by new2u View Post
    Any chance for some access to early code?
    Sorry, I don't have time to support beta code/releases as well as "official" stable releases.

    All the best..

    Conor
    ceon

  7. #1127
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    Sorry, I don't have time to support beta code/releases as well as "official" stable releases.

    All the best..

    Conor
    ceon
    sorry to bother u m8
    but i mentioned to u before about importing data from easypopulate and ceon working with it.
    have u worked/are working on this etc
    just for an update thats all, dont wanna seem like im pestering u for it
    i may not know how yet, but i soon will....i hope :)

  8. #1128
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by spid3r1987 View Post
    sorry to bother u m8
    but i mentioned to u before about importing data from easypopulate and ceon working with it.
    have u worked/are working on this etc
    just for an update thats all, dont wanna seem like im pestering u for it
    Yes, I'm working on it.. hoping to get things sorted in February. Everything's been up the left since I got sick last year but now I'm in recovery I'm back to work as much as I can.. please bear with me! :)

    All the best...

    Conor
    ceon

  9. #1129
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO)

    Hi Conor,

    Sorry about your health issues.. I HOPE you are feeling better now.. (I can't stalk you afterall if you aren't here!!)

    That said, I was wondering if your new version includes the much anticipated link manager module???

    Quote Originally Posted by conor View Post
    Hi,

    I've had a new version of the module running here for several months now which tracks whether or not the user has just changed the language.

    In a standard version of Zen Cart - which is not using this latest version of Ceon URI Mapping - "&language" is added.

    The new code in this new version I've been running handles language changes transparently and will redirect the user to the specific URI for the newly selected language, so "&language" is never displayed on the site again if the URI has been stored in each language!

    As well as that, if the user hasn't just selected a new language, but the URI uses a different language from the session, the session is switched to use the new language. This means that the page will display in the language that the URI is specifically defined for. So if a site has a page in two different languages but each has a translated URI (E.g. /chairs and /chaises), the session language will correctly represent the URI being displayed in the address bar!

    This all greatly enhances the language handling of Zen Cart.

    Another feature I've had running in the new version is code which removes the category ID from the URI (an extra cPath= some people have reported) if it is simply the product's master category as it will be regenerated when the static URI is loaded..

    I've had those two new features ready to go since November I think but unfortunately I haven't released the code yet as I've been very busy and then got very ill recently and am only getting back on top of things now.. packaging up new versions takes a fair bit of time (if there are any problems in any upgrade lots of you will let me know it! :) ).. it's only with you mentioning this now that I have realised just how long its been since I actually wrote this code though!

    I'll try and get a new release of the software out soon. (I know that's not exactly the news you wanted but at least now you know that the issue has been looked at.. and even better, code has been written which is already working!)

    Al the best..

    Conor
    ceon

  10. #1130
    Join Date
    Jan 2010
    Posts
    90
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I just wanted to say a big thanks to Conor, and wish you a good recovery and sounds like you are doing well.

    I think this module is really good for seo, I just have to do the other pages such as contact us, sitemap pages which have the crappy urls as I can not do these within admin? unless I am wrong. As a complete novice I am still trying to get my head around doing the other pages.

    All the best Conor, you are a legend mate!

 

 

Similar Threads

  1. 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
  2. Ceon uri mapping vs Simple SEO
    By crixus in forum General Questions
    Replies: 0
    Last Post: 28 Feb 2014, 04:41 AM
  3. v151 Ceon URI Mapping (SEO) Issues?
    By yisou in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Jul 2013, 12:06 PM
  4. v151 Ceon URI Mapping (SEO) installation problem.
    By jmac2020 in forum General Questions
    Replies: 1
    Last Post: 23 Oct 2012, 01:06 PM
  5. Ceon URI Mapping (SEO) How to install?
    By jackfitz in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Apr 2010, 12:09 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