Add meta tags from issue 135

This commit is contained in:
Aditya Harsh 2016-07-10 19:56:49 +05:30
parent 5d69fa8c5a
commit aa15017a29
1 changed files with 9 additions and 0 deletions

View File

@ -132,6 +132,12 @@ Below are the essential tags for basic, minimalist websites:
<!-- Completely opt out of DNS prefetching by setting to 'off' -->
<meta http-equiv="x-dns-prefetch-control" content="off">
<!-- Stores cookie on the client web browser for client identification -->
<meta http-equiv='set-cookie' content='name=value; expires=date; path=url'>
<!-- Specifies the page to appear in a specific frame -->
<meta http-equiv="Window-Target" content="_value">
<!-- Geo tags -->
<meta name="ICBM" content="latitude, longitude">
<meta name="geo.position" content="latitude;longitude">
@ -192,6 +198,9 @@ Below are the meta attributes which are not recommended for use as they had low
<!-- Does the same as the coverage tag -->
<meta name="distribution" content="Global">
<!-- Controls what user can access on the internet -->
<meta http-equiv="Pics-label" content="value">
<!-- Cache Control -->
<!-- Better to configure cache control server side -->
<meta http-equiv="Expires" content="0">