If you add this code to your web pages then those web pages will not end up on Google and other search engines
<html> <HEAD> <META name="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> </HEAD> <body> ..... your web page code .... </body> </html>
<META name="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
..... your web page code ....
</body> </html>