Skip to content

Instantly share code, notes, and snippets.

@yuezk
Created November 10, 2015 09:16
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save yuezk/15c5bb1370e30d0a2a60 to your computer and use it in GitHub Desktop.
Save yuezk/15c5bb1370e30d0a2a60 to your computer and use it in GitHub Desktop.
HTML format-detection meta tag
<meta name="format-detection" content="telephone=no">
<meta name="format-detection" content="date=no">
<meta name="format-detection" content="address=no">
<meta name="format-detection" content="email=no">
Copy link

ghost commented Jul 15, 2016

additional + better join it like so (no space between ',')
<meta name="format-detection" content="telephone=no,date=no,address=no,email=no,url=no"/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment