Forum Moderators: phranque
An example:
products/apples/grannysmith/index.nnn,
products/apples/reddelicious/index.nnn,
products/apples/gala/index.nnn, etc.
What I would do:
products/apples/grannysmith.nnn,
products/apples/reddelicious.nnn,
products/apples/gala.nnn, etc.
Am I way off base? Anyone have any opinions?
Well, that's is the item in question, whether or not to allow directory based browsing. I have not in the past because I have never seen a need for it, but I've acquired this site which already has directory based browsing in place. While I work on the redesign, I'm trying to determine if I should maintain the directory based browsing or if I should switch it to a more compact browsing style, like I previously listed. I don't see any reason to have 20 separate dirs with one index file each in place when they can all be grouped in a higher dir.
On IIS, content negotiation is not available unless you use a third-party tool, but you can use directories for the categories and files with standard .htm or .html extensions for the individual pages. Creating a separate directory for each file is a recipe for content management chaos (every file is called index.html) and is quite unnecessary.
But if you're wondering in terms of SEO, I would say the content is what's important.
I don't see any reason to have 20 separate dirs with one index file each in place when they can all be grouped in a higher dir.