How should I make the directory structure of my website so that search engines can easily find the pages ?
Is there something that should be changed about this structure ?
Should I keep the index.php files or files named according to content ?
Here's a sample structure. Please tell me how I can correct this ...
Note the difference between games and downloads folder ...
Downloads has subfolders with index.php
Games has files properly named.
Which should I use ?
And the images ? Should I put them all in /images ?
Or separate image subfolders ?
Is there something that should be changed about this structure ?
Should I keep the index.php files or files named according to content ?
Here's a sample structure. Please tell me how I can correct this ...
| Code: |
|
/ - root folder index.php - main page /images - images for all files in the whole website ? index.php - page to prevent directory being opened by browser /home - home folder with only index.php /home/index.php - again main page (any suggestions) /games - games folder with index.php and few game*.php /games/index.php - main games page with links to /games/titac.php ,.. /games/tictac.php /games/chess.php /downloads /downloads/index.php /downloads/software /downloads/software/index.php /downloads/games /downloads/games/index.php |
Note the difference between games and downloads folder ...
Downloads has subfolders with index.php
Games has files properly named.
Which should I use ?
And the images ? Should I put them all in /images ?
Or separate image subfolders ?
