Add DNS Prefetch control meta

This commit is contained in:
Scott O'Hara 2016-07-06 18:05:20 -04:00
parent b9d8217109
commit f910df4815
1 changed files with 3 additions and 0 deletions

View File

@ -150,6 +150,9 @@ Below are the essential tags for basic, minimalist websites:
<!-- Disable automatic detection and formatting of possible phone numbers -->
<meta name="format-detection" content="telephone=no">
<!-- Completely opt out of DNS prefetching by setting to 'off' -->
<meta http-equiv="x-dns-prefetch-control" content="off">
<!-- Geo tags -->
<meta name="ICBM" content="latitude, longitude">
<meta name="geo.position" content="latitude;longitude">