Forum Moderators: mack
I have organized the site like this: also, we are a small business selling various types of products.
domainname.com/index.html
domainname.com/products.htm (index page of all products)
domainname.com/widgets.htm (page has about 10 widgets with small description and photo)
domainname.com/widgets-blue.htm (this page is reached by clicking from the widgets page
domainname.com/widgets-heavy.htm (this is the details of the second widget listed on the widgets page)
domainname.com/gizmos.htm
domainname.com/gizmos-blue.htm
etc.
Just realized after reading should have done this:
domainname.com/index.html
domainname.com/products.htm
domainname.com/widgets.htm
domainname.com/widgets/widgets-blue.htm
domainname.com/widgets/widgets-heavy.htm
domainname.com/gizmos.htm
domainname.com/gizmos/gizmos-blue.htm
domainname.com/gizmos/gizmos-small.htm
etc.
What's the difference between the two setups? Do I need to change my setup?
Thanks again.
domainname.com/index.html
domainname.com/products.htm
domainname.com/widgets/index.htm
domainname.com/widgets/blue.htm
domainname.com/widgets/heavy.htm
domainname.com/gizmos/index.htm
domainname.com/gizmos/blue.htm
domainname.com/gizmos/small.htm
I don't know if there is any particular advantage with this setup. I don't think it will help rankings or anything (tho one of the SEO guys may reply and correct me on this).
The main reason for doing it is its just a bit easier to maintain as your site gets bigger.
If your site is already online then I doubt its worth changing it.
domainname.com/gizmos/blue.htm
domainname.com/gizmos-blue.htm
domainname.com/gizmos/gizmos-blue.htm
However, if it was
domainname.com/gizmos_blue.htm or
domainname.com/gizmosblue.htm
then it could help a little bit to change it because the URL doesn't contain the keywords 'gizmos' and 'blue' when the filename is 'gizmos_blue.htm' or 'gizmosblue.htm'.
So I agree with grahamstewart, don't change the file structure for the ranking. If you expect the site to get much bigger, it could be easier to maintain it if you use the directory structure you already mentioned.