No Robot, Please.
Sometimes I don’t want some of my stuff on line to be indexed. Two things that needs to be done.
First: create a robots.txt file and contents will look like this:
User-agent: *
Disallow: /
Then in html
<meta name=”robots” content=”noindex,nofollow”>
