We are finally setting up landing pages to support our PPC campaigns. There has been some debate internally about the URL structure.
Originally we were planning on URL's like:
- domain.com
- /california
- /florida
- /ny
I would prefer to have the URL's for each state inside a "state" folder like:
- domain.com
- /state
- /california
- /florida
- /ny
- /state
I like having the folders and pages for each state under a parent folder to keep the root folder as clean as possible. Having a folder or file for each state in the root will be very messy.
Before you scream URL rewriting :-). Our current site is still running under Classic ASP which doesn't support URL rewriting. We have tried to use HeliconTech's ISAPI rewrite module for IIS but had to remove it because of too many configuration issues.
Next year when our coding to MVC is complete we will use URL rewriting.
So the question for now: Is there any advantage or disadvantage to one URL structure over the other?