
Originally Posted by
navaldesign Sorry to cut in, but all this is a bit confusing. the site structure should be kept as simple as possible. No need for 3 or 4 or whatever number of "index" pages. Index pages should only be used if the second level (or third leel or fourth level) domain, must be independent subdomains, otherwise there is no need for such complications. The structure of your site should be like this:
Main pages in the public_html folder.
Subfolders for the subcategories, f.e. a subfolder for Life Coaching, one for Resources, one for Articles. The main page of each subcategory goes straight in that folder, and unless you are going to have tenths of pages in the Resources, you can also put the rest of the subcategory pages in the same folder. If instead, you DO have too many pages in there, create third level folders for each sub-sub-category.
The page names can be whatever you want. The links should be:
http://wwwpowerlife-solutions.com/subcategoryfoldername/subcategoryintroductorypage.html
for the main page of each category.
If the rest of the subcategory pages can be in the same folder, the link should be
http://www.powerlife-solutions.com/subcategoryfoldername/subcategorypage1.html
and so on. If instead you need, for keeping things organised, to create further folders, inside the subcategory folder, the link to those pages should be:
http://www.powerlife-solutions.com/subcategoryfoldername/subsubcategory/subsubcategorypage1.html
Think of it exactly as the directory structure of your own computer. You have your hard disc, then you have folders. In the Programs folder f.e., you have These folders (f.e.) BlueVoda, MSOffice, Photoshop, etc.
Inside each of those second level folders, you have f.e. the exe. file of each program. plus more subfolders, for pictures, dll libraries and so on.
The structure of your site is similar to the above. You must only make sure to publish to the correct folder, and link correctly.