Google says "Don't rewrite URLs"

Surely that doesn't really affect things like:

Code:
Http://www.mydomain.com/index.php?page=%page%

being rewritten to:

Code:
Http://www.mydomain.com/%page%

....also when some people rewrite their urls that do so to put keywords in the URL to get it ranked higher in google...
 
I've always prefered them for my users benefit, not Google.

Definitely, it's a lot neater to re-write them. Also, a lot of people don't understand ?page=blahblah (re-written URLs are understandable and easy to remember if needed) they can also end up getting very messy.
 
They said it is fine to rewrite URLs to remove parameters that offer no value (session IDs and referral info etc). But this is difficult to maintain.

We only remove filenames for 2 main reasons, one is so that people don't know straight away what we script things in (even though it's obvious), and the other is that our CMS pulls data dynamically from a database, and we assign a primary keyword along with it that's spat out in the URL.. with no .fileextention created
 
Back
Top Bottom