Skip to content

Instantly share code, notes, and snippets.

@j127
Created June 6, 2014 18:58
Show Gist options
  • Save j127/c1cedc5149056f92128c to your computer and use it in GitHub Desktop.
Save j127/c1cedc5149056f92128c to your computer and use it in GitHub Desktop.
Error page is noindexed with a meta tag.
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-ca">
<head>
<title>Something has gone wrong.</title>
<meta name="robots" content="noindex" />
<link rel="stylesheet" type="text/css" href="/applications/dashboard/design/error.css" /></head>
<body>
<div id="Content">
<div class="SplashInfo">
<h1>Something has gone wrong.</h1>
<p>
We've run into a problem and are unable to handle this request right now.
<br />Please check back in a little while.
</p>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment