Hi all,
I am developing a simple XHTML/CSS site (using some small php require functions). I am looking at the simplest way to create clean URLs. I am considering putting each page in it’s own folder, using an index.php in each folder. The resulting URLs should be:
www.website.ca/Home/
www.website.ca/About-Us/
www.website.ca/Contact-Us/
…etc…
My question is about the SEO of this method. It will leave very attractive, human-readable URLs, but will I compromise anything in SEO with only index.php files throughout the site?
Thank you!