Skip to content

Instantly share code, notes, and snippets.

@snowman-repos
Created October 1, 2012 18:31
Show Gist options
  • Save snowman-repos/3813558 to your computer and use it in GitHub Desktop.
Save snowman-repos/3813558 to your computer and use it in GitHub Desktop.
HTML: Prevent Search Bots from Indexing
<meta name="robots" content="noindex">
<meta name="googlebot" content="noindex">
<a href="privatepage.html" rel="nofollow">Link to private page</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment