I'm currently building a website, and the specifications, which I am asked to look at with a critical eye, say that I should use url like these for a store locator page:
www.mysite.com/store.html <--this page is a store listing www.mysite.com/store/paris.html <-- this is a page for the store in Paris
I think I should drop the ".html" part, but I am less sure about whether I should use plural for the first url (I mean www.mysite.com/stores instead of www.mysite.com/store ). Could you please advise?