[Skip to the main content] Welcome to Daigo’s Daily Digital Diorama. I blog about Baseball, Judo, Jazz, Linux, Design and on being a dad.

  • Get Firefox!

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”>

Comments are closed.