GreGorGy
BULLSFAN
So, there exists some conflicting data. What I want to know is, in the following scenario, which has least damaging effect to SEO:
Website exists for years at www.mysite.co.za
Then, one day, we upload a new site and test it in the working folder "new" and when we are happy, we redirect all traffic to www.mysite.co.za/new/
So, which is best and which is worst:
(1) 301 Redirect in htaccess
(2) 301 Redirect in php
(3) META HTTP-EQUIV="refresh" in index.html on root
In the case of (3), if I have other tags in the <HEAD> section (like META Keywords or Description), does this cause SE penalties or blacklisting (as some sites tend to suggest)?
Website exists for years at www.mysite.co.za
Then, one day, we upload a new site and test it in the working folder "new" and when we are happy, we redirect all traffic to www.mysite.co.za/new/
So, which is best and which is worst:
(1) 301 Redirect in htaccess
(2) 301 Redirect in php
(3) META HTTP-EQUIV="refresh" in index.html on root
In the case of (3), if I have other tags in the <HEAD> section (like META Keywords or Description), does this cause SE penalties or blacklisting (as some sites tend to suggest)?