Forum Moderators: phranque
[widgets.com...]
I use htaccess to make Apache interpret the file named "greenwidgets" in the root directory as PHP. That PHP file parses the whole URL to determine that it should load page 3 of the article about greenwidget 15 from the database and display its information.
However, this could be interpreted as being 3 or 4 levels deeper in the site. Will these pages rank lower in search engines as a result?
I could change my script to something like:
[widgets.com...]
or
[widgets.com...]
It would be a whole lot of annoying work to do that, though. Is it worth it?
Don't know why you say it would be a lot of work though? Surely it's pretty easy to parse your second example URLs to extract the data that you'd get directly as GET fields or whatever with the first examples?
There may be a difference in the way keywords are handled, however, that might be good or bad.
If it were me, I'd work out how to locate all the necessary changes, and then decide. If you can work out a sneaky search spec that will locate every instance that must be changed (with a few false positives, maybe) then what appears a big job may only take half an hour.
Kaled.