Your learnivore site's implementation is very cool. I can see that the REST/search/SEO scheme makes perfect sense; you seem to be using the search result pages *as* the actual content pages. And the t- shirt site is nearly doing the same thing --- the search results pages are essentially in lieu of "catalog" pages.
On my TS-based site, though, I'm not doing this at all. In fact, I've specified robots.txt rules to disallow indexing of my search results. I'm not sure if your model would work for me due to the data I'm showing. Sample item page: https://www.oregonlaws.org/ors/167.375.html Sample category page: https://www.oregonlaws.org/ors_chapters/167 Sample search result page: https://www.oregonlaws.org/?search=dog - Robb On Jul 13, 8:42 pm, Pat Allan <[email protected]> wrote: > While I'm not actually using TS in any projects at the moment, I > really like the teenormous example. > > -- > Pat > > On 13/07/2009, at 4:56 AM, Thibaut Barrère wrote: > > > > > Hi, > > > I'm curious to see what kind of url structure you use for your > > thinking-sphinx based websites. > > > - the best example I've seen so far ishttp://teenormous.com/, which > > allows things like: > > >http://teenormous.com/search/star_wars_t-shirts/page/3/gender/male/pr... > > search is mapped to the keyword > > page is mapped to the pagination > > gender and price range are mapped to facets > > > - onhttp://www.learnivore.com, I'm currently using: > > >http://www.learnivore.com/free/activerecord/screencasts > > facets are processed first - as free is detected as a valid 'pricing', > > it's automatically assigned. > > > but this won't scale further in a robust fashion I'm afraid, so I'll > > most likely move to something similar to teenormous. > > > What are you using ? Did you see effects on SEO as well ? > > > cheers, > > > -- Thibaut --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en -~----------~----~----~----~------~----~------~--~---
