Skip to content

Instantly share code, notes, and snippets.

@paulirish
Forked from anonymous/>
Created August 16, 2010 00:42
Show Gist options
  • Star 31 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save paulirish/526168 to your computer and use it in GitHub Desktop.
Save paulirish/526168 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<!-- Helpful things to keep in your <head/>
// Brian Blakely, 360i
// http://twitter.com/brianblakely/
-->
<head>
<!-- According to Heather Champ, former community manager at flickr,
you should not allow search engines to index your "Contact Us"
or "Complaints" page if you value your sanity. This is an HTML-
centric way of achieving that. -->
<meta name="robots" content="noindex" />
<!-- Suppress IE6's pop-up-on-mouseover toolbar for images, that can
interfere with certain designs. -->
<meta http-equiv="imagetoolbar" content="false" />
<!-- Signal to search engines and others "Use this URL for this page!"
Useful when URLs are dynamically generated. -->
<link rel="canonical" href="" />
<!-- Signal to the world "This is the shortURL for this page!"
Poorly supported at this time.
http://microformats.org/wiki/rel-shortlink -->
<link rel="shortlink" href="" />
<!-- Facebook and others will use this image to represent your site
when it is shared. -->
<link rel="image_src" href="" />
<!-- Sites with search functionality should be strongly considered for a
browser search plugin.
How to make a browser search plugin:
http://www.google.com/search?ie=UTF-8&q=how+to+make+browser+search+plugin -->
<link rel="search" title="" type="application/opensearchdescription+xml" href="" />
</head>
<body>
<!-- ... -->
<!-- Let's help Mother Nature and link to a local copy of jQuery
until our project is ready for launch. -->
<!--script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script-->
<script src="js/jquery-1.4.2.js"></script>
<!-- jQuery Lint for the performance-tweaking stages of your project.
Notifies of inefficient selectors and other ego-breaking things. -->
<script src="js/jquery.lint.js"></script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment