morganestes
3/1/2011 - 2:56 PM

mobile tags for your '<head>'

mobile tags for your ''

<!doctype html> 
  <!-- Helpful things to keep in your <head/> 
    // Shi Chuan, https://github.com/shichuan/mobile-html5-boilerplate
  -->
  <head>
    <!-- consider using below meta tags if you want to disable format detection by default -->
    <meta name="format-detection" content="telephone=no"/> 
    <meta name="format-detection" content="address=no"/>  

    <!-- consider using below link tag if the page is duplicate content of a desktop version -->
    <link rel="canonical">
  </head>
  <body>
  </body>
</html>