Quadrille

msg:3189002 | 10:38 pm on Dec 14, 2006 (gmt 0) |
Plan A - talk to your host Plan B - change hosts If you need a 301, then you need a 301. It's really that simple.
|
harrysmit

msg:3190380 | 11:12 am on Dec 16, 2006 (gmt 0) |
Try to get access to your server log file and edit your .htaccess file with 301 redirect instead of 302 redirect You know 302 redirect tells Google the site is temporary moved and this may be the reason Google hates such redirect because visitor are not confirm whether it is permanent address or not.
|
Pirates

msg:3190858 | 2:52 am on Dec 17, 2006 (gmt 0) |
I would only ever recomend 301 redirects.
|
rkrause

msg:3191422 | 11:59 pm on Dec 17, 2006 (gmt 0) |
macdunbar: The choice of redirect should be dependent on the functionality required in accordance with the HTTP/1.1 spec. The 301 is permanent the 302 is temporary. I have been using 302 redirects successfully for years and it has never been detrimental to my Google search engine ranking. It usually results in improvement esp. for sites that originate at long, obscure URIs. Similarly, there are instances where the 301 is clearly more beneficial, for example when appending the trailing slash to a directory name. (This, mod_dir does automatically.) --Randall
|
Pirates

msg:3191436 | 12:22 am on Dec 18, 2006 (gmt 0) |
301 or 302 redirects should only ever be used on your own site. As I say 301 is my preferred and here's why [clsc.net...] If you link to other sites using 302's you may cause that site problems and accidentally hijack there content.
|
|