HTML to keep the search engine robots away

This HTML will tell the search engine robots not to add your web page to their indexes.

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>