Page 126 of 291 FirstFirst ... 2676116124125126127128136176226 ... LastLast
Results 1,251 to 1,260 of 2907
  1. #1251
    Join Date
    Jan 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    yes, I know it maybe commercial, but we really need it, otherwise it will be a hugh job, please indicate when it will be available. thanks!

  2. #1252
    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 ptowers49 View Post
    1. remove URI mapping config table?
    You can manage databases using software such as "PHPMyAdmin". This software is normally part of your hosting control panel.

    Use that to DROP the URI Mapping configuration table and then go back to the config utility in the admin,

    If you don't know where PHPMyAdmin is or how to use it then please search the internet for tutorials on PHPMyAdmin.

    Quote Originally Posted by ptowers49 View Post
    2. Create the missing database options?
    Inside the file admin/ceon_uri_mapping_auto_upgrade.php you will see the SQL commands used to create the database tables and add the configuration group/options to Zen Cart's configuration table.

    If you know how to use SQL you can manually run the commands you can see in that file.

    Again if you don't then you'll have to search the internet for PHPMyAdmin information or else get someone else to do this for you.

    Hope that helps!

    All the best...

    Conor
    ceon

  3. #1253
    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 ed20 View Post
    yes, I know it maybe commercial, but we really need it, otherwise it will be a hugh job, please indicate when it will be available. thanks!
    Okay let me explain this AGAIN.. In case you haven't notice, Conor hasn't answered your question about the URI Manager.. That's because the forum rules FORBID the discussion of ANY commercial modules here.. Don't mean to be harsh about this, but I think we ALL appreciate the need for this module. However, I for one do not want to see Conor suspended from this forum because YOU think this answer to your question is more important than Conor being afforded the ability to support Ceon URI here on this forum.

    If the answer is important to you, you should try contacting Conor through his website (it's in the readme for this module) and ask all the questions you want about the URI Manager module.. I think you'll find not only is Conor WILLING, but ABLE to answer any questions you might have there..
    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.

  4. #1254
    Join Date
    Aug 2009
    Location
    UK
    Posts
    71
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    thanks Conor,

    dropping the URI Mapping configuration table and recreating from admin worked a treat

    many thanks for the prompt replies

    Paul

  5. #1255
    Join Date
    Nov 2003
    Posts
    1,155
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    How do you prevent URI clashes, as with similarly named products?

    BOOK TITLE: Real Estate Basics
    http://www.yourstore.com/index.php?m...&products_id=5
    http://www.yourstore.com/books/real-estate-basics

    BOOK TITLE: Real Estate Basics (but different author, say)
    http://www.yourstore.com/index.php?m...&products_id=6
    http://www.yourstore.com/books/real-estate-basics

    Does the plugin automatically look for such conflicts? How does it deal with them?

    Thanks

  6. #1256
    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 DogTags View Post
    How do you prevent URI clashes, as with similarly named products?
    The module automatically appends an ascending number when creating copies of a product but it does not check for clashes with other existing products when adding/updating a product.

    So you CANNOT have two products with the same name in the same category (if using autogeneration and the category paths are therefore the same).

    Quote Originally Posted by DogTags View Post
    Does the plugin automatically look for such conflicts? How does it deal with them?
    No, having two products with the same name will break the URI Mapping functionality. One of the products will never be able to be found as only the first product using the URI will ever be matched.

    You will have to make sure you don't have two products with the same name in the same category, or you will have to manually change the URI for one of the products to make sure it is different.

    All the best..

    Conor
    ceon

  7. #1257
    Join Date
    Nov 2003
    Posts
    1,155
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Many thanks Conor

  8. #1258
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

    Default Re: Ceon URI Mapping (SEO)

    Has anyone been able to help with my root index problems and the suggested .htaccess changes?

  9. #1259
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Ceon URI Mapping (SEO)

    I have been using Simple SEO for a year now. I have 80,000 products and 400 categories. I noticed that I am getting a lot of errors in my webmaster tool due to not found. I also notice in other search engines that the language prefix is added to the URL which cause duplicate in the URLs sent to search engine.

    I am debating between dynamic and static urls. It seems that if you don't do the static URL correct the cons will out weight the pros.

    I use SEO re-write on my Wordpress setup and I never run into problems with Google. If I submit 10 links in the sitemap I get 9 indexed but I submit 100,000 link in Zen Cart sitemap I would be lucky if 10,000 get indexed.

    The question is how does this mod compare to Simple SEO as far as speed of rewriting. I have multiple level categories. Is it possible to configure this mod to only display the last category in the category Tree.

    Conor, if you think we can assist me in figuring out how to actually benefit from static URL please IM me or email me so we can discuss that. I don't mind paying for your time.

  10. #1260
    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 CoolCarPartsOnline View Post
    The question is how does this mod compare to Simple SEO as far as speed of rewriting. I have multiple level categories
    I'm afraid I've no experience of the module working with large sites so have no information to go by or to give you. I have no idea how well or not well the module would work with such a large site.

    Quote Originally Posted by CoolCarPartsOnline View Post
    Is it possible to configure this mod to only display the last category in the category Tree.
    That's nothing to do with the module but with the category tree sidebox in Zen Cart. The module only modifies a single catalog side function, zen_href_link.. it's up to all the other Zen Cart code to make use of that function so the less it's used the fewer lookups need to be performed to get static URIs.

    I'd say that with the number of products you have the lookups could be quite slow unless you have a decent server, so I'm not sure if you should use the URI Mapping module at all if you don't have a dedicated server.

    Sorry I don't have better advice for you than that!

    All the best..

    Conor

 

 

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