Skip to content

Instantly share code, notes, and snippets.

@bilalucar
Created March 29, 2017 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bilalucar/4515f40bc0b0336b14516b013c9fbf28 to your computer and use it in GitHub Desktop.
Save bilalucar/4515f40bc0b0336b14516b013c9fbf28 to your computer and use it in GitHub Desktop.
An Example of Meta Robots
<html>
<head>
<title>The Best Webpage on the Internet</title>
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
</head>
<body>
<h1>Hello World</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment