Merge pull request #133 from joshbuchea/so/meta-prefetch

Add DNS Prefetch control meta
This commit is contained in:
Scott O'Hara 2016-07-09 12:16:45 -04:00 committed by GitHub
commit 5d69fa8c5a
1 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,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">