Quote:
Originally Posted by Antivirus
You need to add nofollow tag to any links which reference the page you want to prevent spiders from accessing like so:
<a href="spidersforbidden.php" rel="nofollow">link</a>
This will prevent spiders from crawling the frbidden script.
|
Thanks, but that's not going to work, either, since I want the 'over 18' check to work on every page (it will have to be using Javascript) and that includes directly typing in the URL.