I have: /news/sport -for category /news/sport/skate/downhill -categroy too (unlimited depth) /news/sport/skate/downhill/new-kids-in-da-hood - for news article Not best solution for seo, but some day sitemap http://www.sitemaps.org/ will make option for us to choose most important segment in url - first or last :) index, categroy, view etc. are removed from url. I think there is no semantics in controller actions names in url, but it's much easyer for programmers.
My suggestion is controller/action/slug solution. Sometimes controller/ slug if possible. You can even delete entry and create it again with the same slug, and it is still RESTFULL, (id's are auto_inc.). On Apr 9, 9:12 pm, jonknee <[EMAIL PROTECTED]> wrote: > For one site recently that had a database of restaurants broken down > by neighborhood (and city) I went all keyword based. Worked well (city/ > neighborhood are all variable keywords): > > /browse/city > /browse/city/neighborhood > /restaurant/city/neighborhood/slug > > It took some fairly complex routing to get it straight (there are > obviously more URL types than that), but well worth it in the end > because all the URLs are human-readable. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---