I'm developing a site that will have multiple categories within the broader niche. Here is how I'm planning on doing my URL's:
mysite.com
mysite.com/category1
mysite.com/category2
All pages within a category would have .html file like:
mysite.com/category1/page.html
I'm interested in feedback to my category page setup. It will be a mixture of text, maybe some small images, and links to all the pages within the category. As it is, I don't have a .html extension on the category pages, its just as above. My thought is that I'm trying to present a logical grouping of pages to the search engine and users.
Is my approach okay? I'm wondering as this will be my first medium to large site and I'd like to get off to a good start. I've already started the content with .html and I'd like to keep it that way. Does it matter that my category page has no extension? Would I be better off with mysite.com/category1.html and then mysite.com/category1/page.html?