Added ISO Standards to description

This commit is contained in:
Tom Lutzenberger 2016-05-27 17:49:07 +02:00
parent de79ca0985
commit 88b65d399c
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Below are the essential tags for basic, minimalist websites:
<!-- Geo tags -->
<meta name="ICBM" content="latitude, longitude" />
<meta name="geo.position" content="latitude, longitude" />
<meta name="geo.region" content="country[-state]" /><!-- Country code: mandatory, state code: optional; eg. content="US" / content="US-NY" -->
<meta name="geo.region" content="country[-state]" /><!-- Country code (ISO 3166-1): mandatory, state code (ISO 3166-2): optional; eg. content="US" / content="US-NY" -->
<meta name="geo.placename" content="city/town" /><!-- eg. content="New York City" -->
```