Forum Moderators: open
I have tried using htaccess to tell google that the old pages have moved permenantly but it doesn't seem to work. Has anybody had success using a 302 redirect in htaccess?
Thanks for your opinions
Um..you know what never mind. I had made my htaccess entries 2 months ago using this syntax
redirect 301 /pf/HappyCustomers.asp [pets1st.com...]
There was about 12 pages that needed to be redirected. As of last week none of them had changed but I just double checked and now all but one has been updated in google. It just took longer then I thought because googlebot had been all over the site during the last two months.
So it appears that the redirect worked after all and I'll use it on the new site as well.
Thanks,
If you can't get to the server configuration to do the 301 thing, then the second best option is to put <meta name="robots" content="noindex,follow"> on every page of the old site, and change all of the "internal" site navigation of the old site to point to the equivalent page(s) on the new site. Allow about 4 to 6 weeks for this to be actioned too.