Page 75 of 291 FirstFirst ... 2565737475767785125175 ... LastLast
Results 741 to 750 of 2907
  1. #741
    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 fawad123 View Post
    I'm already using CEON URI Mapping module for my zencart. But now i want to modify it like:

    http://solutioninn.com/Physics/product_id

    instead of

    http://solutioninn.com/Physics/Product_Title

    Please help me with this modification part.
    You'll have to go in and manually update/enter your URIs with their product IDs.. the autogeneration doesn't support IDs.

    All the best...

    Conor
    ceon

  2. #742
    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
    When spider testing my site some of the links ex: and ezpages show zenid: followed by a bunch of characters. I cant seem to get those to change to just say /contact-us what might I be doing wrong.
    thx in advance
    That's the Zen Cart session ID. Zen Cart handles that, it's nothing to do with the URI Mapping module. I think search engines ignore session IDs so I think you can just ignore this.

    All the best...

    Conor
    ceon

  3. #743
    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
    automagically lol....
    Yes I have gone into each product checked the box for the rewrite however it doesnt seem to do it on any of the "ezpages"
    It seems to work fine on the product pages.
    It sounds like you have missed uploading the files from the admin folder in the modified_core_files folder. Please reupload all the files and you should see the boxes for adding URIs to EZ-Pages.

    All the best...

    Conor
    ceon

  4. #744
    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 captainmorgan View Post
    I just added the following to my .htaccess file and it still doesn't work. Is ther eanything else I need to change?
    "It doesn't work" isn't very helpful!

    Please try installing the module from scratch again (repeat the entire process). If you are getting a blank page, then search this forum for "blank page" and follow the instructions for enabling error reporting.. that'll give you a better idea of what you've done wrong. 9 times out of 10 it's simply that a file or two hasn't been uploaded or the FTP software has messed up uploading a file.

    Hope that helps!

    All the best...

    Conor
    ceon

  5. #745
    Join Date
    Mar 2006
    Posts
    71
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    You should check the code of your site. It sounds like you have something wrong with your search pages.

    The module normally makes two SQL calls when mapping a page.

    It makes a single SQL call per generation of a link on the site to a product/category/manufacturer EZ page.

    It makes 2 SQL calls for a link to any other Zen Cart page.

    I fail to see how that could add a significant load to your site. Unless you are generating hundreds of links on a page (a massive search index or something?!).

    Unfortunately there's no worthwhile way to make the module faster.. so if you are still having those problems you should try and reduce the number of links generated on your site or upgrade to a better server which doesn't take so long! (1 minute is ridiculous, pages here are generated in milliseconds!)

    All the best...

    Conor
    ceon
    It seems that the problem relates to the css horizontal flyout menu, it must be generating the links for these everytime the page loads but if i remove the ceon mod it generates the link using the seo mod no problem. Any ideas how i can get both the ceon mod in and working with the horizontal drop down i have reduced the amount of levels the menu goes to but this is still a little slow.

    Thanks
    Brad

  6. #746
    Join Date
    Oct 2009
    Posts
    37
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    "It doesn't work" isn't very helpful!

    Please try installing the module from scratch again (repeat the entire process). If you are getting a blank page, then search this forum for "blank page" and follow the instructions for enabling error reporting.. that'll give you a better idea of what you've done wrong. 9 times out of 10 it's simply that a file or two hasn't been uploaded or the FTP software has messed up uploading a file.

    Hope that helps!

    All the best...

    Conor
    ceon
    Hmm. Interesting. My website didn't work last night when I went to bed. Now I've checked it this morning and it's working!

  7. #747
    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 captainmorgan View Post
    Hmm. Interesting. My website didn't work last night when I went to bed. Now I've checked it this morning and it's working!
    That sounds like a fantastic way to get things to work! Do you mind sharing the secret? I'd love to have a bit of a sleep and have things just start working! ;)

    Glad to hear everything's alright now!

    All the best...

    Conor
    ceon

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

    Default Re: Ceon URI Mapping (SEO)

    Hi Brad,

    Quote Originally Posted by websightdesign View Post
    Any ideas how i can get both the ceon mod in and working with the horizontal drop down i have reduced the amount of levels the menu goes to but this is still a little slow.
    I'm afraid not. Either you'll have to adjust how the menu works so it isn't effectively creating a sitemap of your site for every single page load, replace the menu with some less resource intensive code (adding caching for example), or you'll have to upgrade to a better server (hardware's cheap these days! :) ).

    Sorry I can't be of more help than that!

    All the best...

    Conor
    ceon

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

    Default Re: Ceon URI Mapping (SEO)

    Just to add to this, in my experience, some of these fly-out menus use javascript to drive the menu behavior.. If this is the case for you perhaps a CSS only menu might help.. Not sure what horizontal menu you are using now, but here's some links you might be interested in.

    I LOVE this site:
    http://www.cssplay.co.uk/
    This guy has all kinds of CSS only solutions.. VERY cool stuff..

    I am using this horizontal menu contrib with Ceon URI with no lag issues whatsoever.
    http://www.zen-cart.com/index.php?ma...roducts_id=479
    Quote Originally Posted by conor View Post
    Hi Brad,



    I'm afraid not. Either you'll have to adjust how the menu works so it isn't effectively creating a sitemap of your site for every single page load, replace the menu with some less resource intensive code (adding caching for example), or you'll have to upgrade to a better server (hardware's cheap these days! :) ).

    Sorry I can't be of more help than that!

    All the best...

    Conor
    ceon

  10. #750
    Join Date
    Sep 2009
    Posts
    186
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    That's the Zen Cart session ID. Zen Cart handles that, it's nothing to do with the URI Mapping module. I think search engines ignore session IDs so I think you can just ignore this.

    All the best...

    Conor
    ceon
    Looking at this article

    URL based session id's not only index poorly but they are a security risk. Is there any mod anyone knows of to force these to use cookies? He goes into detail on how to use the .htaaccess file to do this... anyone try it yet?
    Last edited by new2u; 3 Nov 2009 at 08:39 PM.

 

 

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