Created
October 7, 2014 00:40
-
-
Save gerardroche/cfad5bd5f1962c24ff51 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Site is down for maintenence</title> | |
</head> | |
<body> | |
<article> | |
<h1>Site is temporary unavailable.</h1> | |
<p>We are currently performing scheduled maintenance. Site will be back soon.</p> | |
<p>We apologize for any inconvenience.</p> | |
</article> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# For documentation on how to use the robots.txt file see: | |
# | |
# - http://www.robotstxt.org/ | |
# - https://support.google.com/webmasters/answer/156449 | |
# | |
# To ban all spiders from the entire site uncomment the next two lines see | |
# http://www.robotstxt.org/wc/norobots.html: | |
# | |
# User-Agent: * | |
# Disallow: / | |
# | |
# | |
# User-agent: * | |
# Disallow: /css/ | |
# Disallow: /img/ | |
# Disallow: /js/ | |
# Disallow: /styles/ | |
# Allow: / | |
# | |
User-agent: * | |
Disallow: / |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment