Forum Moderators: open
Generally speaking the better and more links you have into your site, the greater the likelihood that G will make the changes sooner rather than later, I believe.
Did you redirect the old URL's to their new versions? Did the entire site change? Or most? Or just some?
ht*p://www.domain.com/product.php?product_id=abcd
I rewrite url to:
ht*p://www.domain.com/product-abcd.php
The website has around 3000 products, and each item link was rewrited to the second model.
Before url rewrite, google, yahoo and msn index product link like
www.domain.com/product_info.php?product_ id=abcd&PHPSESSID=e3267d1ba30d6c74e80ae1d1958fdf5b
I disabled session by putting
php_value session.use_only_cookies 1
php_value session.use_trans_sid 0
in the .htaccess and rewrited url, good news is msn re-index my whole site with new url, but google still sticked to old one with session id in the url.
Caveman: you said to redirect the old URL's to their new versions? How to do it? one by one or set a new rule in the htaccess, will that be a dead loop with url rewrite rule?
[edited by: caveman at 5:35 pm (utc) on July 14, 2006]
[edit reason]
[1][edit reason] Delinked links [/edit] [/edit][/1]