Page 9 of 506 FirstFirst ... 78910111959109 ... LastLast
Results 81 to 90 of 5054
  1. #81
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Here is the ultimate format I've been thinking about:
    cpath along with category names will be appended to all product_info links
    All product info links should use only one single form of link, anything else will be redirected (301)

    1. form 1:
    cat1name-id/cat2name-id/cat3name-id/productname-id

    2. form 2:
    cat1name-cat2name-cat3name-id1_id2_id3/productname-id
    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. #82
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Simple SEO URL [support thread]

    yellow1912,

    Are you are a stable release yet? The new versions have been slower, which I interpret as a good sign.

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

    Default Re: Simple SEO URL [support thread]

    Actually, I have a number of urgent projects on hand and couldnt get the time to finish some important tasks before releasing a stable release.

    But I'll try to do this asap.
    If someone else want to take the code and further improve it, you are welcome to do so, and dont forget to share your code here.
    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. #84
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Simple SEO URL [support thread]

    That was my other interpretation of no new release. I was trying to be positive. :-)

    I wish I could, but I'm no coder.

  5. #85
    Join Date
    Jul 2004
    Location
    UK
    Posts
    182
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Wow. Great work. Am Glad I found this.

    I use an earlier version of (?) SEF mod at .mutualadvantage.co.uk

    While your version does have many benefits one thing that I would love to see changed is the format of your cat url display.

    Mine displays - this-category-c while yours displays c-this-category.

    From an SEO perspective having the actual category name before the 'c' does help.
    I also firmly believe that the SE's 'like' a visible structure to the urls i.e.

    wine/red-wine/merlot/product.php

    I know that SE's can see the 'page' and that to some extent the url path format isn't important (a node is a node is ... the same node) but I like to think that encouraging the SE's to theme your structure helps.

    Thanks

    Kev

  6. #86
    Join Date
    May 2006
    Posts
    30
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Where is the install.sql file?

    Also, I seem to get this warning error:
    Warning: preg_replace() [function.preg-replace]: No ending delimiter '/' found in /home/empowerm/public_html/includes/init_includes/init_ssu.php on line 36

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

    Default Re: Simple SEO URL [support thread]

    This mod is installed automatically, just visit admin/ssu.php
    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. #88
    Join Date
    May 2006
    Posts
    30
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Here is the ultimate format I've been thinking about:
    cpath along with category names will be appended to all product_info links
    All product info links should use only one single form of link, anything else will be redirected (301)

    1. form 1:
    cat1name-id/cat2name-id/cat3name-id/productname-id

    2. form 2:
    cat1name-cat2name-cat3name-id1_id2_id3/productname-id
    Is there a relatively easy way to customize it to mimic Amazon's style?

    Code:
    http://www.amazon.com/Zen-Cart-Building-Online-Store/dp/141206645X
    Amazon has spent tons of Research on SEO, and I like the way their URLs are user-friendly and descriptive and short. I just found this mod, so I haven't had the time to dive into the code.. but just wondering if it would be doable just to have something like this.

    Ideally, I think it's best to have:
    Code:
    www.site.com/productname-id
    or:
    Code:
    www.site.com/catXname-idX/productname-id
    where X is the LAST child in the category tree (deepest category level)

    What do you think?

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

    Default Re: Simple SEO URL [support thread]

    This module is commented quite well, and in the matter of fact there are users that customized it for their own link style already.

    You can try to look at the class and see if you can figure it out. You should be able to mess around with it easily, of course a certain level of php knowledge is required.
    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. #90
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    To answer your question:

    www.site.com/catXname-idX/productname-id

    Yes, it is possible, but remember 1 thing: zencart needs the whole cPath string which including the parent of the cat in certain situations.
    1 solution: re-build the path from the child id, which is really easy actually
    a. dont rebuild it everytime, save cPath of each cat in files which can be retrieved later (so we dont waste mysql resource)

    b. Another way, which is far better:
    Look at my Simple Category Tree module, this module does many things, but 1 of the nice thing it does is: you can retrieve the cPath of and category easily.
    https://svn.rubikintegration.com/zen...tegories_tree/
    Note: I havent documented this mod well, so you will have to dig in the code. The code is commented quite well tho.
    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

 

 
Page 9 of 506 FirstFirst ... 78910111959109 ... LastLast

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