WildCard URL strategy for E-Commerce Products

2014-03-15 Thread Arjun Dhar
Hi, for the sake of SEO. It is recommended that URL path params for a product look like: Example -- /../Category1/SubCategory2/SubSubCategory2/productDetails?name=SHOE123 Now, one stupid way of doing this could be to load every product in the database by generating the link to it. However I feel

Re: WildCard URL strategy for E-Commerce Products

2014-03-15 Thread Nick Pratt
Mount your product details page and then use PagePatameters to extract the query params. N On Mar 15, 2014 10:44 AM, "Arjun Dhar" wrote: > Hi, > for the sake of SEO. It is recommended that URL path params for a product > look like: > > Example -- > /../Category1/SubCategory2/SubSubCategory2/prod

Re: WildCard URL strategy for E-Commerce Products

2014-03-15 Thread Arjun Dhar
:) The question isn't about "Page Params" A mount needs a Mouth path thats what the question is... How do you mount a path where a certain part of it can be anything (not significant) ? Explicitly loading mouth paths for "EACH" product (as a separate product page) would not be wise in my opi