Forum Moderators: phranque
So, products/widgets/10 might be OK for a search engine, while
products.php?item=widgets&price=10
might not be fetched by any crawlers because it has 2 variables. Though I am seeing more dynamic stuff indexed than in years past, it's still a consideration to keep in mind. :)
And of course you can even go one step further and use an URL like:
/marketing/456.htm
(assumed that the category #123 contains pages on marketing)
In other words: With mod_rewrite it's easier to use URLs which tell the user what they will find behind it.