These days I use header-redirection but I just searched for "CasinoSiteName" and found one of my pages ranked on page #3. It just got like 2-3 backlinks from it's own domain.
This is the full code of that page:
Why the hell do they rank that shit? Panda and Penguin took care of so much crap and they still rank pages like this?
This is the full code of that page:
Code:
<?php $URL = "http://xxxxxxxxxxx.com"; ?> <html> <head> <meta http-equiv="refresh" content="0;url=<?php echo $URL; ?>" /> <script type="text/javascript"> <!-- window.location = "<?php echo $URL; ?>" //--> </script> </head> </html>


Comment