Forum Moderators: open
I know of <meta http-equiv="refresh" content="1;URL=http://www."> but will this harm your pagerank while redirecting to the other site?
Or is it better to use some javascript (any suggestions?), that googlebot anyhow can't read?
What is best?
Istvan
The best way to legitimately redirect users is by using the 'redirect' directive in your .htacess file. This type of redirection shouldn't cause any problems with the SE's.
There is plenty of info on WebmasterWorld with regards to this.
Just click on the WebmasterWorld 'site search' link, and search for '.htaccess redirect'
[webmasterworld.com...]
[webmasterworld.com...]
[webmasterworld.com...]
If you want to move people from an old address to a new address, and you want to avoid potential search engine problems, then you can exclude the URL with /robots.txt
If you want to 'move' content from an old address to a new address, and would rather not loose the search engine benefit from the old address, then the META refresh may be OK in Google, but a 301 redirect would be better IMO (see your server documentation or ask your provider).
If you want to use a redirect of some sort to trick the engine, then Javascript would probably be most effective (if you don't use the full [example.com...] address in the source), but you risk getting banned following human review.
With this Redirect in the .htaccess file, will my site A(at /index.htm) maintain its current ranking in Google and will also the Pagerank of site A maintain its PR?
Is there an influence of PR from site A to Site B, or not?
Istvan
Redirect permanent /index.htm [newdomain.com...]
All PR will transfer to the newdomain, the new page will become listed in the old page's place. The old page will no longer be listed.
"The redirect permanent is an Apache redirect, so, no that's not what we will use (I asked if we were going to use the redirect that MSR986 suggested). We will permanently redirect all page-not-found links to the main page of the new domain. The main page contains links to all other pages, and therefore the site will be re-indexed."
Does this mean my PR won't transfer :( BOO HOO - I rank very well right now on the old domain!
In this case what does the spider see? Will the spider let the "old site" live and is the redirect to the "other site" just a traffic-thing, or might the spider be influenced by the redirect in the .htaccess file? (so you would be loosing PR in the end).
Is there a major difference between Redirect /index and Redirect permanent /index, in regard of to be left live or not?
If there isn't a difference, in what way can I maintain the "old site", while trying to redirect to the "new site"?