Lost rankings, Penalized?
Hello
One of my sites that was built with gsa alone was ranking on the first page on 4 and 5 for competitive terms. Today it ranks on 145 and 160 and the traffic went from 30k daily to 500. Could this be a dance?
The site was initially a blogspot subdomain and i did a header redirect to my own domain about 2 weeks ago. I did no changes to the GSA campaign or site content since the redirect.
Any suggestions?
Thanks in advance
Comments
@ron I think he does this mean:
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.domain-B.de/");
header("Connection: close");
?>
Location:
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.domain-B.de/");
header("Connection: close");
?>