I’m curious.. without making modifications and removing index.php, how do the default URLs fare as far as SEO is concerned?
I know right now my structure looks like:
http://criticaldesigner.com/index.php/blog/comments/make_your_own_background_pattern_for_your_website/
I’m wondering.. removing the index.php is fairly easy and well documented here.. is there a reasonably easy way to hide the blog/comments piece so that the URL can look like:
http://criticaldesigner.com/make_your_own_background_pattern_for_your_website/
In my mind, it’s just easier for me to remember that way, and more familiar.
My concern is I don’t want to do anything that might wreak havoc on the system.. but don’t see the point in having the comments piece in the URL.. if necessary, i’ll just remove the index.php and rename blog to something else.
Anyone have any input? Please don’t go too deep on me PHP wise, as I’m more of an html/css guy and not very adept in PHP unless it’s simple cut and paste stuff.