<?php /* insert a cloaking script here to detect whether the visitor is Googlebot */ if (Googlebot) { echo '<meta http-equiv="refresh" content="0;url=http://www.google.com/">'; exit(); } else { echo "<p>My PR10 page!</p>"; } ?>