meta format-detection telephone=no has adoption outside of iOS, closes #94

This commit is contained in:
Josh Buchea 2016-05-28 13:10:18 -07:00
parent 06c32d6573
commit 8ee4c117f2
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@ Below are the essential tags for basic, minimalist websites:
<meta name="rating" content="General">
<meta name="referrer" content="never">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'">
<!-- Disable automatic detection and formatting of possible phone numbers -->
<meta name="format-detection" content="telephone=no">
<!-- Geo tags -->
<meta name="ICBM" content="latitude, longitude" />
<meta name="geo.position" content="latitude;longitude" />