<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.whatwg.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hsivonen</id>
	<title>WHATWG Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.whatwg.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hsivonen"/>
	<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/wiki/Special:Contributions/Hsivonen"/>
	<updated>2026-04-21T17:52:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Band_names&amp;diff=10147</id>
		<title>Band names</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Band_names&amp;diff=10147"/>
		<updated>2017-01-18T09:17:38Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: http://logs.glob.uno/?c=freenode%23whatwg&amp;amp;s=18+Jan+2017&amp;amp;e=18+Jan+2017#c1017379&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are band names collected from #whatwg.&lt;br /&gt;
&lt;br /&gt;
* Bogus DOM&lt;br /&gt;
* The Unpaired Surrogates&lt;br /&gt;
* Lone Surrogates&lt;br /&gt;
* The Designated Experts&lt;br /&gt;
* Spidermonkey and the GC Jitters&lt;br /&gt;
* Polyglot Heartbeat&lt;br /&gt;
* Extant Web Corpus&lt;br /&gt;
* Ambushed by Ambiguity&lt;br /&gt;
* Ambiguous Ampersands&lt;br /&gt;
* bad value robot&lt;br /&gt;
* Abort These Steps&lt;br /&gt;
* Shadow Piercing Descendant Combinator&lt;br /&gt;
* Drowning in Hypotheticals&lt;br /&gt;
* Radical Glyphs&lt;br /&gt;
&lt;br /&gt;
== Album titles ==&lt;br /&gt;
&lt;br /&gt;
* The Last Unambiguous Integer&lt;br /&gt;
* User Bang Important Rule&lt;br /&gt;
* Polygoat&lt;br /&gt;
* MetaExtension and Dublin Core - Live at WHATWG&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Validator.nu_validator-tester.py&amp;diff=9773</id>
		<title>Validator.nu validator-tester.py</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Validator.nu_validator-tester.py&amp;diff=9773"/>
		<updated>2014-11-21T08:44:34Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: s/http/https/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code&amp;gt;python validator-tester.py &#039;&#039;config&#039;&#039; &#039;&#039;command&#039;&#039; &#039;&#039;command-arguments&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See [[Validator.nu Full-Stack Tests]]&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;config&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
The following configuration parameters are available:&lt;br /&gt;
&lt;br /&gt;
===--db=&#039;&#039;filename&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
Specifies the name of the database file. Defaults to &amp;lt;code&amp;gt;db.json&amp;lt;/code&amp;gt; in the current working directory.&lt;br /&gt;
&lt;br /&gt;
===--service=&#039;&#039;URI&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
Specifies the root URI of the service to be tested. Defaults to &amp;lt;code&amp;gt;https://html5.validator.nu/&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;command&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
===dumpref===&lt;br /&gt;
&lt;br /&gt;
Dumps the reference data for a URI from the database into a JSON file.&lt;br /&gt;
&lt;br /&gt;
Takes two arguments: URI and file name.&lt;br /&gt;
&lt;br /&gt;
===dumpuri===&lt;br /&gt;
&lt;br /&gt;
Dumps the result data for a URI as reported by the remote service into a JSON file.&lt;br /&gt;
&lt;br /&gt;
Takes two arguments: URI and file name.&lt;br /&gt;
&lt;br /&gt;
===adduri===&lt;br /&gt;
&lt;br /&gt;
Adds the remote service output for a URI into the database.&lt;br /&gt;
&lt;br /&gt;
Takes one argument: URI&lt;br /&gt;
&lt;br /&gt;
===deluri===&lt;br /&gt;
&lt;br /&gt;
Deletes the reference data for a URI from the database.&lt;br /&gt;
&lt;br /&gt;
Takes one argument: URI&lt;br /&gt;
&lt;br /&gt;
===checkuri===&lt;br /&gt;
&lt;br /&gt;
Compare the service output for a URI against the reference data for the same URI in the database and print discrepancies.&lt;br /&gt;
&lt;br /&gt;
Takes one argument: URI&lt;br /&gt;
&lt;br /&gt;
===checkall===&lt;br /&gt;
&lt;br /&gt;
Runs checkuri for each URI recorded in the database.&lt;br /&gt;
&lt;br /&gt;
Takes no arguments.&lt;br /&gt;
&lt;br /&gt;
===mergedb===&lt;br /&gt;
&lt;br /&gt;
Reads an external database file (e.g. one written by dumpref) and adds the entries to the reference database overwriting existing entries in the case of key overlap.&lt;br /&gt;
&lt;br /&gt;
Takes one argument: file name&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;command-arguments&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
The arguments to the command as documented for each command.&lt;br /&gt;
&lt;br /&gt;
[[Category:Validator.nu Documentation]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Validator.nu_Unit_Tests&amp;diff=9772</id>
		<title>Validator.nu Unit Tests</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Validator.nu_Unit_Tests&amp;diff=9772"/>
		<updated>2014-11-21T08:43:58Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: s/Google code/GitHub/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Validator.nu has various places for unit tests.&lt;br /&gt;
&lt;br /&gt;
==html5lib Tokenizer Tests==&lt;br /&gt;
&lt;br /&gt;
The tokenizer of the Validator.nu HTML Parser is tested using the [https://github.com/html5lib/html5lib-tests/tree/master/tokenizer tokenizer tests] hosted by the html5lib project. &amp;lt;code&amp;gt;nu.validator.htmlparser.test.TokenizerTester&amp;lt;/code&amp;gt; is the test harness.&lt;br /&gt;
&lt;br /&gt;
==html5lib Tree Builder Tests==&lt;br /&gt;
&lt;br /&gt;
The tree builder of the Validator.nu HTML Parser is tested using the [https://github.com/html5lib/html5lib-tests/tree/master/tree-construction tree construction tests] hosted by the html5lib project. &amp;lt;code&amp;gt;nu.validator.htmlparser.test.TreeTester&amp;lt;/code&amp;gt; is the test harness.&lt;br /&gt;
&lt;br /&gt;
==html5lib Encoding Tests==&lt;br /&gt;
&lt;br /&gt;
The meta sniffer of Validator.nu HTML Parser used to be tested using the [https://github.com/html5lib/html5lib-tests/tree/master/encoding encoding tests] hosted by the html5lib project. &amp;lt;code&amp;gt;nu.validator.htmlparser.test.EncodingTester&amp;lt;/code&amp;gt; is the test harness. &#039;&#039;However, both the tests and the code are out of sync with the spec.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==WHATTF Schema Tests==&lt;br /&gt;
&lt;br /&gt;
Some aspects of the validation layer are tested using the test suite the WHATTF HTML5 schemas. &amp;lt;code&amp;gt;org.whattf.syntax.Driver.java&amp;lt;/code&amp;gt; is the test harness. &#039;&#039;These tests were written when HTML5 still had the concept strict inline / structured inline / block. Also the tests elicit more than one error per test file. The test have not been properly updated to test newer aspects of the HTML5 spec.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Full-stack tests==&lt;br /&gt;
&lt;br /&gt;
There is a [[Validator.nu validator-tester.py|test harness]] for [[Validator.nu Full-Stack Tests|full-stack]] (well, full-stack with JSON output—not HTML output) testing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Validator.nu Documentation]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Validator.nu_Textarea_Input&amp;diff=9771</id>
		<title>Validator.nu Textarea Input</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Validator.nu_Textarea_Input&amp;diff=9771"/>
		<updated>2014-11-21T08:41:52Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: s/http/https/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To use [[Validator.nu Web Service Interface|Validator.nu as a Web service]] by POSTing a text field, the client issues an HTTP request either to &amp;lt;code&amp;gt;https://validator.nu/&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;https://html5.validator.nu/&amp;lt;/code&amp;gt; using the POST method with an &amp;lt;code&amp;gt;multipart/form-data&amp;lt;/code&amp;gt; entity body. (&amp;lt;code&amp;gt;application/x-www-form-urlencoded&amp;lt;/code&amp;gt; is &#039;&#039;not&#039;&#039; supported.) [[Validator.nu Common Input Parameters|Common parameters]] are encoded as form fields. The document to check is included as the value of a form field called &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt;. The &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; field must be the last field in the submission.&lt;br /&gt;
&lt;br /&gt;
The request should set the &amp;lt;code&amp;gt;parser&amp;lt;/code&amp;gt; parameter explicitly. &amp;lt;code&amp;gt;Content-Type&amp;lt;/code&amp;gt; is synthetized by selecting &amp;lt;code&amp;gt;text/html&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;application/xml&amp;lt;/code&amp;gt; depending on the &amp;lt;code&amp;gt;parser&amp;lt;/code&amp;gt; value and clamping the  &amp;lt;code&amp;gt;charset&amp;lt;/code&amp;gt; MIME type parameter to &amp;lt;code&amp;gt;utf-8&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
All field values including the document source must decode as UTF-8.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Validator.nu Web Service Interface]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Validator.nu Documentation]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Validator.nu_Templates&amp;diff=9770</id>
		<title>Validator.nu Templates</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Validator.nu_Templates&amp;diff=9770"/>
		<updated>2014-11-21T08:41:31Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: s/http/https/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The HTML and XHTML outputs of Validator.nu are produced using SAX serializers. When variable content is pushed to the serializers, SAX events are emitted from hand-written Java code. However, for static boilerplate parts, generated code is used.&lt;br /&gt;
&lt;br /&gt;
It is particularly noteworthy that for (X)HTML, the &amp;lt;code&amp;gt;MessageEmitter&amp;lt;/code&amp;gt; subclass generates a document fragment that appears inside a larger document but for the other output formats, the entire response is generated by the &amp;lt;code&amp;gt;MessageEmitter&amp;lt;/code&amp;gt; subclass. This design is mainly due to the legacy of controller code evolution from an initial interactive HTML-only design to cover non-interactive Web service response formats later.&lt;br /&gt;
&lt;br /&gt;
==The Generator Tool==&lt;br /&gt;
&lt;br /&gt;
The generated code is produced from XML file using [https://hsivonen.fi/saxcompiler/ SaxCompiler], which was written to aid the development of Validator.nu.&lt;br /&gt;
&lt;br /&gt;
SaxCompiler turns an XML document into a Java class with a re-entrant static method for replaying the SAX events of the XML document. The events for the document and root element start/end can optionally be omitted.&lt;br /&gt;
&lt;br /&gt;
Callbacks to an object passed as an argument to the static method are possible and used for running code that emits the variable part of the result document.&lt;br /&gt;
&lt;br /&gt;
==The Generated Emitters==&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;code&amp;gt;PageEmitter&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
This emitter generates the &amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;body&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;h1&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;hr&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;p&amp;lt;/code&amp;gt; (after &amp;lt;code&amp;gt;hr&amp;lt;/code&amp;gt;) elements. The contents of each one involves a callback to the controller.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;code&amp;gt;FormEmitter&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
This emitter generates the contents of the &amp;lt;code&amp;gt;form&amp;lt;/code&amp;gt; element (but not the element itself which is generated using hand-written code due to variability in its attributes) in the generic facet.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;code&amp;gt;Html5FormEmitter&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
This emitter generates the contents of the &amp;lt;code&amp;gt;form&amp;lt;/code&amp;gt; element (but not the element itself which is generated using hand-written code due to variability in its attributes) in the HTML5 facet.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;code&amp;gt;CharsetEmitter&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
Emits the table row containing the character encoding override UI widget.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;code&amp;gt;NsFilterEmitter&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
Emits the table row containing the namespace filter UI widget.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;code&amp;gt;StatsEmitter&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
Emits the execution time statistics paragraph.&lt;br /&gt;
&lt;br /&gt;
==Callbacks==&lt;br /&gt;
&lt;br /&gt;
In general, all package-private methods on the controller classes (&amp;lt;code&amp;gt;VerifierServletTransaction&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;Html5ConformanceCheckerTransaction&amp;lt;/code&amp;gt;) are callbacks of some kind.&lt;br /&gt;
&lt;br /&gt;
[[Category:Validator.nu Documentation]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Validator.nu_POST_Body_Input&amp;diff=9769</id>
		<title>Validator.nu POST Body Input</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Validator.nu_POST_Body_Input&amp;diff=9769"/>
		<updated>2014-11-21T08:40:39Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: s/http/https/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To use [[Validator.nu Web Service Interface|Validator.nu as a Web service]] by POSTing an entity body, the client issues an HTTP request either to &amp;lt;code&amp;gt;https://validator.nu/&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;https://html5.validator.nu/&amp;lt;/code&amp;gt; using the POST method. The document to check is included as the entity body of the request. The &amp;lt;code&amp;gt;Content-Type&amp;lt;/code&amp;gt; request header must be used to communicate the MIME type of the entity body. [[Validator.nu Common Input Parameters|Common parameters]] are encoded as query string parameters.&lt;br /&gt;
&lt;br /&gt;
Only &amp;lt;code&amp;gt;&amp;amp;&amp;lt;/code&amp;gt; is supported as a query parameter separator. &amp;lt;code&amp;gt;;&amp;lt;/code&amp;gt; is not supported.&lt;br /&gt;
&lt;br /&gt;
Percent-encoded octets in the query string must decode to UTF-8.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Validator.nu Web Service Interface]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Validator.nu Documentation]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Validator.nu_parser&amp;diff=9768</id>
		<title>Validator.nu parser</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Validator.nu_parser&amp;diff=9768"/>
		<updated>2014-11-21T08:40:06Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: s/http/https/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [https://about.validator.nu/htmlparser/ Validator.nu HTML parser] is an implementation of the HTML5 parsing algorithm in Java with SAX, XOM and DOM interfaces.&lt;br /&gt;
&lt;br /&gt;
The code is available from&lt;br /&gt;
&amp;lt;pre&amp;gt;hg clone https://hg.mozilla.org/projects/htmlparser/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More information from hsivonen at #whatwg.&lt;br /&gt;
&lt;br /&gt;
[[Category:Implementations]]&lt;br /&gt;
[[Category:Validator.nu Documentation]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Validator.nu_JSON_Output&amp;diff=9767</id>
		<title>Validator.nu JSON Output</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Validator.nu_JSON_Output&amp;diff=9767"/>
		<updated>2014-11-21T08:39:40Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: s/http/https/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Italicized words, such as &#039;&#039;object&#039;&#039;, refer to JSON data types. “The &amp;lt;code&amp;gt;&amp;quot;foo&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;datatype&#039;&#039;” refers to an object of type &#039;&#039;datatype&#039;&#039; that is the value associated with the key &amp;lt;code&amp;gt;&amp;quot;foo&amp;quot;&amp;lt;/code&amp;gt; in the parent &#039;&#039;object&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Media Type==&lt;br /&gt;
&lt;br /&gt;
The Internet media type for this format is &amp;lt;code&amp;gt;application/json&amp;lt;/code&amp;gt;. (Unless the callback extension is used, in which case the media type is &amp;lt;code&amp;gt;application/javascript&amp;lt;/code&amp;gt;.)&lt;br /&gt;
&lt;br /&gt;
==Root Object==&lt;br /&gt;
&lt;br /&gt;
The root object is a JSON &#039;&#039;object&#039;&#039;. It has one mandatory key, &amp;lt;code&amp;gt;&amp;quot;messages&amp;quot;&amp;lt;/code&amp;gt;, and three optional keys, &amp;lt;code&amp;gt;&amp;quot;url&amp;quot;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;quot;source&amp;quot;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;quot;parseTree&amp;quot;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The values for these keys are described below.&lt;br /&gt;
&lt;br /&gt;
===The &amp;lt;code&amp;gt;&amp;quot;messages&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;array&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
The this &#039;&#039;array&#039;&#039; is an ordered collection of zero or more message &#039;&#039;object&#039;&#039;s.&lt;br /&gt;
&lt;br /&gt;
====Message &#039;&#039;object&#039;&#039;s====&lt;br /&gt;
&lt;br /&gt;
A message &#039;&#039;object&#039;&#039; has one mandatory key, &amp;lt;code&amp;gt;&amp;quot;type&amp;quot;&amp;lt;/code&amp;gt;, and seven optional keys, &amp;lt;code&amp;gt;&amp;quot;subtype&amp;quot;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;quot;message&amp;quot;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;quot;extract&amp;quot;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;quot;offset&amp;quot;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;quot;url&amp;quot;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;quot;line&amp;quot;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;quot;column&amp;quot;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=====The &amp;lt;code&amp;gt;&amp;quot;type&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039;=====&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;&amp;quot;type&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039; denotes the general class of the message. The permissible values are &amp;lt;code&amp;gt;&amp;quot;info&amp;quot;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;quot;error&amp;quot;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;quot;non-document-error&amp;quot;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;CODE&amp;gt;&amp;quot;info&amp;quot;&amp;lt;/CODE&amp;gt;&lt;br /&gt;
means an informational message or warning that does not affect the validity of &lt;br /&gt;
the document being checked. &amp;lt;CODE&amp;gt;&amp;quot;error&amp;quot;&amp;lt;/CODE&amp;gt; signifies&lt;br /&gt;
a problem that causes the validation/checking to fail. &amp;lt;CODE&amp;gt;&amp;quot;non-document-error&amp;quot;&amp;lt;/CODE&amp;gt; &lt;br /&gt;
signifies an error that causes the checking to end in an indeterminate state because &lt;br /&gt;
the document being validated could not be examined to the end. Examples of such errors include broken schemas, bugs in the validator and IO errors. (Note that when a schema has parse errors, they are first reported as &amp;lt;CODE&amp;gt;error&amp;lt;/CODE&amp;gt;s and then a catch-all &amp;lt;CODE&amp;gt;non-document-error&amp;lt;/CODE&amp;gt; is also emitted.)&lt;br /&gt;
&lt;br /&gt;
=====The &amp;lt;code&amp;gt;&amp;quot;subtype&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039;=====&lt;br /&gt;
&lt;br /&gt;
The permissible value with &amp;lt;CODE&amp;gt;&amp;quot;type&amp;quot;:&amp;quot;info&amp;quot;&amp;lt;/CODE&amp;gt; is &amp;lt;CODE&amp;gt;&amp;quot;warning&amp;quot;&amp;lt;/CODE&amp;gt;, which means that the message seeks to warn about the user of a formally conforming but in some way questionable issue. Otherwise, the message is taken to generally informative.&lt;br /&gt;
&lt;br /&gt;
The permissible value with &amp;lt;CODE&amp;gt;&amp;quot;type&amp;quot;:&amp;quot;error&amp;quot;&amp;lt;/CODE&amp;gt; is &amp;lt;CODE&amp;gt;&amp;quot;fatal&amp;quot;&amp;lt;/CODE&amp;gt;, which means that the error is an XML well-formedness error or, in the case of HTML, a condition that the implementor has opted to treat analogously to XML well-formedness errors (e.g. due to usability or performance considerations). Further errors are suppressed after a fatal error. In the absence of the &amp;lt;CODE&amp;gt;&amp;quot;subtype&amp;quot;&amp;lt;/CODE&amp;gt; key, a &amp;lt;CODE&amp;gt;&amp;quot;type&amp;quot;:&amp;quot;error&amp;quot;&amp;lt;/CODE&amp;gt; message means a spec violation in general.&lt;br /&gt;
&lt;br /&gt;
Permissible values with &amp;lt;CODE&amp;gt;&amp;quot;type&amp;quot;:&amp;quot;non-document-error&amp;quot;&amp;lt;/CODE&amp;gt; are: &amp;lt;CODE&amp;gt;&amp;quot;io&amp;quot;&amp;lt;/CODE&amp;gt; (signifies an&lt;br /&gt;
input/output error),  &amp;lt;CODE&amp;gt;&amp;quot;schema&amp;quot;&amp;lt;/CODE&amp;gt; (indicates that&lt;br /&gt;
initializing a schema-based validator failed) and &amp;lt;CODE&amp;gt;&amp;quot;internal&amp;quot;&amp;lt;/CODE&amp;gt;&lt;br /&gt;
(indicates that the validator/checker found an error bug in itself,&lt;br /&gt;
ran out of memory, etc., but was still able to emit a message). In the absence of the &amp;lt;CODE&amp;gt;&amp;quot;subtype&amp;quot;&amp;lt;/CODE&amp;gt; key, a &amp;lt;CODE&amp;gt;&amp;quot;type&amp;quot;:&amp;quot;non-document-error&amp;quot;&amp;lt;/CODE&amp;gt; message means a problem external to the document in general.&lt;br /&gt;
&lt;br /&gt;
=====The &amp;lt;code&amp;gt;&amp;quot;message&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039;=====&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;&amp;quot;message&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039; represents a paragraph of text (suitable for rendering to the user as plain text without further processing) that is the message stated succinctly in natural language.&lt;br /&gt;
&lt;br /&gt;
=====The &amp;lt;code&amp;gt;&amp;quot;extract&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039;=====&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;&amp;quot;extract&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039; represents an extract of the document source from around the point in source designated for the message by the &amp;lt;code&amp;gt;&amp;quot;line&amp;quot;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;quot;column&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;number&#039;&#039;s.&lt;br /&gt;
&lt;br /&gt;
=====The &amp;lt;code&amp;gt;&amp;quot;offset&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;number&#039;&#039;=====&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;&amp;quot;offset&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;number&#039;&#039; is an UTF-16 code unit index into the &amp;lt;code&amp;gt;&amp;quot;extract&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039;. The index identifies the same UTF-16 code unit in the extract that the &amp;lt;code&amp;gt;&amp;quot;line&amp;quot;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;quot;column&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;number&#039;&#039;s identify in the full source. The first code unit has the index &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=====The &amp;lt;code&amp;gt;&amp;quot;url&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039;=====&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;&amp;quot;url&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039;, if present, must contain the URI&lt;br /&gt;
(not IRI) of the resource with which the message is associated&lt;br /&gt;
or the literal string “&amp;lt;CODE&amp;gt;data:…&amp;lt;/CODE&amp;gt;” (the last character&lt;br /&gt;
is U+2026) to signify that the message is associated with a data URI&lt;br /&gt;
resource but the exact URI has been omitted. (If a client application&lt;br /&gt;
wishes to show IRIs to human users, it is up to the client&lt;br /&gt;
application to convert the URI into an IRI.)&lt;br /&gt;
&lt;br /&gt;
If the &amp;lt;code&amp;gt;&amp;quot;url&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039; is absent on the message element but present on the root element, the message is considered to be associated with the resource designated by the attribute on the root element.&lt;br /&gt;
&lt;br /&gt;
=====The &amp;lt;code&amp;gt;&amp;quot;firstLine&amp;quot;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;quot;firstColumn&amp;quot;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;quot;lastLine&amp;quot;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;quot;lastColumn&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;number&#039;&#039;s=====&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;&amp;quot;firstLine&amp;quot;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;quot;firstColumn&amp;quot;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;quot;lastLine&amp;quot;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;quot;lastColumn&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;number&#039;&#039;s indicate a range of source code associated with the message. The line and column numbers are one-based. The first line is line 1. The first column is column 1. Columns are counted by UTF-16 code units. A line break is considered to occupy the last column on the line it terminates.&lt;br /&gt;
&lt;br /&gt;
The source lines and columns are approximate. For example, if a&lt;br /&gt;
message is related to an attribute, the line and column may point to&lt;br /&gt;
the first character if the start tag, the character after the start&lt;br /&gt;
tag or to the attribute inside the tag depending on implementation.&lt;br /&gt;
If a message is related to character data, the line and column may be&lt;br /&gt;
inaccurate within a run of text e.g. due to buffering.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;&amp;quot;lastLine&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;number&#039;&#039; indicates the last line (inclusive) onto which the source range associated with the message falls.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;&amp;quot;firstLine&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;number&#039;&#039; indicates the first line onto which the source range associated with the message falls. If the attribute is missing, it is assumed to have the same value as &amp;lt;code&amp;gt;&amp;quot;lastLine&amp;quot;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;&amp;quot;lastColumn&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;number&#039;&#039; indicates the last column (inclusive) onto which the source range associated with the message falls on the last line onto which is falls.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;&amp;quot;firstColumn&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;number&#039;&#039; indicates the first column onto which the source range associated with the message falls on the first line onto which is falls.&lt;br /&gt;
&lt;br /&gt;
===The &amp;lt;code&amp;gt;&amp;quot;url&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;&amp;quot;url&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039;, if present, must containt the URI&lt;br /&gt;
(not IRI) of the document being checked&lt;br /&gt;
or the literal string “&amp;lt;CODE&amp;gt;data:…&amp;lt;/CODE&amp;gt;” (the last character&lt;br /&gt;
is U+2026) to signify that the message is associated with a data URI&lt;br /&gt;
resource but the exact URI has been omitted. (If a client application&lt;br /&gt;
wishes to show IRIs to human users, it is up to the client&lt;br /&gt;
application to convert the URI into an IRI.)&lt;br /&gt;
&lt;br /&gt;
====The &amp;lt;code&amp;gt;&amp;quot;type&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039;====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;CODE&amp;gt;&amp;quot;success&amp;quot;&amp;lt;/CODE&amp;gt;, &amp;lt;CODE&amp;gt;&amp;quot;failure&amp;quot;&amp;lt;/CODE&amp;gt; or &amp;lt;CODE&amp;gt;&amp;quot;indeterminate&amp;quot;&amp;lt;/CODE&amp;gt; for valid, invalid or inability to finish, respectively.&lt;br /&gt;
&lt;br /&gt;
====The &amp;lt;code&amp;gt;&amp;quot;message&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039;====&lt;br /&gt;
&lt;br /&gt;
A human-readable string describing the result.&lt;br /&gt;
&lt;br /&gt;
===The &amp;lt;code&amp;gt;&amp;quot;source&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;object&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
A &amp;lt;code&amp;gt;&amp;quot;source&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;object&#039;&#039; has one mandatory key, &amp;lt;code&amp;gt;&amp;quot;code&amp;quot;&amp;lt;/code&amp;gt;, and two optional keys, &amp;lt;code&amp;gt;&amp;quot;type&amp;quot;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;quot;encoding&amp;quot;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
====The &amp;lt;code&amp;gt;&amp;quot;code&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039;====&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;&amp;quot;code&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039; represents the source of the checked document as decoded to Unicode lone surrogates replaced with the REPLACEMENT CHARACTER and with line breaks replaced with U+00A0 LINE FEED. &lt;br /&gt;
&lt;br /&gt;
====The &amp;lt;code&amp;gt;&amp;quot;type&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039;====&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;&amp;quot;type&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039; represents the media type of the input without parameters. &lt;br /&gt;
&lt;br /&gt;
====The &amp;lt;code&amp;gt;&amp;quot;encoding&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039;====&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;&amp;quot;encoding&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;string&#039;&#039; represents the &amp;lt;code&amp;gt;charset&amp;lt;/code&amp;gt; media type parameter of the input.&lt;br /&gt;
&lt;br /&gt;
===The &amp;lt;code&amp;gt;&amp;quot;parseTree&amp;quot;&amp;lt;/code&amp;gt; &#039;&#039;object&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
What to put here? [https://simon.html5.org/specs/sdf SDF]?&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;{&lt;br /&gt;
	&amp;quot;url&amp;quot;: &amp;quot;http://example.org/&amp;quot;,&lt;br /&gt;
	&amp;quot;messages&amp;quot;: [&lt;br /&gt;
		{&lt;br /&gt;
			&amp;quot;type&amp;quot;   : &amp;quot;info&amp;quot;,&lt;br /&gt;
			&amp;quot;subtype&amp;quot;: &amp;quot;warning&amp;quot;,&lt;br /&gt;
			&amp;quot;lastLine&amp;quot;   : 20,&lt;br /&gt;
			&amp;quot;lastColumn&amp;quot; : 15,&lt;br /&gt;
			&amp;quot;url&amp;quot;    : &amp;quot;http://example.com/&amp;quot;,&lt;br /&gt;
			&amp;quot;message&amp;quot;: &amp;quot;Trailing slash for void element&amp;quot;,&lt;br /&gt;
			&amp;quot;extract&amp;quot;: &amp;quot;&amp;lt;br/&amp;gt;&amp;quot;,&lt;br /&gt;
			&amp;quot;hiliteStart&amp;quot; : 3,&lt;br /&gt;
			&amp;quot;hiliteLength&amp;quot; : 1&lt;br /&gt;
		},&lt;br /&gt;
		{&lt;br /&gt;
			&amp;quot;type&amp;quot;   : &amp;quot;error&amp;quot;,&lt;br /&gt;
			&amp;quot;subtype&amp;quot;: &amp;quot;fatal&amp;quot;,&lt;br /&gt;
			&amp;quot;lastLine&amp;quot;   : 42,&lt;br /&gt;
			&amp;quot;lastColumn&amp;quot; : 17,&lt;br /&gt;
			&amp;quot;url&amp;quot;    : &amp;quot;http://example.com/&amp;quot;,&lt;br /&gt;
			&amp;quot;message&amp;quot;: &amp;quot;Missing end tag for the “foo” element&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	],&lt;br /&gt;
	&amp;quot;source&amp;quot;: {&lt;br /&gt;
		&amp;quot;code&amp;quot;    : &amp;quot;...&amp;quot;,&lt;br /&gt;
		&amp;quot;type&amp;quot;    : &amp;quot;text/html&amp;quot;,&lt;br /&gt;
		&amp;quot;encoding&amp;quot;: &amp;quot;UTF-8&amp;quot;&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;parseTree&amp;quot;: {&lt;br /&gt;
		...&lt;br /&gt;
	}&lt;br /&gt;
}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Processing Model==&lt;br /&gt;
&lt;br /&gt;
Clients that consume the message format are referred to as&lt;br /&gt;
processors. They must use a parser conforming to [https://tools.ietf.org/html/rfc4627 RFC 4627] to parse the&lt;br /&gt;
format.&lt;br /&gt;
&lt;br /&gt;
If the root is not an &#039;&#039;object&#039;&#039; with the key &amp;lt;CODE&amp;gt;&amp;quot;messages&amp;quot;&amp;lt;/CODE&amp;gt;,&lt;br /&gt;
the JSON text is deemed to be in an unknown format and not processable&lt;br /&gt;
according to this processing model.&lt;br /&gt;
&lt;br /&gt;
If the processor encounters a key–value pair in an &#039;&#039;object&#039;&#039; with a known key and an unknown value where a value enumerated in this specification is expected, the processor must ignore the key–value pair. If a processor encounters an &#039;&#039;object&#039;&#039; that is missing a required key (possibly because it was ignored under the previous rule), the processor must ignore the entire &#039;&#039;object&#039;&#039;. If a message &#039;&#039;object&#039;&#039; does not have a&lt;br /&gt;
&amp;lt;CODE&amp;gt;&amp;quot;line&amp;quot;&amp;lt;/CODE&amp;gt; &#039;&#039;number&#039;&#039; with a permissible value, a &amp;lt;CODE&amp;gt;&amp;quot;column&amp;quot;&amp;lt;/CODE&amp;gt;&lt;br /&gt;
&#039;&#039;number&#039;&#039; on the &#039;&#039;object&#039;&#039; must be ignored if present.&lt;br /&gt;
&lt;br /&gt;
Processors must process the items in a way that is consistent with&lt;br /&gt;
the semantics of the items.&lt;br /&gt;
&lt;br /&gt;
===Determining Outcome===&lt;br /&gt;
&lt;br /&gt;
The outcome of the validation process may be success, failure or indeterminate.&lt;br /&gt;
&lt;br /&gt;
# If there are one or more &amp;lt;CODE&amp;gt;non-document-error&amp;lt;/CODE&amp;gt; messages, the outcome is indeterminate.&lt;br /&gt;
# Else if there are one or more &amp;lt;CODE&amp;gt;error&amp;lt;/CODE&amp;gt; messages, the outcome is failure.&lt;br /&gt;
# Else the outcome is success.&lt;br /&gt;
&lt;br /&gt;
==Callback==&lt;br /&gt;
&lt;br /&gt;
The format described here may [[Validator.nu Common Input Parameters#callback|optionally be wrapped in a JavaScript function call]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Validator.nu Web Service Interface]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Validator.nu Documentation]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Validator.nu_GNU_Output&amp;diff=9766</id>
		<title>Validator.nu GNU Output</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Validator.nu_GNU_Output&amp;diff=9766"/>
		<updated>2014-11-21T08:38:18Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: s/http/https/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This format is an adaptation of the [https://www.gnu.org/prep/standards/standards.html#Errors GNU error format].&lt;br /&gt;
&lt;br /&gt;
==Media Type==&lt;br /&gt;
&lt;br /&gt;
This format has semantics beyond the semantics of &amp;lt;code&amp;gt;text/plain&amp;lt;/code&amp;gt;. However, for compatibility and given the lack of a specific media type, this format uses the media type &amp;lt;code&amp;gt;text/plain; charset=utf-8&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Character Encoding==&lt;br /&gt;
&lt;br /&gt;
This format is defined in terms of Unicode characters. For transport as bytes, the Unicode characters are encoded as UTF-8.&lt;br /&gt;
&lt;br /&gt;
==General Format==&lt;br /&gt;
&lt;br /&gt;
The format consists of messages represented as text lines.&lt;br /&gt;
&lt;br /&gt;
Each line consists of the URI of the file that the message pertains to, U+003A COLON, optionally a position descriptor, U+003A COLON if there was a position descriptor, U+0020 SPACE, type descriptor, U+003A COLON, U+0020 SPACE, message and U+000A LINE FEED.&lt;br /&gt;
&lt;br /&gt;
When there are no lines, there are characters—not even a single U+000A LINE FEED.&lt;br /&gt;
&lt;br /&gt;
==URI of the File==&lt;br /&gt;
&lt;br /&gt;
The URI of the file is its IRI converted to the URI form with U+0022 QUOTATION MARK before and after or nothing (not even quotes) if the IRI of the document is not available. (Literal U+0022 QUOTATION MARK never appears in the URI. &amp;lt;code&amp;gt;%22&amp;lt;/code&amp;gt; may appear instead.)&lt;br /&gt;
&lt;br /&gt;
==Position Descriptor==&lt;br /&gt;
&lt;br /&gt;
The position descriptor indicates the source position that the message pertains to in terms of lines and columns. The first line is line number 1. The first character on a line occupies column number 1. Columns are counted as UTF-16 code units without tab expansion. (The GNU spec doesn&#039;t specify how non-ASCII is counted and specifies tab expansion to stops at every 8 columns.)&lt;br /&gt;
&lt;br /&gt;
The position descriptor takes one of these formats:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;line number&#039;&#039;&lt;br /&gt;
* &#039;&#039;line number&#039;&#039;, U+002E FULL STOP, &#039;&#039;column number&#039;&#039;&lt;br /&gt;
* &#039;&#039;start line number&#039;&#039;, U+002D HYPEN-MINUS, &#039;&#039;end line number&#039;&#039;&lt;br /&gt;
* &#039;&#039;start line number&#039;&#039;, U+002E FULL STOP, &#039;&#039;start column number&#039;&#039;, U+002D HYPEN-MINUS, &#039;&#039;end line number&#039;&#039;, U+002E FULL STOP, &#039;&#039;end column number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Start and end are inclusive. The numbers consist of one or more characters in the range from U+0030 DIGIT ZERO to U+0039 DIGIT NINE interpreted as a decimal number.&lt;br /&gt;
&lt;br /&gt;
==Type Descriptor==&lt;br /&gt;
&lt;br /&gt;
The type descriptor consists of a supertype descriptor optionally followed by U+0020 SPACE and a subtype descriptor.&lt;br /&gt;
&lt;br /&gt;
The supertype descriptor denotes the general class of the message. The permissible values are &amp;lt;code&amp;gt;info&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;error&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;non-document-error&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;CODE&amp;gt;info&amp;lt;/CODE&amp;gt;&lt;br /&gt;
means an informational message or warning that does not affect the validity of &lt;br /&gt;
the document being checked. &amp;lt;CODE&amp;gt;error&amp;lt;/CODE&amp;gt; signifies&lt;br /&gt;
a problem that causes the validation/checking to fail. &amp;lt;CODE&amp;gt;non-document-error&amp;lt;/CODE&amp;gt; &lt;br /&gt;
signifies an error that causes the checking to end in an indeterminate state because &lt;br /&gt;
the document being validated could not be examined to the end. Examples of such errors include broken schemas, bugs in the validator and IO errors. (Note that when a schema has parse errors, they are first reported as &amp;lt;CODE&amp;gt;error&amp;lt;/CODE&amp;gt;s and then a catch-all &amp;lt;CODE&amp;gt;non-document-error&amp;lt;/CODE&amp;gt; is also emitted.)&lt;br /&gt;
&lt;br /&gt;
When the supertype descriptor is &amp;lt;CODE&amp;gt;info&amp;lt;/CODE&amp;gt; the permissible value for the subtype descriptor is &amp;lt;CODE&amp;gt;warning&amp;lt;/CODE&amp;gt;, which means that the message seeks to warn about the user of a formally conforming but in some way questionable issue. Otherwise, the message is taken to generally informative.&lt;br /&gt;
&lt;br /&gt;
When the supertype descriptor is &amp;lt;CODE&amp;gt;error&amp;lt;/CODE&amp;gt; the permissible value for the subtype descriptor is &amp;lt;CODE&amp;gt;fatal&amp;lt;/CODE&amp;gt;, which means that the error is an XML well-formedness error or, in the case of HTML, a condition that the implementor has opted to treat analogously to XML well-formedness errors (e.g. due to usability or performance considerations). Further errors are suppressed after a fatal error. In the absence of the &amp;lt;CODE&amp;gt;&amp;quot;subtype&amp;quot;&amp;lt;/CODE&amp;gt; key, a &amp;lt;CODE&amp;gt;&amp;quot;type&amp;quot;:&amp;quot;error&amp;quot;&amp;lt;/CODE&amp;gt; message means a spec violation in general.&lt;br /&gt;
&lt;br /&gt;
When the supertype descriptor is &amp;lt;CODE&amp;gt;non-document-error&amp;lt;/CODE&amp;gt; the permissible value for the subtype descriptor are &amp;lt;CODE&amp;gt;io&amp;lt;/CODE&amp;gt; (signifies an&lt;br /&gt;
input/output error),  &amp;lt;CODE&amp;gt;schema&amp;lt;/CODE&amp;gt; (indicates that&lt;br /&gt;
initializing a schema-based validator failed) and &amp;lt;CODE&amp;gt;internal&amp;lt;/CODE&amp;gt;&lt;br /&gt;
(indicates that the validator/checker found an error bug in itself,&lt;br /&gt;
ran out of memory, etc., but was still able to emit a message). In the absence of the subtype descriptor key, a &amp;lt;CODE&amp;gt;non-document-error&amp;lt;/CODE&amp;gt; message means a problem external to the document in general.&lt;br /&gt;
&lt;br /&gt;
==Message==&lt;br /&gt;
&lt;br /&gt;
The message is a human-readable string that does not contain U+000A LINE FEED or U+000D CARRIAGE RETURN. It may be the empty string. ([[Validator.nu Common Input Parameters#asciiquotes|ASCII quotes can be requested]].)&lt;br /&gt;
&lt;br /&gt;
==Processing Model==&lt;br /&gt;
&lt;br /&gt;
Clients that consume the message format are referred to as&lt;br /&gt;
processors. &lt;br /&gt;
&lt;br /&gt;
If the input contains a line that is not in the format described above, the input is deemed to be in an unknown format and not processable according to this processing model.&lt;br /&gt;
&lt;br /&gt;
For forward compatibility, processors must treat unknown subtype descriptors as if there were no subtype descriptor when deciding the semantics according to the previous paragraphs.&lt;br /&gt;
&lt;br /&gt;
Processors must process the lines in a way that is consistent with&lt;br /&gt;
the semantics of the lines.&lt;br /&gt;
&lt;br /&gt;
===Determining Outcome===&lt;br /&gt;
&lt;br /&gt;
The outcome of the validation process may be success, failure or indeterminate.&lt;br /&gt;
&lt;br /&gt;
# If there are one or more &amp;lt;CODE&amp;gt;non-document-error&amp;lt;/CODE&amp;gt; messages, the outcome is indeterminate.&lt;br /&gt;
# Else if there are one or more &amp;lt;CODE&amp;gt;error&amp;lt;/CODE&amp;gt; messages, the outcome is failure.&lt;br /&gt;
# Else the outcome is success.&lt;br /&gt;
&lt;br /&gt;
Note that &amp;lt;code&amp;gt;info&amp;lt;/code&amp;gt; messages can be suppressed with by setting the input parameter [[Validator.nu Common Input Parameters#level|&amp;lt;code&amp;gt;level&amp;lt;/code&amp;gt;]] to &amp;lt;code&amp;gt;error&amp;lt;/code&amp;gt; in which case success is equivalent to this format containing no lines.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Validator.nu Web Service Interface]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Validator.nu Documentation]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Validator.nu_GET_Input&amp;diff=9765</id>
		<title>Validator.nu GET Input</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Validator.nu_GET_Input&amp;diff=9765"/>
		<updated>2014-11-21T08:37:33Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: s/http/https/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To use [[Validator.nu Web Service Interface|Validator.nu as a Web service]] via GET, the client issues an HTTP request either to &amp;lt;code&amp;gt;https://validator.nu/&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;https://html5.validator.nu/&amp;lt;/code&amp;gt; using the GET method. The IRI (&amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;.) of the document to check is encoded as a query string parameter called &amp;lt;code&amp;gt;doc&amp;lt;/code&amp;gt;. [[Validator.nu Common Input Parameters|Common parameters]] are also encoded as query string parameters.&lt;br /&gt;
&lt;br /&gt;
Only &amp;lt;code&amp;gt;&amp;amp;&amp;lt;/code&amp;gt; is supported as a query parameter separator. &amp;lt;code&amp;gt;;&amp;lt;/code&amp;gt; is not supported.&lt;br /&gt;
&lt;br /&gt;
Percent-encoded octets in the query string must decode to UTF-8.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Validator.nu Web Service Interface]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Validator.nu Documentation]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Validator.nu_Full-Stack_Tests&amp;diff=9764</id>
		<title>Validator.nu Full-Stack Tests</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Validator.nu_Full-Stack_Tests&amp;diff=9764"/>
		<updated>2014-11-21T08:37:02Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: s/http/https/; s/hsivonen.iki.fi/hsivonen.com/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Validator.nu has a framework for doing full-stack HTML5 validator testing in an implementation-independent manner. Currently, the framework is lacking tests.&lt;br /&gt;
&lt;br /&gt;
The framework implements the design discussed at the HTML WG unconference session on validator testing at TPAC 2007.&lt;br /&gt;
&lt;br /&gt;
==The Front End==&lt;br /&gt;
&lt;br /&gt;
The front end for the system is the script named &amp;lt;code&amp;gt;validator-tester.py&amp;lt;/code&amp;gt; in the &amp;lt;code&amp;gt;test-harness/&amp;lt;/code&amp;gt; directory of the &amp;lt;code&amp;gt;validator&amp;lt;/code&amp;gt; SVN module. The script requires a recent version of [https://pypi.python.org/pypi/simplejson simplejson].&lt;br /&gt;
&lt;br /&gt;
The script is documented on [[Validator.nu validator-tester.py|a separate page]].&lt;br /&gt;
&lt;br /&gt;
==The General Idea==&lt;br /&gt;
&lt;br /&gt;
The idea is to test the full validator through a Web service API in order to test the aggregation of software components running together with a realistic configuration. Testing merely the parser or the validation layer risks testing them in a different configuration than what gets deployed and without a real HTTP client connecting to real HTTP server.&lt;br /&gt;
&lt;br /&gt;
The tests are intended to be implementation-independent for two reasons:&lt;br /&gt;
# to make the tests reusable for different products&lt;br /&gt;
# to avoid clamping down the implementation details within a product&lt;br /&gt;
&lt;br /&gt;
There&#039;s no cross-product way to give identifiers to HTML5 errors. For example, the identification of errors pertaining to element nesting would be different in a grammar-based implementation and in an assertion-based implementation. Moreover, with grammar-based implementations, only the first error is reliable.&lt;br /&gt;
&lt;br /&gt;
Therefore, the testing framework does not test for error identity. It only tests that the first error elicited by a test case falls within a specified source code character range. (This assumes that implementations can report error location, which is a bad assumption for validators that validate the DOM inside a browser, but we’d be left with no useful assumptions without this one.)&lt;br /&gt;
&lt;br /&gt;
Thus, a test suite consists of files on a public HTTP server and a reference database of URIs pointing to the tests and expected locations of the first error for each URI.&lt;br /&gt;
&lt;br /&gt;
==Writing a Test Eliciting an Error==&lt;br /&gt;
&lt;br /&gt;
===Identifying a Testable Conformance Criterion===&lt;br /&gt;
&lt;br /&gt;
First, a testable assertion needs to be identified. For example: “The ampersand must be followed by one of the names given in the named character references section, using the same case.”&lt;br /&gt;
&lt;br /&gt;
===Writing a Test Violationg the Conformance Criterion===&lt;br /&gt;
&lt;br /&gt;
The test document should have a violation of the previously identified conformance criterion as its first error. Preferably, this error should be the only error in the document.&lt;br /&gt;
&lt;br /&gt;
We can go read the list of named characters and come up with a test document like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Unescaped ampersand&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;amgueao&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;There should be an error.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that a test that isn’t testing the doctype or tag inference should have the doctype and explicit tags for &amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;body&amp;lt;/code&amp;gt; in order to avoid accidentally testing something related to tag inference. It is a good idea to make the content of &lt;br /&gt;
&amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; hint at what is being tested and include a paragraph saying whether an error is expected or not.&lt;br /&gt;
&lt;br /&gt;
===Placing the Test Case on a Server===&lt;br /&gt;
&lt;br /&gt;
Next, the test file needs to be put on an HTTP server. If you are not testing the internal encoding declaration, the absence of an encoding declaration or a particular encoding, you should serve the file with the header &amp;lt;code&amp;gt;Content-Type: text/html; charset=utf-8&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;Content-Type: application/xhtml+xml&amp;lt;/code&amp;gt; for XHTML5 tests).&lt;br /&gt;
&lt;br /&gt;
In this case, the sample test has the URI [http://hsivonen.com/test/moz/unescaped-ampersand.html &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://hsivonen.com/test/moz/unescaped-ampersand.html&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;].&lt;br /&gt;
&lt;br /&gt;
===Generating a Reference Result===&lt;br /&gt;
&lt;br /&gt;
If this is a regression test (i.e. a check for the error has already been implemented in Validator.nu), the reference result can be generated using Validator.nu.&lt;br /&gt;
&lt;br /&gt;
First, use the [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Funescaped-ampersand.html HTML UI to check] that the right error is given and that the right piece of source is highlighted.&lt;br /&gt;
&lt;br /&gt;
Then, use &amp;lt;code&amp;gt;validator-tester.py&amp;lt;/code&amp;gt; to dump the result in a JSON file:&lt;br /&gt;
&amp;lt;pre&amp;gt;python validator-tester.py dumpuri http://hsivonen.com/test/moz/unescaped-ampersand.html temp.json&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can then open the temporary file in your favorite text editor:&lt;br /&gt;
&amp;lt;pre&amp;gt;edit temp.json&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should see contents like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;{&lt;br /&gt;
  &amp;quot;http://hsivonen.com/test/moz/unescaped-ampersand.html&amp;quot;: [&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;firstColumn&amp;quot;: 7, &lt;br /&gt;
      &amp;quot;firstLine&amp;quot;: 7, &lt;br /&gt;
      &amp;quot;lastColumn&amp;quot;: 7, &lt;br /&gt;
      &amp;quot;lastLine&amp;quot;: 7, &lt;br /&gt;
      &amp;quot;message&amp;quot;: &amp;quot;Text after \u201c&amp;amp;\u201d did not match an entity name. Probable cause: \u201c&amp;amp;\u201d should have been escaped as \u201c&amp;amp;amp;\u201d.&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
  ]&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The outmost JSON object has a single key-value pair with the URI as the key and an array of errors as the value. In this case, the array has only one element. If it had more, the rest of the elements would be merely informative for a human and would be ignored by the test harness when comparing results.&lt;br /&gt;
&lt;br /&gt;
The error is a JSON object that has five keys. Four for the error range and one for the message. The message is merely informative for humans. It isn’t compared by the test harness.&lt;br /&gt;
&lt;br /&gt;
In this case, the first character of the error range is on column 7 on line 7 (inclusive), and the last character of the range is on column 7 on line 7 (inclusive). The first line is line 1. The first column is column 1. The columns are counted by UTF-16 code unit. The lines are separated by CR, LF, or CRLF.&lt;br /&gt;
&lt;br /&gt;
Validator.nu highlights only a single character. This is an implementation detail, however. It is reasonable for an implementation to locate the error a bit more broadly. In general, if an error occurs in a tag, the error range should cover the whole tag and if an error occurs in a text node, the range should cover the text node plus the following &amp;lt;code&amp;gt;&amp;amp;lt;&amp;lt;/code&amp;gt; character.&lt;br /&gt;
&lt;br /&gt;
Edit the range to start 3 column earlier and end 5 columns later:&lt;br /&gt;
&amp;lt;pre&amp;gt;{&lt;br /&gt;
  &amp;quot;http://hsivonen.com/test/moz/unescaped-ampersand.html&amp;quot;: [&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;firstColumn&amp;quot;: 4, &lt;br /&gt;
      &amp;quot;firstLine&amp;quot;: 7, &lt;br /&gt;
      &amp;quot;lastColumn&amp;quot;: 12, &lt;br /&gt;
      &amp;quot;lastLine&amp;quot;: 7, &lt;br /&gt;
      &amp;quot;message&amp;quot;: &amp;quot;Text after \u201c&amp;amp;\u201d did not match an entity name. Probable cause: \u201c&amp;amp;\u201d should have been escaped as \u201c&amp;amp;amp;\u201d.&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
  ]&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For an implementation to pass the test, it must report at least one error and the location of the first error must fall within this range.&lt;br /&gt;
&lt;br /&gt;
Now you can save the file and commit the modified file into the reference database:&lt;br /&gt;
&amp;lt;pre&amp;gt;python validator-tester.py mergedb temp.json&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When the autogenerated reference does not need editing, you can use this shortcut:&lt;br /&gt;
&amp;lt;pre&amp;gt;python validator-tester.py adduri http://hsivonen.com/test/moz/en-UK.html&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Writing a Test Eliciting No Errors==&lt;br /&gt;
&lt;br /&gt;
When writing a test case that is expected to pass without errors, you need to write it and put in on the server as above. However, since there is nothing to edit in the reference results, you can always use the &amp;lt;code&amp;gt;adduri&amp;lt;/code&amp;gt; shortcut command mentioned above.&lt;br /&gt;
&lt;br /&gt;
==Running a Test==&lt;br /&gt;
&lt;br /&gt;
You can run the test created above with this command:&lt;br /&gt;
&amp;lt;pre&amp;gt;python validator-tester.py checkuri http://hsivonen.com/test/moz/unescaped-ampersand.html&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There is no output if the test passes.&lt;br /&gt;
&lt;br /&gt;
==Running All Tests==&lt;br /&gt;
&lt;br /&gt;
To run all tests that have reference results in the database, run:&lt;br /&gt;
&amp;lt;pre&amp;gt;python validator-tester.py checkall&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Validator.nu Documentation]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Validator.nu_Form_Upload_Input&amp;diff=9763</id>
		<title>Validator.nu Form Upload Input</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Validator.nu_Form_Upload_Input&amp;diff=9763"/>
		<updated>2014-11-21T08:35:19Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: s/http/https/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To use [[Validator.nu Web Service Interface|Validator.nu as a Web service]] by form-based file upload:&lt;br /&gt;
&lt;br /&gt;
* the client issues an HTTP request either to &amp;lt;code&amp;gt;https://validator.nu/&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;https://html5.validator.nu/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* the request uses the POST method with an &amp;lt;code&amp;gt;multipart/form-data&amp;lt;/code&amp;gt; entity body&lt;br /&gt;
&lt;br /&gt;
* [[Validator.nu Common Input Parameters|common parameters]] are encoded as form fields&lt;br /&gt;
&lt;br /&gt;
* the document to check is included as the value of a file upload field called &amp;lt;code&amp;gt;file&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;the &amp;lt;code&amp;gt;file&amp;lt;/code&amp;gt; field must be the last field in the submission&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Since the &amp;lt;code&amp;gt;Content-Type&amp;lt;/code&amp;gt; supplied by browsers for the uploaded file is unreliable, the client-supplied &amp;lt;code&amp;gt;Content-Type&amp;lt;/code&amp;gt; is overridden with a synthetic &amp;lt;code&amp;gt;Content-Type&amp;lt;/code&amp;gt; if the filename is supplied &#039;&#039;and&#039;&#039; it has a well-known extension. The well-known extensions are &amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;htm&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;xhtml&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;xht&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;atom&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;rng&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;xsl&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;xml&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;dbk&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
The parameter field values must decode as UTF-8.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Validator.nu Web Service Interface]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Validator.nu Documentation]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Category:Validator.nu_Documentation&amp;diff=9762</id>
		<title>Category:Validator.nu Documentation</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Category:Validator.nu_Documentation&amp;diff=9762"/>
		<updated>2014-11-21T08:34:38Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: s/http/https/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Documentation for [https://validator.nu/ Validator.nu].&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=MicrosyntaxDescriptions&amp;diff=9761</id>
		<title>MicrosyntaxDescriptions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=MicrosyntaxDescriptions&amp;diff=9761"/>
		<updated>2014-11-21T08:29:50Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Migrate links to https&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this page is to enable collaborative creation of brief advisory text for each HTML5 microsyntax so that when the content of an attribute value or the text content of an element does not conform to a given microsyntax, a validator can display the advisory text about the syntax to guide the author to fix the content. Note that like the rest of this wiki, editing requires you to agree to release your contributions under the MIT license (see wiki footer). Please note that while copying text from the [https://html.spec.whatwg.org/ WHATWG version of HTML 5] is OK, copying text from RFCs or W3C specs is not OK.&lt;br /&gt;
&lt;br /&gt;
Note that some formats pertain to Web Forms 2.0 (e.g. &amp;lt;code&amp;gt;datetime-local&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
Please keep descriptions short: one paragraph in length.&lt;br /&gt;
&lt;br /&gt;
==a-rel==&lt;br /&gt;
A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on &amp;lt;code&amp;gt;&amp;amp;lt;a&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;area&amp;amp;gt;&amp;lt;/code&amp;gt; in the [https://html.spec.whatwg.org/multipage/links.html#linkTypes HTML specification], or must be listed as allowed on &amp;lt;code&amp;gt;&amp;amp;lt;a&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;area&amp;amp;gt;&amp;lt;/code&amp;gt; on the [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions Microformats wiki], or must be an absolute URL. &amp;lt;strong&amp;gt;You can register link types on the [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions Microformats wiki] yourself.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==browsing-context==&lt;br /&gt;
A browsing context name is any string that does not start with an underscore (&amp;lt;code&amp;gt;_&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==browsing-context-or-keyword==&lt;br /&gt;
A browsing context name or keyword is either any string that does not start with an underscore (&amp;lt;code&amp;gt;_&amp;lt;/code&amp;gt;) or a string that case-insensitively matches one of: &amp;lt;code&amp;gt;_blank&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;_self&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;_parent&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;_top&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==cdo-cdc-pair==&lt;br /&gt;
Any text content that does not contain the character sequence &amp;quot;&amp;lt;code&amp;gt;&amp;amp;lt;!--&amp;lt;/code&amp;gt;&amp;quot; without a later occurrence of the character sequence &amp;quot;&amp;lt;code&amp;gt;--&amp;gt;&amp;lt;/code&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==charset==&lt;br /&gt;
An preferred encoding name according to the [http://encoding.spec.whatwg.org/ Encoding Standard]. Example: &amp;lt;code&amp;gt;utf-8&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==charset-list==&lt;br /&gt;
A whitespace-separated list of preferred encoding names according to the [https://encoding.spec.whatwg.org/ Encoding Standard]. Example: &amp;lt;code&amp;gt;utf-8 windows-1252&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==circle==&lt;br /&gt;
A circle is specified as three comma-separated (no spaces allowed) integers the last one of which is non-negative. An integer consists of one or more digits (&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;), optionally preceded by a hyphen (&amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt;). Examples of circles: &amp;lt;code&amp;gt;5,5,10&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;-5,0,20&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==date==&lt;br /&gt;
A date in the form &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;YYYY&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;MM&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;DD&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;. Example: &amp;lt;code&amp;gt;2002-09-29&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==date-or-time==&lt;br /&gt;
A [https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-date-or-time-string date or time string]; that is, one of the following:&lt;br /&gt;
a &amp;lt;b&amp;gt;date&amp;lt;/b&amp;gt;, which must be in the form &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;YYYY&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;MM&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;DD&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; • or, a &amp;lt;b&amp;gt;time&amp;lt;/b&amp;gt;, which must begin in the form &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;, and can optionally be followed by &amp;lt;code&amp;gt;:&amp;lt;i&amp;gt;ss&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;, which in turn can optionally be followed by “&amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt;” and one or more digits • or, a &amp;lt;b&amp;gt;date&amp;lt;/b&amp;gt;, followed by “&amp;lt;code&amp;gt;T&amp;lt;/code&amp;gt;”, followed by a &amp;lt;b&amp;gt;time&amp;lt;/b&amp;gt;, followed by &amp;lt;b&amp;gt;time-zone information&amp;lt;/b&amp;gt;, which must be either “&amp;lt;code&amp;gt;Z&amp;lt;/code&amp;gt;”, or in the form &amp;lt;code&amp;gt;+&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; or the form &amp;lt;code&amp;gt;-&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; • Examples: &amp;lt;code&amp;gt;1996-01-01&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;12:05:25&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1996-01-01T12:05:25-02:00&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1996-01-01T12:05:25.6&amp;lt;/code&amp;gt; • &amp;lt;i&amp;gt;Note: The validator currently allows some values that the HTML specification prohibits; for example, it allows &amp;lt;code&amp;gt;1996-01-01T12:05:25&amp;lt;/code&amp;gt; (a date and time with no time-zone information) and &amp;lt;code&amp;gt;12:05:25Z&amp;lt;/code&amp;gt; (a time with no date but with time-zone information).&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==datetime==&lt;br /&gt;
An ISO 8601 date and time in the UTC time zone, i.e. &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;YYYY&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;MM&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;DD&amp;lt;/i&amp;gt;T&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; optionally followed by &amp;lt;code&amp;gt;:&amp;lt;i&amp;gt;ss&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; for the seconds, optionally followed by &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; and one, two, or three digits for the fraction of a second, and finally followed by &amp;lt;code&amp;gt;Z&amp;lt;/code&amp;gt;. Examples: &amp;lt;code&amp;gt;1996-01-01T12:05Z&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1996-01-01T12:05:25.6Z&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==datetime-local==&lt;br /&gt;
An ISO 8601 date and time with no time zone information, i.e. &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;YYYY&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;MM&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;DD&amp;lt;/i&amp;gt;T&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; optionally followed by &amp;lt;code&amp;gt;:&amp;lt;i&amp;gt;ss&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; for the seconds, optionally followed by &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; and one or more digits for the fraction of a second. Examples: &amp;lt;code&amp;gt;1996-01-01T12:05&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1996-01-01T12:05:25.6&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==datetime-tz==&lt;br /&gt;
A [https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-global-date-and-time-string global date and time string]; that is, a &amp;lt;b&amp;gt;date&amp;lt;/b&amp;gt;, followed by a “&amp;lt;code&amp;gt;T&amp;lt;/code&amp;gt;” or a single space, followed by a &amp;lt;b&amp;gt;time&amp;lt;/b&amp;gt;, followed by &amp;lt;b&amp;gt;time-zone information&amp;lt;/b&amp;gt;, where:  the &amp;lt;b&amp;gt;date&amp;lt;/b&amp;gt; must be in the form &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;YYYY&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;MM&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;DD&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; • the &amp;lt;b&amp;gt;time&amp;lt;/b&amp;gt; must begin in the form &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;, followed by &amp;lt;code&amp;gt;:&amp;lt;i&amp;gt;ss&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;, optionally followed by “&amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt;” and one, two, or three or digits • the &amp;lt;b&amp;gt;time-zone information&amp;lt;/b&amp;gt; must be either “&amp;lt;code&amp;gt;Z&amp;lt;/code&amp;gt;” or in the form &amp;lt;code&amp;gt;+&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; or the form &amp;lt;code&amp;gt;-&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; • Examples: &amp;lt;code&amp;gt;1996-01-01T12:05:25-02:00&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1996-01-01T12:05:25Z&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;!-- • &amp;lt;i&amp;gt;Note: The validator currently prohibits some values that the HTML specification allows; for example, the HTML specification allows &amp;lt;code&amp;gt;1996-01-01T12:05Z&amp;lt;/code&amp;gt; (a date and time string with no seconds specified), but the validator prohibits it.&amp;lt;/i&amp;gt; --&amp;gt;&lt;br /&gt;
&amp;lt;!-- (&#039;&#039;[http://canvex.lazyilluminati.com/misc/cgi/issues.cgi/folder/microsyntaxes-dates This format deviates from the spec draft.]&#039;&#039;) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==email==&lt;br /&gt;
An e-mail address must match the &amp;lt;code&amp;gt;addr-spec&amp;lt;/code&amp;gt; production defined in [https://tools.ietf.org/html/rfc2822#section-3.4.1 RFC 2822 section 3.4.1] excluding the &amp;lt;code&amp;gt;CFWS&amp;lt;/code&amp;gt; production everywhere and excluding the &amp;lt;code&amp;gt;FWS&amp;lt;/code&amp;gt; production everywhere except in the &amp;lt;code&amp;gt;quoted-string&amp;lt;/code&amp;gt; production.&lt;br /&gt;
&lt;br /&gt;
==float==&lt;br /&gt;
First, optionally, &amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt; (U+002D). Then, a series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. Then, optionally, a single &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; (U+002E) followed by a series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. Then, optionally, either &amp;lt;code&amp;gt;e&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt;, optionally followed by &amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt; (U+002D) or &amp;lt;code&amp;gt;+&amp;lt;/code&amp;gt; (U+002B), followed by a series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. For example, &amp;lt;code&amp;gt;-42.42E+42&amp;lt;/code&amp;gt; is valid but &amp;lt;code&amp;gt;.5&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;+2&amp;lt;/code&amp;gt; are not.&lt;br /&gt;
&lt;br /&gt;
==float-non-negative==&lt;br /&gt;
A series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. Then, optionally, a single &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; (U+002E) followed by a series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. Then, optionally, either &amp;lt;code&amp;gt;e&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt;, optionally followed by &amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt; (U+002D) or &amp;lt;code&amp;gt;+&amp;lt;/code&amp;gt; (U+002B), followed by a series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. Or, alternatively to the foregoing: First, &amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt; (U+002D). Then, a series of one or more zeros. Then, optionally, a single &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; (U+002E) followed by one or more zeros. Then, optionally, either &amp;lt;code&amp;gt;e&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt;, optionally followed by &amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt; (U+002D) or &amp;lt;code&amp;gt;+&amp;lt;/code&amp;gt; (U+002B), followed by a series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. For example, &amp;lt;code&amp;gt;42.42E+42&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;-000.000&amp;lt;/code&amp;gt; are valid but &amp;lt;code&amp;gt;.5&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;-0.01&amp;lt;/code&amp;gt; are not.&lt;br /&gt;
&lt;br /&gt;
==float-positive==&lt;br /&gt;
A series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. Then, optionally, a single &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; (U+002E) followed by a series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. One of the digits so far has to be non-zero. Then, optionally, either &amp;lt;code&amp;gt;e&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt;, optionally followed by &amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt; (U+002D) or &amp;lt;code&amp;gt;+&amp;lt;/code&amp;gt; (U+002B), followed by a series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. For example, &amp;lt;code&amp;gt;42.42E+42&amp;lt;/code&amp;gt; is valid but &amp;lt;code&amp;gt;0.0&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;-2&amp;lt;/code&amp;gt; are not.&lt;br /&gt;
&lt;br /&gt;
==hash-name==&lt;br /&gt;
A &amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt; (number sign) character followed by any string.&lt;br /&gt;
&lt;br /&gt;
==ID==&lt;br /&gt;
An ID consists of at least one character but must not contain any whitespace.&lt;br /&gt;
&lt;br /&gt;
==image-candidate-strings==&lt;br /&gt;
A comma-separated list of strings, each of which consists of a URL optionally followed by either a pixel density descriptor or a width descriptor.&lt;br /&gt;
&lt;br /&gt;
==image-candidate-strings-width-required==&lt;br /&gt;
A comma-separated list of strings, each of which must consist of a URL followed by a width descriptor.&lt;br /&gt;
&lt;br /&gt;
==integer==&lt;br /&gt;
One or more digits (&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;), optionally preceded by a hyphen (&amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt;). For example: &amp;lt;code&amp;gt;42&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;-273&amp;lt;/code&amp;gt; are valid, but &amp;lt;code&amp;gt;+42&amp;lt;/code&amp;gt; is not.&lt;br /&gt;
&lt;br /&gt;
==integer-non-negative==&lt;br /&gt;
One or more digits (&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;). For example: &amp;lt;code&amp;gt;42&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt; are valid, but &amp;lt;code&amp;gt;-273&amp;lt;/code&amp;gt; is not.&lt;br /&gt;
&lt;br /&gt;
==integer-positive==&lt;br /&gt;
One or more digits (&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;), with at least one which is non-zero. For example: &amp;lt;code&amp;gt;42&amp;lt;/code&amp;gt; is valid, but &amp;lt;code&amp;gt;00&amp;lt;/code&amp;gt; is not.&lt;br /&gt;
&lt;br /&gt;
==iri==&lt;br /&gt;
An absolute URL. For example: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;example.org/hello&amp;lt;/code&amp;gt;, but not &amp;lt;code&amp;gt;/hello&amp;lt;/code&amp;gt;. Spaces should be escaped as &amp;lt;code&amp;gt;%20&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==iri-ref==&lt;br /&gt;
Any URL. For example: &amp;lt;code&amp;gt;/hello&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;#canvas&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;example.org/&amp;lt;/code&amp;gt;. Characters should be represented in [http://www.macchiato.com/unicode/nfc-faq NFC] and spaces should be escaped as &amp;lt;code&amp;gt;%20&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==language==&lt;br /&gt;
An [https://tools.ietf.org/html/rfc5646 RFC 5646] language tag consists of hyphen-separated ASCII-alphanumeric subtags. There is a primary tag identifying a natural language by its shortest ISO 639 language code (e.g. &amp;lt;code&amp;gt;en&amp;lt;/code&amp;gt; for English) and zero or more additional subtags adding precision. The most common additional subtag type is a region subtag which most commonly is a two-letter ISO 3166 country code (e.g. &amp;lt;code&amp;gt;GB&amp;lt;/code&amp;gt; for the United Kingdom). IANA maintains a [https://www.iana.org/assignments/language-subtag-registry registry of permissible subtags].&lt;br /&gt;
&lt;br /&gt;
==link-rel==&lt;br /&gt;
A whitespace-separated list of link types listed as allowed on &amp;lt;code&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/code&amp;gt; in the [https://html.spec.whatwg.org/multipage/links.html#linkTypes HTML specification] or listed as an allowed on &amp;lt;code&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/code&amp;gt; on the [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions Microformats wiki] without duplicate keywords in the list. &amp;lt;strong&amp;gt;You can register link types on the [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions Microformats wiki] yourself.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==media-query==&lt;br /&gt;
One or more media queries, combined in a comma-separated list. Each media query consists of a &#039;&#039;&#039;media type&#039;&#039;&#039; and zero or more expressions that check for the conditions of particular &#039;&#039;&#039;media features&#039;&#039;&#039;. A media type is one of the following: &#039;&#039;&#039;all&#039;&#039;&#039;, &#039;&#039;&#039;braille&#039;&#039;&#039;, &#039;&#039;&#039;embossed&#039;&#039;&#039;, &#039;&#039;&#039;handheld&#039;&#039;&#039;, &#039;&#039;&#039;print&#039;&#039;&#039;, &#039;&#039;&#039;projection&#039;&#039;&#039;, &#039;&#039;&#039;screen&#039;&#039;&#039;, &#039;&#039;&#039;speech&#039;&#039;&#039;, &#039;&#039;&#039;tty&#039;&#039;&#039;, or &#039;&#039;&#039;tv&#039;&#039;&#039;. &#039;&#039;Note: The &#039;&#039;&#039;aural&#039;&#039;&#039; media type is deprecated&#039;&#039;. For information about valid media features and about the exact syntax of media queries, see the [https://drafts.csswg.org/mediaqueries3/ Media Queries] specification.&lt;br /&gt;
&lt;br /&gt;
==meta-charset==&lt;br /&gt;
The string &amp;lt;code&amp;gt;text/html;&amp;lt;/code&amp;gt;, optionally followed by whitespace, followed by &amp;lt;code&amp;gt;charset=&amp;lt;/code&amp;gt;, followed by a preferred encoding name according to the [https://encoding.spec.whatwg.org/ Encoding Standard]. Example: &amp;lt;code&amp;gt;text/html; charset=utf-8&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==meta-name==&lt;br /&gt;
A metadata name listed in the [https://html.spec.whatwg.org/multipage/semantics.html#standard-metadata-names HTML specification] or listed in the [https://wiki.whatwg.org/wiki/MetaExtensions WHATWG wiki]. &amp;lt;strong&amp;gt;You can register metadata names on the [https://wiki.whatwg.org/wiki/MetaExtensions WHATWG wiki] yourself.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==mime-type==&lt;br /&gt;
A [https://tools.ietf.org/html/rfc2616#section-3.7 media-type as defined in RFC 2616]; that is, typically, a required &#039;&#039;type&#039;&#039;, followed by a &amp;quot;&amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt;&amp;quot; character, followed by a required &#039;&#039;subtype&#039;&#039;, optionally followed by one or more instances of a &amp;quot;&amp;lt;code&amp;gt;;&amp;lt;/code&amp;gt;&amp;quot; character followed by a &#039;&#039;parameter&#039;&#039;. Examples: &amp;lt;code&amp;gt;text/css&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;text/css;charset=utf-8&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==mime-type-list==&lt;br /&gt;
(WF2)&lt;br /&gt;
&lt;br /&gt;
==month==&lt;br /&gt;
An ISO 8601 date with year and month, i.e. &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;YYYY&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;MM&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;. Example: &amp;lt;code&amp;gt;2007-11&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==non-empty-string==&lt;br /&gt;
Any string that is not the empty string.&lt;br /&gt;
&lt;br /&gt;
==pattern==&lt;br /&gt;
(WF2)&lt;br /&gt;
&lt;br /&gt;
==polyline==&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
==ratio==&lt;br /&gt;
(progress content)&lt;br /&gt;
&lt;br /&gt;
==rectangle==&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
==script==&lt;br /&gt;
Any text content that does not contain the character sequence &amp;quot;&amp;lt;code&amp;gt;&amp;amp;lt;!--&amp;lt;/code&amp;gt;&amp;quot; without a later occurrence of the character sequence &amp;quot;&amp;lt;code&amp;gt;--&amp;gt;&amp;lt;/code&amp;gt;&amp;quot; and that does not contain any occurrence of the string &amp;quot;&amp;lt;code&amp;gt;&amp;amp;lt;/script&amp;lt;/code&amp;gt;&amp;quot; followed by a space character, &amp;quot;&amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;quot;, or &amp;quot;&amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt;&amp;quot;.  For further details, see [https://html.spec.whatwg.org/multipage/scripting-1.html#restrictions-for-contents-of-script-elements Restrictions for contents of script elements].&lt;br /&gt;
&lt;br /&gt;
==script-documentation==&lt;br /&gt;
Zero or more &#039;&#039;code comments&#039;&#039;, each of which is either a single-line comment starting with &amp;quot;&amp;lt;code&amp;gt;//&amp;lt;/code&amp;gt;&amp;quot; or a multi-line comment starting with &amp;quot;&amp;lt;code&amp;gt;/*&amp;lt;/code&amp;gt;&amp;quot; and ending with &amp;quot;&amp;lt;code&amp;gt;*/&amp;lt;/code&amp;gt;&amp;quot;. The content must also meet the constraints of the [https://wiki.whatwg.org/wiki/MicrosyntaxDescriptions#script script] microsyntax. For further details, see [https://html.spec.whatwg.org/multipage/scripting-1.html#inline-documentation-for-external-scripts Inline documentation for external scripts].&lt;br /&gt;
&lt;br /&gt;
==simple-color==&lt;br /&gt;
A string of seven characters that starts with &amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt; and ends with six characters each of which is &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;f&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;A&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;F&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==source-size-list==&lt;br /&gt;
A comma-separated list of zero or more source sizes (&amp;amp;lt;media-condition&amp;gt; &amp;amp;lt;length&amp;gt;) optionally followed by a default size (&amp;amp;lt;length&amp;gt;) but at least one of them.&lt;br /&gt;
&lt;br /&gt;
==string-without-line-breaks==&lt;br /&gt;
Any string that does not contain the carriage return character or the line feed character.&lt;br /&gt;
&lt;br /&gt;
==svg-pathdata==&lt;br /&gt;
A list of zero or more path-data expressions, where each expression consists of a one-letter command followed by numbers that serve as arguments for the command (in most cases, pairs of coordinates). Commas and/or whitespace must be used to separate the arguments for a command from one another—but &#039;&#039;&#039;commas must not be used to separate commands&#039;&#039;&#039;, though whitespace can optionally be used to do so. Examples: &amp;quot;&amp;lt;code&amp;gt;M 100 100 L 300 100 L 200 300 z&amp;lt;/code&amp;gt;&amp;quot; or &amp;quot;&amp;lt;code&amp;gt;M100,100L300,100,200,300z&amp;lt;/code&amp;gt;&amp;quot;. For more information, see the [http://www.w3.org/TR/SVG11/paths.html#PathData section on path data in the SVG 1.1 specification].&lt;br /&gt;
&lt;br /&gt;
==time==&lt;br /&gt;
A time (hour, minute, seconds, fractional seconds) is encoded according to ISO 8601 with no time zone: two digits (&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;) for the hour, a colon, two digits for the minute, optionally a colon and two digits for the second, and optionally (if the seconds are present) a period (&amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt;) and one, two, or three digits for the fraction of a second. All the numbers must be in base ten and zero-padded if necessary. For instance: &amp;lt;code&amp;gt;23:59:00.000&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;00:00:05&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==time-datetime==&lt;br /&gt;
One of the following: [https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-month-string month], [https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-date-string date], [https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-yearless-date-string yearless date], [https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-time-string time], [https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-local-date-and-time-string local date and time], [https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-time-zone-offset-string time-zone offset], [https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-global-date-and-time-string global date and time], [https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-week-string week], [https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-non-negative-integer non-negative integer], or [https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-duration-string duration]. For more information and examples, see the [https://html.spec.whatwg.org/multipage/text-level-semantics.html#datetime-value section on the datetime value in the HTML specification].&lt;br /&gt;
&lt;br /&gt;
==week==&lt;br /&gt;
A week consists of a year and a week number encoded according to ISO 8601: four or more digits (&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;) representing the year, a hyphen (&amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt;), a literal &amp;lt;code&amp;gt;W&amp;lt;/code&amp;gt;, and two digits for the week, zero-padded if necessary. The week number must be a number greater than or equal to &amp;lt;code&amp;gt;01&amp;lt;/code&amp;gt;. Week &amp;lt;code&amp;gt;01&amp;lt;/code&amp;gt; of a given year is the week containing the 4&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; of January; weeks start on Monday. For instance: &amp;lt;code&amp;gt;2005-W52&amp;lt;/code&amp;gt; is the week that ended on Sunday the first of January, 2006.&lt;br /&gt;
&lt;br /&gt;
[[Category:Validator.nu Documentation]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Validator.nu_Web_Service_Interface&amp;diff=9760</id>
		<title>Validator.nu Web Service Interface</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Validator.nu_Web_Service_Interface&amp;diff=9760"/>
		<updated>2014-11-21T08:21:18Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: s/http/https/; s/hsivonen.iki.fi/hsivonen.com/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Validator.nu can be called as a Web service. Input and output modes can be chosen completely orthogonally. Responses and requests can be optionally compressed (independently of each other).&lt;br /&gt;
&lt;br /&gt;
(Please use the Web service API reasonably. See the [https://about.validator.nu/#tos Terms of Service].)&lt;br /&gt;
&lt;br /&gt;
==Input Modes==&lt;br /&gt;
&lt;br /&gt;
For most Web service use cases, you should probably POST the document as the HTTP entity body.&lt;br /&gt;
&lt;br /&gt;
===Implemented===&lt;br /&gt;
&lt;br /&gt;
* Document [[Validator.nu GET Input|URL as a GET parameter]]; the service retrieves the document by URL over HTTP or HTTPS.&lt;br /&gt;
* Document [[Validator.nu POST Body Input|POSTed as the HTTP entity body]]; parameters in query string as with GET.&lt;br /&gt;
* Document [[Validator.nu Textarea Input|POSTed as a &amp;lt;code&amp;gt;textarea&amp;lt;/code&amp;gt; value]].&lt;br /&gt;
* Document [[Validator.nu Form Upload Input|POSTed as a form-based file upload]].&lt;br /&gt;
&lt;br /&gt;
===Not Implemented===&lt;br /&gt;
&lt;br /&gt;
* Document in a &amp;lt;CODE&amp;gt;data:&amp;lt;/CODE&amp;gt; URI as a GET parameter.&lt;br /&gt;
* &amp;lt;code&amp;gt;application/x-www-form-urlencoded&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Output Modes==&lt;br /&gt;
&lt;br /&gt;
When using Validator.nu as a Web service back end, the [[Validator.nu XML Output|XML]] and [[Validator.nu JSON Output|JSON]] output formats are recommended for forward compatibility. The available JSON tooling probably makes consuming JSON easier. The XML format contains XHTML elaborations that are not available in JSON. Both formats are streaming, but streaming XML parsers are more readily available. XML cannot represent some input strings faithfully.&lt;br /&gt;
&lt;br /&gt;
===Implemented===&lt;br /&gt;
&lt;br /&gt;
* HTML with microformat-style &amp;lt;CODE&amp;gt;class&amp;lt;/CODE&amp;gt; annotations (default output; should not be assumed to be forward-compatibly stable).&lt;br /&gt;
* XHTML with microformat-style &amp;lt;CODE&amp;gt;class&amp;lt;/CODE&amp;gt; annotations (append &amp;lt;code&amp;gt;&amp;amp;out=xhtml&amp;lt;/code&amp;gt; to URL; should not be assumed to be forward-compatibly stable).&lt;br /&gt;
* [[Validator.nu XML Output|XML]] (append &amp;lt;code&amp;gt;&amp;amp;out=xml&amp;lt;/code&amp;gt; to URL).&lt;br /&gt;
* [[Validator.nu JSON Output|JSON]] (append &amp;lt;code&amp;gt;&amp;amp;out=json&amp;lt;/code&amp;gt; to URL).&lt;br /&gt;
* [[Validator.nu GNU Output|GNU error format]] (append &amp;lt;code&amp;gt;&amp;amp;out=gnu&amp;lt;/code&amp;gt; to URL).&lt;br /&gt;
* Human-readably plain text (append &amp;lt;code&amp;gt;&amp;amp;out=text&amp;lt;/code&amp;gt; to URL; should not be assumed to be forward-compatibly stable for machine parsing—use the GNU format for that).&lt;br /&gt;
&lt;br /&gt;
===Not Implemented===&lt;br /&gt;
&lt;br /&gt;
* Relaxed-compatible (lacks a spec)&lt;br /&gt;
* Unicorn-compatible (hoping that Unicorn changes instead)&lt;br /&gt;
* W3C Validator-compatible SOAP (legacy)&lt;br /&gt;
* EARL (not implemented; domain modeling mismatch)&lt;br /&gt;
&lt;br /&gt;
==Compression==&lt;br /&gt;
&lt;br /&gt;
Validator.nu supports compression in order to save bandwidth.&lt;br /&gt;
&lt;br /&gt;
===Request Compression===&lt;br /&gt;
&lt;br /&gt;
Validator.nu supports HTTP request compression. To use it, compress the request entity body using gzip and specify &amp;lt;code&amp;gt;Content-Encoding: gzip&amp;lt;/code&amp;gt; as a &#039;&#039;request&#039;&#039; header.&lt;br /&gt;
&lt;br /&gt;
===Response Compression===&lt;br /&gt;
&lt;br /&gt;
Validator.nu supports HTTP response compression. Please use it. Response compression is orthogonal to the input methods and output formats.&lt;br /&gt;
&lt;br /&gt;
The standard HTTP gzip mechanism is used. To indicated that you prepared to handle gzipped responses, include the &amp;lt;code&amp;gt;Accept-Encoding: gzip&amp;lt;/code&amp;gt; request header. When the header is present, Validator.nu will gzip compress the response. You should also be prepared to receive an uncompressed, though, since in the future it may make sense to turn off compression under heavy CPU load.&lt;br /&gt;
&lt;br /&gt;
==Sample Code==&lt;br /&gt;
&lt;br /&gt;
There a [https://about.validator.nu/html5check.py sample Python program] that shows how to deal with compression and redirects. (It may not be exemplary Python, though.)&lt;br /&gt;
&lt;br /&gt;
==CORS Example==&lt;br /&gt;
&lt;br /&gt;
You can also hit the API using [https://developer.mozilla.org/en-US/docs/HTTP_access_control CORS] over AJAX. [https://gist.github.com/gists/3902535 Basic example using jQuery].&lt;br /&gt;
&lt;br /&gt;
==Sample Messages==&lt;br /&gt;
&lt;br /&gt;
There are [http://hsivonen.com/test/moz/messages-types/ documents for provoking different message types].&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! No message&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Fno-message.html HTML]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Fno-message.html&amp;amp;out=xhtml XHTML]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Fno-message.html&amp;amp;out=xml XML]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Fno-message.html&amp;amp;out=json JSON]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Fno-message.html&amp;amp;out=gnu GNU]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Fno-message.html&amp;amp;out=text Text]&lt;br /&gt;
|-&lt;br /&gt;
! Info&lt;br /&gt;
| [https://validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Finfo.svg HTML]&lt;br /&gt;
| [https://validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Finfo.svg&amp;amp;out=xhtml XHTML]&lt;br /&gt;
| [https://validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Finfo.svg&amp;amp;out=xml XML]&lt;br /&gt;
| [https://validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Finfo.svg&amp;amp;out=json JSON]&lt;br /&gt;
| [https://validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Finfo.svg&amp;amp;out=gnu GNU]&lt;br /&gt;
| [https://validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Finfo.svg&amp;amp;out=text Text]&lt;br /&gt;
|-&lt;br /&gt;
! Warning&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Fwarning.html HTML]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Fwarning.html&amp;amp;out=xhtml XHTML]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Fwarning.html&amp;amp;out=xml XML]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Fwarning.html&amp;amp;out=json JSON]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Fwarning.html&amp;amp;out=gnu GNU]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Fwarning.html&amp;amp;out=text Text]&lt;br /&gt;
|-&lt;br /&gt;
! Error (precise location)&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Fprecise-error.html HTML]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Fprecise-error.html&amp;amp;out=xhtml XHTML]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Fprecise-error.html&amp;amp;out=xml XML]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Fprecise-error.html&amp;amp;out=json JSON]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Fprecise-error.html&amp;amp;out=gnu GNU]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Fprecise-error.html&amp;amp;out=text Text]&lt;br /&gt;
|-&lt;br /&gt;
! Error (range location)&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Frange-error.html HTML]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Frange-error.html&amp;amp;out=xhtml XHTML]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Frange-error.html&amp;amp;out=xml XML]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Frange-error.html&amp;amp;out=json JSON]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Frange-error.html&amp;amp;out=gnu GNU]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Frange-error.html&amp;amp;out=text Text]&lt;br /&gt;
|-&lt;br /&gt;
! Fatal&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Ffatal.xhtml HTML]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Ffatal.xhtml&amp;amp;out=xhtml XHTML]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Ffatal.xhtml&amp;amp;out=xml XML]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Ffatal.xhtml&amp;amp;out=json JSON]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Ffatal.xhtml&amp;amp;out=gnu GNU]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2Ffatal.xhtml&amp;amp;out=text Text]&lt;br /&gt;
|-&lt;br /&gt;
! IO&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2F404.html HTML]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2F404.html&amp;amp;out=xhtml XHTML]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2F404.html&amp;amp;out=xml XML]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2F404.html&amp;amp;out=json JSON]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2F404.html&amp;amp;out=gnu GNU]&lt;br /&gt;
| [https://html5.validator.nu/?doc=http%3A%2F%2Fhsivonen.com%2Ftest%2Fmoz%2Fmessages-types%2F404.html&amp;amp;out=text Text]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Validator.nu Documentation]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Validator.nu_Common_Input_Parameters&amp;diff=9759</id>
		<title>Validator.nu Common Input Parameters</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Validator.nu_Common_Input_Parameters&amp;diff=9759"/>
		<updated>2014-11-21T08:17:20Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: s/http/https/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Validator.nu accepts the following parameters regardless of input method. How these parameters are communicated depends on the input method.&lt;br /&gt;
&lt;br /&gt;
Validator.nu has a generic facet at &amp;lt;code&amp;gt;https://validator.nu/&amp;lt;/code&amp;gt; and an (X)HTML5 facet at &amp;lt;code&amp;gt;https://html5.validator.nu/&amp;lt;/code&amp;gt;. Some parameters apply only to the generic facet. All parameters listed here are optional.&lt;br /&gt;
&lt;br /&gt;
==Parameters for both the generic and HTML5 facets==&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;code&amp;gt;out&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot; | Value&lt;br /&gt;
! align=&amp;quot;left&amp;quot; | Format&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;none&#039;&#039;&lt;br /&gt;
| HTML&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;xhtml&amp;lt;/code&amp;gt;&lt;br /&gt;
| XHTML&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Validator.nu XML Output|XML]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;json&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Validator.nu JSON Output|JSON]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;gnu&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Validator.nu GNU Output|GNU error format]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;text&amp;lt;/code&amp;gt;&lt;br /&gt;
| Human-readable text (not for machine parsing)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;code&amp;gt;showsource&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
The only supported value is &amp;lt;code&amp;gt;yes&amp;lt;/code&amp;gt; which means that source is shown (if supported by the output format).&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;code&amp;gt;level&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
The only supported value is &amp;lt;code&amp;gt;error&amp;lt;/code&amp;gt; which means that only errors and non-document errors are reported. That is, informative messages &#039;&#039;including warnings&#039;&#039; are not reported.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;code&amp;gt;nsfilter&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
Space-separated list of XML namespace URIs. Elements (and their children) and attributes in those namespaces are  filtered out between the XML parser and the validation layer. The filtered elements participate in ID uniqueness checking. The filter doesn’t apply to HTML parser.&lt;br /&gt;
&lt;br /&gt;
==Parameters for the generic facet only==&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;code&amp;gt;schema&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
This parameter takes a space-separated list of schema IRIs (&amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;). The schemas can be RELAX NG 1.0 schemas, Schematron 1.5 schemas or identifiers for built-in non-schema-based checkers.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;code&amp;gt;laxtype&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
The only supported value is &amp;lt;code&amp;gt;yes&amp;lt;/code&amp;gt; which means that RFC 3023 character encoding defaults are disrespected and &amp;lt;code&amp;gt;text/html&amp;lt;/code&amp;gt; is accepted as an XML MIME type.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;code&amp;gt;parser&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;left&amp;quot; | Value&lt;br /&gt;
! align=&amp;quot;left&amp;quot; | Meaning&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;none&#039;&#039;&lt;br /&gt;
| Choice of HTML or XML parser is based on &amp;lt;code&amp;gt;Content-Type&amp;lt;/code&amp;gt;. HTML parser configuration is based on doctype. XML parser does not load external entities.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;xml&amp;lt;/code&amp;gt;&lt;br /&gt;
| XML parser, will not load external entities&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;xmldtd&amp;lt;/code&amp;gt;&lt;br /&gt;
| XML parser, will load external entities&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt;&lt;br /&gt;
| HTML parser, configuration is based on doctype.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;html5&amp;lt;/code&amp;gt;&lt;br /&gt;
| HTML parser in the HTML5 mode.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;html4&amp;lt;/code&amp;gt;&lt;br /&gt;
| HTML parser insisting on HTML 4.01 Strict doctype and emitting additional HTML 4 errors that are not HTML5 errors.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;html4tr&amp;lt;/code&amp;gt;&lt;br /&gt;
| HTML parser insisting on HTML 4.01 Transitional doctype and emitting additional HTML 4 errors that are not HTML5 errors.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Format-Specific Parameters==&lt;br /&gt;
&lt;br /&gt;
These parameters are specific to only some output formats.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;code&amp;gt;asciiquotes&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
The only supported value is &amp;lt;code&amp;gt;yes&amp;lt;/code&amp;gt; which means that ASCII quotes and apostrophes will be substituted for the Unicode smart quotes. This parameter only applies with &amp;lt;code&amp;gt;out=text&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;out=gnu&amp;lt;/code&amp;gt;. The output may still contain Unicode characters in general.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;code&amp;gt;callback&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
When this parameter is present, its value is taken to be the name of a JavaScript callback function to which the JSON object is given as an argument. This parameter only applies with &amp;lt;code&amp;gt;out=json&amp;lt;/code&amp;gt;. The value must not be a JavaScript reserved word.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Validator.nu Web Service Interface]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Validator.nu Documentation]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=9270</id>
		<title>Why not conneg</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=9270"/>
		<updated>2013-08-19T06:48:23Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: /* Negotiating by format */ Fix typo from “can” to “can’t”, add punctuation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this page is to explain what&#039;s wrong with HTTP content negotiation and why you should not suggest HTTP content negotiation as a solution to a problem.&lt;br /&gt;
&lt;br /&gt;
HTTP content negotiation has four axes: negotiation by format (&amp;lt;code&amp;gt;Accept&amp;lt;/code&amp;gt;), negotiation by character encoding &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt;, negotiation by natural language (&amp;lt;code&amp;gt;Accept-Language&amp;lt;/code&amp;gt;) and negotiation by compression (&amp;lt;code&amp;gt;Accept-Encoding&amp;lt;/code&amp;gt;). These axes need to be discussed separately. The only one of these that shouldn&#039;t be classified as a failure is negotiation by compression, but even it shouldn&#039;t be taken as a role model considering its verbosity for basically negotiating one bit of information.&lt;br /&gt;
&lt;br /&gt;
This page explains what’s wrong with each of the existing negotiation axes and then uses the HTML &amp;lt;code&amp;gt;video&amp;lt;/code&amp;gt; element as an example for illustrating why HTTP-based negotiation in general is worse than letting the browser choose from alternative URLs by showing how an HTTP-based codec negotiation solution would be worse than the actual browser-side codec negotiation solution that &amp;lt;code&amp;gt;video&amp;lt;/code&amp;gt; element uses.&lt;br /&gt;
&lt;br /&gt;
==Negotiation by compression==&lt;br /&gt;
&lt;br /&gt;
In practice, in the years HTTP has existed, a wide variety of compression methods has not cropped up. For practical purposes, there are two compression modes: uncompressed and gzipped. Google experimented with Shared Dictionary Compression over HTTP, but in practice it went nowhere on the wider Web. Even the Google-designed HTTP replacement SPDY uses gzip. &lt;br /&gt;
&lt;br /&gt;
These days, all major browsers support gzipped responses. In that sense, the feature is a success. However, it is terribly wasteful that each request ends up containing 23 bytes of boilerplate. It would have been much more efficient if HTTP 1.1 had made the ability to accept gzipped responses a mandatory feature so that servers would have known that they are eligible to send a gzipped response if the request says HTTP/1.1 (or higher) rather than HTTP/1.0.&lt;br /&gt;
&lt;br /&gt;
One might argue that it was important for getting from the HTTP/1.0 world to the world we have now by allowing new features to be opted into one by one and that format and protocol versions are an anti-pattern on the Web. In any case, it’s sad for the 1 bit of information to take 23 bytes—especially if HTTP is to have version number anyway and some features tied to the version number (like support for chunked responses).&lt;br /&gt;
&lt;br /&gt;
==Negotiation by character encoding==&lt;br /&gt;
&lt;br /&gt;
UTF-8 was introduced in 1993. By the time &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt; was introduced, it was already obsolete in the sense that any server capable of converting to multiple encoding could have used its conversion capabilities to just convert to UTF-8. (Granted, UTF-8 support in browsers didn’t appear right away, but supporting UTF-8 sooner would have been more worthwhile than sending &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt;.) Fortunately, we have been able to get rid of this one. Of the major browsers, only Chrome sends &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt; anymore.&lt;br /&gt;
&lt;br /&gt;
==Negotiation by natural language==&lt;br /&gt;
&lt;br /&gt;
Negotiation by natural language is a failure for multiple reasons.&lt;br /&gt;
&lt;br /&gt;
First, Web sites that provide content (as opposed to application user interface) in multiple languages so that the different language versions are so equally good that one language version could be selected without human judgment is actually very, very rare. When sites do have multiple language versions, the versions often are not equal. Typically, one language is the primary language for the site and the other language versions are incomplete, out of date or otherwise of low quality. Therefore, if the user can read more than one of the languages offered by the site, the user is most often best off choosing the language version to read manually by making a judgment about which language version that the user is able to read is most likely to be of highest quality. The negotiation algorithm tries to make this automatic, but in practice the algorithm is no substitute for the users human judgment.&lt;br /&gt;
&lt;br /&gt;
It is slightly more common for Web applications to provide their UI strings in multiple languages. In that case, automatic choice might have a chance of working, but the user has a larger time commitment to a particular application anyway, so it is more okay for an application to provide an explicit language is UI than for a content site to require the user choose a language (which, per the previous paragraph, multilanguage content sites need to do anyway) making automatic negotiation less necessary for an application. Even though the initial value for the language preference for a Web application UI could be taken from what the browser suggests, the user starts using a new Web application so rarely relative to all HTTP requests that the user&#039;s browser makes that it is terribly wasteful for each HTTP request to broadcast the user&#039;s preferred language in case the request happens to be one whose headers and up seeding the preferences for a Web application. (And Web applications these days use JavaScript anyway and, therefore, could request the data from the browser instead of the browser broadcasting it with every HTTP request.)&lt;br /&gt;
&lt;br /&gt;
Also, it&#039;s a problem that negotiation by natural language is about negotiating by a characteristic of the human user as opposed to a characteristic of software. That is, the browser doesn&#039;t really know the characteristics of the human user without the human user configuring the browser. Since negotiation by natural language is so rarely useful, it doesn&#039;t really make sense for the browser to advertise the configuration option a lot or insist that the user makes the configuration before browsing the Web. As a result, the browser doesn&#039;t really know about the user&#039;s language skills beyond guessing that the user might be able to read the UI language of the browser. And that&#039;s a pretty bad guess. It doesn&#039;t give any information about the other languages the user is able to read and the user might not even be able to actually read meaningful prose in the language of the browser UI. (You can get pretty far with the browser UI simply by knowing that you can type addresses into the location bar and that the arrow to the left takes you back to the previous page.)&lt;br /&gt;
&lt;br /&gt;
Finally, there is an actual disincentive for configuring the browser: Even if everyone configured with their language preferences in their browser, the combination of languages that the person can read would partition the population of the world into rather small buckets in some cases making the language combination the way to identify a particular user or a smallish group of users. Since people so rarely configure their language preference, when someone does configure it, chances are that the configuration becomes uniquely or almost uniquely identifying. This can be seen as a privacy problem.&lt;br /&gt;
&lt;br /&gt;
==Negotiating by format==&lt;br /&gt;
&lt;br /&gt;
Negotiating by format is a failure because:&lt;br /&gt;
&lt;br /&gt;
* It is actually rather rare that format alternatives can be chosen without knowing the user&#039;s intent. You might be able to choose automatically between different ways of compressing bitmaps, but choosing among e.g. a PDF and a Microsoft Word file might depend on the user&#039;s intent to print without reflowing lines due to different fonts on the system (PDF) or editing (Word) even if the user has software for reading both PDF and Microsoft Word files. Therefore, it makes sense to provide links to both the PDF and the Microsoft Word file and let the user choose which link to follow.&lt;br /&gt;
&lt;br /&gt;
* You can’t rely on format negotiation as Web author, because there are always clients that accept something they don’t declare.&lt;br /&gt;
&lt;br /&gt;
* Due to the previous point, if you are a browser vendor and another vendor has shipped a browser that doesn’t declare that it support something it supports, it doesn&#039;t make sense for you to waste bytes declaring it, either, because Web authors can’t rely (solely) on the declaration anyway.&lt;br /&gt;
&lt;br /&gt;
* Negotiated responses are so rare relative to all HTTP responses that the request bloat resulting from advertising the supported formats is almost always waste.&lt;br /&gt;
&lt;br /&gt;
* Past experience from the GIF to PNG transition suggests that authors are more likely to deploy one format—either the old one (with worse capabilities) or the new one (forgoing support for old browsers)—than actually bother using negotiation (as a generalization on the Web scale; there may be individual counterexamples that round to practical nothingness).&lt;br /&gt;
&lt;br /&gt;
* It never pays to advertise a format once all current browsers support it but there are still old browsers that don&#039;t. (E.g. SVG as of 2013.) Since there are browsers that support the format that don&#039;t advertise it, the earlier point about not being able to rely on the declaration applies. However, since non-support is a past phenomenon, it is safe to UA sniff for the legacy browsers. If all current browsers support the format, there probably cannot be successful future browsers that don&#039;t support the format so the usual problem with you a sniffing where you assume that the current defect stays present in the future versions of a given browser does not apply.&lt;br /&gt;
&lt;br /&gt;
==Server-side choice is worse for intermediate caches than browser-side choice==&lt;br /&gt;
&lt;br /&gt;
Aside from script-driven HTTP requests (XHR), the HTTP requests made by browsers fall into two main categories: requests that arise from navigation&lt;br /&gt;
(HTML most of the time) and requests that arise from resource&lt;br /&gt;
inclusions (images, videos, audio, style sheets, fonts and scripts).&lt;br /&gt;
&lt;br /&gt;
For resource inclusions, the server has always already sent&lt;br /&gt;
(unless the site uses SPDY push) an HTML document to the browser and&lt;br /&gt;
then the browser makes the requests in response to what it sees in&lt;br /&gt;
that document. That is, the server has had an opportunity to say something&lt;br /&gt;
to the browser already.&lt;br /&gt;
&lt;br /&gt;
It is more friendly for intermediate caches for the resource (typically HTML document) that the server has alread sent to the browser to list alternative URLs for a resource inclusion request with information that allows the browser to choose which one of the URLs to fetch than to give the browser one URL and have the server vary what gets served from that URL.&lt;br /&gt;
&lt;br /&gt;
Consider the actual design of the video element versus a hypothetical HTTP-based negotiation design&lt;br /&gt;
like this: There are no &amp;lt;code&amp;gt;source&amp;lt;/code&amp;gt; elements. There is just the &amp;lt;code&amp;gt;src&amp;lt;/code&amp;gt;&lt;br /&gt;
attribute on the &amp;lt;code&amp;gt;video&amp;lt;/code&amp;gt; element. When making the request for the URL&lt;br /&gt;
given in the &amp;lt;code&amp;gt;src&amp;lt;/code&amp;gt; attribute, the browser sends an &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; HTTP&lt;br /&gt;
header that declares the supported container and codec combinations.&lt;br /&gt;
The server decides which video file to respond with depending on the&lt;br /&gt;
request header. The server sets the &amp;lt;code&amp;gt;Vary: Accept-Codecs&amp;lt;/code&amp;gt; header on the response.&lt;br /&gt;
&lt;br /&gt;
Now, intermediate caches have to use the value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt;&lt;br /&gt;
header as part of the cache key. &lt;br /&gt;
&lt;br /&gt;
Suppose the origin server has&lt;br /&gt;
two alternative video files MP4/H.264/AAC and WebM/VP8/Vorbis.&lt;br /&gt;
Ideally, this should result in at most two distinct cache entries and two cache keys in&lt;br /&gt;
an intermede cache. However, in this scenario, the worst case number for&lt;br /&gt;
the cache keys in the intermediary is the number of distinct&lt;br /&gt;
&amp;lt;code&amp;gt;Accept-Codec&amp;lt;/code&amp;gt; values sent by the browsers out there.&lt;br /&gt;
&lt;br /&gt;
Suppose first a browser that declares support for WebM/VP8/Vorbis request the video URL. The intermediate cache has no data for that URL yet, so it forwards the request to the origin server and caches the result with the URL and the value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header as the cache key. Then another browser that declares support for MP4/H.264/AAC fetches the same URL from the same intermediate cache. The value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header does not match the value in the existing cache key, so the intermediary cannot just go and serve the existing cache entry. Instead, it forwards the request to the origin server, gets a different response and makes new cache entry for that response with the URL and the different &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header value as the cache key. So now the intermediary has in its cache all the distinct video files that the origin server has for this URL. If the solution was properly cache-friendly, all subsequent requests could be served straight from the cache without consulting with the origin server until the entries&#039; time to live expires.&lt;br /&gt;
&lt;br /&gt;
But server-side negotiation isn&#039;t cache-friendly in that way. Suppose that now a browser that declares support for WebM/VP8/Vorbis &#039;&#039;and&#039;&#039; WebM/VP8/Opus makes a request for the same URL. The value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header matches neither of the cache keys, so the intermediary needs to consult with the origin server even though it has cached all the possible variants already and one of them would be acceptable to this browser.&lt;br /&gt;
&lt;br /&gt;
With the actual design of the video element, this problem does not occur. Each alternative video&lt;br /&gt;
file has a distinct URL, there is no need for the origin server to set&lt;br /&gt;
the Vary header and the result is as cache-friendly as possible. That&lt;br /&gt;
is, the worst case number of distinct cache keys is the number of&lt;br /&gt;
distinct videos on the origin server, so after the intermediary has cached them all, there is no need to consult with the origin server until the cache entries expire due to their age.&lt;br /&gt;
&lt;br /&gt;
This example illustrates that solving the problem of choosing&lt;br /&gt;
between alternative resources on the HTTP level ends up being&lt;br /&gt;
less cache-friendly than letting the browser choose from&lt;br /&gt;
distinct URLs offered in the referring document.&lt;br /&gt;
&lt;br /&gt;
[[Category:Justifications]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=MicrosyntaxDescriptions&amp;diff=9070</id>
		<title>MicrosyntaxDescriptions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=MicrosyntaxDescriptions&amp;diff=9070"/>
		<updated>2013-03-20T15:43:50Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Switch from the IANA registry to the Encoding Standard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this page is to enable collaborative creation of brief advisory text for each HTML5 microsyntax so that when the content of an attribute value or the text content of an element does not conform to a given microsyntax, a validator can display the advisory text about the syntax to guide the author to fix the content. Note that like the rest of this wiki, editing requires you to agree to release your contributions under the MIT license (see wiki footer). Please note that while copying text from the [http://www.whatwg.org/specs/web-apps/current-work/ WHATWG version of HTML 5] is OK, copying text from RFCs or W3C specs is not OK.&lt;br /&gt;
&lt;br /&gt;
Note that some formats pertain to Web Forms 2.0 (e.g. &amp;lt;code&amp;gt;datetime-local&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
Please keep descriptions short: one paragraph in length.&lt;br /&gt;
&lt;br /&gt;
==a-rel==&lt;br /&gt;
A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on &amp;lt;code&amp;gt;&amp;amp;lt;a&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;area&amp;amp;gt;&amp;lt;/code&amp;gt; in the [http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#linkTypes HTML specification], or must be listed as allowed on &amp;lt;code&amp;gt;&amp;amp;lt;a&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;area&amp;amp;gt;&amp;lt;/code&amp;gt; on the [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions Microformats wiki], or must be an absolute URL. &amp;lt;strong&amp;gt;You can register link types on the [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions Microformats wiki] yourself.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==browsing-context==&lt;br /&gt;
A browsing context name is any string that does not start with an underscore (&amp;lt;code&amp;gt;_&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==browsing-context-or-keyword==&lt;br /&gt;
A browsing context name or keyword is either any string that does not start with an underscore (&amp;lt;code&amp;gt;_&amp;lt;/code&amp;gt;) or a string that case-insensitively matches one of: &amp;lt;code&amp;gt;_blank&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;_self&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;_parent&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;_top&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==cdo-cdc-pair==&lt;br /&gt;
Any text content that does not contain the character sequence &amp;quot;&amp;lt;code&amp;gt;&amp;amp;lt;!--&amp;lt;/code&amp;gt;&amp;quot; without a later occurrence of the character sequence &amp;quot;&amp;lt;code&amp;gt;--&amp;gt;&amp;lt;/code&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==charset==&lt;br /&gt;
An preferred encoding name according to the [http://encoding.spec.whatwg.org/ Encoding Standard]. Example: &amp;lt;code&amp;gt;utf-8&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==charset-list==&lt;br /&gt;
A whitespace-separated list of preferred encoding names according to the [http://encoding.spec.whatwg.org/ Encoding Standard]. Example: &amp;lt;code&amp;gt;utf-8 windows-1252&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==circle==&lt;br /&gt;
A circle is specified as three comma-separated (no spaces allowed) integers the last one of which is non-negative. An integer consists of one or more digits (&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;), optionally preceded by a hyphen (&amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt;). Examples of circles: &amp;lt;code&amp;gt;5,5,10&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;-5,0,20&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==date==&lt;br /&gt;
A date in the form &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;YYYY&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;MM&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;DD&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;. Example: &amp;lt;code&amp;gt;2002-09-29&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==date-or-time==&lt;br /&gt;
A [http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-date-or-time-string date or time string]; that is, one of the following:&lt;br /&gt;
a &amp;lt;b&amp;gt;date&amp;lt;/b&amp;gt;, which must be in the form &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;YYYY&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;MM&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;DD&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; • or, a &amp;lt;b&amp;gt;time&amp;lt;/b&amp;gt;, which must begin in the form &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;, and can optionally be followed by &amp;lt;code&amp;gt;:&amp;lt;i&amp;gt;ss&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;, which in turn can optionally be followed by “&amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt;” and one or more digits • or, a &amp;lt;b&amp;gt;date&amp;lt;/b&amp;gt;, followed by “&amp;lt;code&amp;gt;T&amp;lt;/code&amp;gt;”, followed by a &amp;lt;b&amp;gt;time&amp;lt;/b&amp;gt;, followed by &amp;lt;b&amp;gt;time-zone information&amp;lt;/b&amp;gt;, which must be either “&amp;lt;code&amp;gt;Z&amp;lt;/code&amp;gt;”, or in the form &amp;lt;code&amp;gt;+&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; or the form &amp;lt;code&amp;gt;-&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; • Examples: &amp;lt;code&amp;gt;1996-01-01&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;12:05:25&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1996-01-01T12:05:25-02:00&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1996-01-01T12:05:25.6&amp;lt;/code&amp;gt; • &amp;lt;i&amp;gt;Note: The validator currently allows some values that the HTML specification prohibits; for example, it allows &amp;lt;code&amp;gt;1996-01-01T12:05:25&amp;lt;/code&amp;gt; (a date and time with no time-zone information) and &amp;lt;code&amp;gt;12:05:25Z&amp;lt;/code&amp;gt; (a time with no date but with time-zone information).&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==datetime==&lt;br /&gt;
An ISO 8601 date and time in the UTC time zone, i.e. &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;YYYY&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;MM&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;DD&amp;lt;/i&amp;gt;T&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; optionally followed by &amp;lt;code&amp;gt;:&amp;lt;i&amp;gt;ss&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; for the seconds, optionally followed by &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; and one, two, or three digits for the fraction of a second, and finally followed by &amp;lt;code&amp;gt;Z&amp;lt;/code&amp;gt;. Examples: &amp;lt;code&amp;gt;1996-01-01T12:05Z&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1996-01-01T12:05:25.6Z&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==datetime-local==&lt;br /&gt;
An ISO 8601 date and time with no time zone information, i.e. &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;YYYY&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;MM&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;DD&amp;lt;/i&amp;gt;T&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; optionally followed by &amp;lt;code&amp;gt;:&amp;lt;i&amp;gt;ss&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; for the seconds, optionally followed by &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; and one or more digits for the fraction of a second. Examples: &amp;lt;code&amp;gt;1996-01-01T12:05&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1996-01-01T12:05:25.6&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==datetime-tz==&lt;br /&gt;
A [http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-global-date-and-time-string global date and time string]; that is, a &amp;lt;b&amp;gt;date&amp;lt;/b&amp;gt;, followed by a “&amp;lt;code&amp;gt;T&amp;lt;/code&amp;gt;” or a single space, followed by a &amp;lt;b&amp;gt;time&amp;lt;/b&amp;gt;, followed by &amp;lt;b&amp;gt;time-zone information&amp;lt;/b&amp;gt;, where:  the &amp;lt;b&amp;gt;date&amp;lt;/b&amp;gt; must be in the form &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;YYYY&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;MM&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;DD&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; • the &amp;lt;b&amp;gt;time&amp;lt;/b&amp;gt; must begin in the form &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;, followed by &amp;lt;code&amp;gt;:&amp;lt;i&amp;gt;ss&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;, optionally followed by “&amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt;” and one, two, or three or digits • the &amp;lt;b&amp;gt;time-zone information&amp;lt;/b&amp;gt; must be either “&amp;lt;code&amp;gt;Z&amp;lt;/code&amp;gt;” or in the form &amp;lt;code&amp;gt;+&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; or the form &amp;lt;code&amp;gt;-&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; • Examples: &amp;lt;code&amp;gt;1996-01-01T12:05:25-02:00&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1996-01-01T12:05:25Z&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;!-- • &amp;lt;i&amp;gt;Note: The validator currently prohibits some values that the HTML specification allows; for example, the HTML specification allows &amp;lt;code&amp;gt;1996-01-01T12:05Z&amp;lt;/code&amp;gt; (a date and time string with no seconds specified), but the validator prohibits it.&amp;lt;/i&amp;gt; --&amp;gt;&lt;br /&gt;
&amp;lt;!-- (&#039;&#039;[http://canvex.lazyilluminati.com/misc/cgi/issues.cgi/folder/microsyntaxes-dates This format deviates from the spec draft.]&#039;&#039;) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==email==&lt;br /&gt;
An e-mail address must match the &amp;lt;code&amp;gt;addr-spec&amp;lt;/code&amp;gt; production defined in [http://tools.ietf.org/html/rfc2822#section-3.4.1 RFC 2822 section 3.4.1] excluding the &amp;lt;code&amp;gt;CFWS&amp;lt;/code&amp;gt; production everywhere and excluding the &amp;lt;code&amp;gt;FWS&amp;lt;/code&amp;gt; production everywhere except in the &amp;lt;code&amp;gt;quoted-string&amp;lt;/code&amp;gt; production.&lt;br /&gt;
&lt;br /&gt;
==float==&lt;br /&gt;
First, optionally, &amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt; (U+002D). Then, a series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. Then, optionally, a single &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; (U+002E) followed by a series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. Then, optionally, either &amp;lt;code&amp;gt;e&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt;, optionally followed by &amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt; (U+002D) or &amp;lt;code&amp;gt;+&amp;lt;/code&amp;gt; (U+002B), followed by a series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. For example, &amp;lt;code&amp;gt;-42.42E+42&amp;lt;/code&amp;gt; is valid but &amp;lt;code&amp;gt;.5&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;+2&amp;lt;/code&amp;gt; are not.&lt;br /&gt;
&lt;br /&gt;
==float-non-negative==&lt;br /&gt;
A series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. Then, optionally, a single &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; (U+002E) followed by a series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. Then, optionally, either &amp;lt;code&amp;gt;e&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt;, optionally followed by &amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt; (U+002D) or &amp;lt;code&amp;gt;+&amp;lt;/code&amp;gt; (U+002B), followed by a series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. Or, alternatively to the foregoing: First, &amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt; (U+002D). Then, a series of one or more zeros. Then, optionally, a single &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; (U+002E) followed by one or more zeros. Then, optionally, either &amp;lt;code&amp;gt;e&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt;, optionally followed by &amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt; (U+002D) or &amp;lt;code&amp;gt;+&amp;lt;/code&amp;gt; (U+002B), followed by a series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. For example, &amp;lt;code&amp;gt;42.42E+42&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;-000.000&amp;lt;/code&amp;gt; are valid but &amp;lt;code&amp;gt;.5&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;-0.01&amp;lt;/code&amp;gt; are not.&lt;br /&gt;
&lt;br /&gt;
==float-positive==&lt;br /&gt;
A series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. Then, optionally, a single &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; (U+002E) followed by a series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. One of the digits so far has to be non-zero. Then, optionally, either &amp;lt;code&amp;gt;e&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt;, optionally followed by &amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt; (U+002D) or &amp;lt;code&amp;gt;+&amp;lt;/code&amp;gt; (U+002B), followed by a series of one or more characters in the range &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;. For example, &amp;lt;code&amp;gt;42.42E+42&amp;lt;/code&amp;gt; is valid but &amp;lt;code&amp;gt;0.0&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;-2&amp;lt;/code&amp;gt; are not.&lt;br /&gt;
&lt;br /&gt;
==hash-name==&lt;br /&gt;
A &amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt; (number sign) character followed by any string.&lt;br /&gt;
&lt;br /&gt;
==ID==&lt;br /&gt;
An ID consists of at least one character but must not contain any whitespace.&lt;br /&gt;
&lt;br /&gt;
==integer==&lt;br /&gt;
One or more digits (&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;), optionally preceded by a hyphen (&amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt;). For example: &amp;lt;code&amp;gt;42&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;-273&amp;lt;/code&amp;gt; are valid, but &amp;lt;code&amp;gt;+42&amp;lt;/code&amp;gt; is not.&lt;br /&gt;
&lt;br /&gt;
==integer-non-negative==&lt;br /&gt;
One or more digits (&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;). For example: &amp;lt;code&amp;gt;42&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt; are valid, but &amp;lt;code&amp;gt;-273&amp;lt;/code&amp;gt; is not.&lt;br /&gt;
&lt;br /&gt;
==integer-positive==&lt;br /&gt;
One or more digits (&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;), with at least one which is non-zero. For example: &amp;lt;code&amp;gt;42&amp;lt;/code&amp;gt; is valid, but &amp;lt;code&amp;gt;00&amp;lt;/code&amp;gt; is not.&lt;br /&gt;
&lt;br /&gt;
==iri==&lt;br /&gt;
An absolute URL. For example: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;example.org/hello&amp;lt;/code&amp;gt;, but not &amp;lt;code&amp;gt;/hello&amp;lt;/code&amp;gt;. Spaces should be escaped as &amp;lt;code&amp;gt;%20&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==iri-ref==&lt;br /&gt;
Any URL. For example: &amp;lt;code&amp;gt;/hello&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;#canvas&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;example.org/&amp;lt;/code&amp;gt;. Characters should be represented in [http://www.macchiato.com/unicode/nfc-faq NFC] and spaces should be escaped as &amp;lt;code&amp;gt;%20&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==language==&lt;br /&gt;
An [http://tools.ietf.org/html/rfc5646 RFC 5646] language tag consists of hyphen-separated ASCII-alphanumeric subtags. There is a primary tag identifying a natural language by its shortest ISO 639 language code (e.g. &amp;lt;code&amp;gt;en&amp;lt;/code&amp;gt; for English) and zero or more additional subtags adding precision. The most common additional subtag type is a region subtag which most commonly is a two-letter ISO 3166 country code (e.g. &amp;lt;code&amp;gt;GB&amp;lt;/code&amp;gt; for the United Kingdom). IANA maintains a [http://www.iana.org/assignments/language-subtag-registry registry of permissible subtags].&lt;br /&gt;
&lt;br /&gt;
==link-rel==&lt;br /&gt;
A whitespace-separated list of link types listed as allowed on &amp;lt;code&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/code&amp;gt; in the [http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#linkTypes HTML specification] or listed as an allowed on &amp;lt;code&amp;gt;&amp;amp;lt;link&amp;amp;gt;&amp;lt;/code&amp;gt; on the [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions Microformats wiki] without duplicate keywords in the list. &amp;lt;strong&amp;gt;You can register link types on the [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions Microformats wiki] yourself.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==media-query==&lt;br /&gt;
One or more media queries, combined in a comma-separated list. Each media query consists of a &#039;&#039;&#039;media type&#039;&#039;&#039; and zero or more expressions that check for the conditions of particular &#039;&#039;&#039;media features&#039;&#039;&#039;. A media type is one of the following: &#039;&#039;&#039;all&#039;&#039;&#039;, &#039;&#039;&#039;braille&#039;&#039;&#039;, &#039;&#039;&#039;embossed&#039;&#039;&#039;, &#039;&#039;&#039;handheld&#039;&#039;&#039;, &#039;&#039;&#039;print&#039;&#039;&#039;, &#039;&#039;&#039;projection&#039;&#039;&#039;, &#039;&#039;&#039;screen&#039;&#039;&#039;, &#039;&#039;&#039;speech&#039;&#039;&#039;, &#039;&#039;&#039;tty&#039;&#039;&#039;, or &#039;&#039;&#039;tv&#039;&#039;&#039;. &#039;&#039;Note: The &#039;&#039;&#039;aural&#039;&#039;&#039; media type is deprecated&#039;&#039;. For information about valid media features and about the exact syntax of media queries, see the [http://dev.w3.org/csswg/css3-mediaqueries/ Media Queries] specification.&lt;br /&gt;
&lt;br /&gt;
==meta-charset==&lt;br /&gt;
The string &amp;lt;code&amp;gt;text/html;&amp;lt;/code&amp;gt;, optionally followed by whitespace, followed by &amp;lt;code&amp;gt;charset=&amp;lt;/code&amp;gt;, followed by a preferred encoding name according to the [http://encoding.spec.whatwg.org/ Encoding Standard]. Example: &amp;lt;code&amp;gt;text/html; charset=utf-8&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==meta-name==&lt;br /&gt;
A metadata name listed in the [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#standard-metadata-names HTML specification] or listed in the [http://wiki.whatwg.org/wiki/MetaExtensions WHATWG wiki]. &amp;lt;strong&amp;gt;You can register metadata names on the [http://wiki.whatwg.org/wiki/MetaExtensions WHATWG wiki] yourself.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==mime-type==&lt;br /&gt;
A [http://tools.ietf.org/html/rfc2616#section-3.7 media-type as defined in RFC 2616]; that is, typically, a required &#039;&#039;type&#039;&#039;, followed by a &amp;quot;&amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt;&amp;quot; character, followed by a required &#039;&#039;subtype&#039;&#039;, optionally followed by one or more instances of a &amp;quot;&amp;lt;code&amp;gt;;&amp;lt;/code&amp;gt;&amp;quot; character followed by a &#039;&#039;parameter&#039;&#039;. Examples: &amp;lt;code&amp;gt;text/css&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;text/css;charset=utf-8&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==mime-type-list==&lt;br /&gt;
(WF2)&lt;br /&gt;
&lt;br /&gt;
==month==&lt;br /&gt;
An ISO 8601 date with year and month, i.e. &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;YYYY&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;MM&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;. Example: &amp;lt;code&amp;gt;2007-11&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==non-empty-string==&lt;br /&gt;
Any string that is not the empty string.&lt;br /&gt;
&lt;br /&gt;
==pattern==&lt;br /&gt;
(WF2)&lt;br /&gt;
&lt;br /&gt;
==polyline==&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
==ratio==&lt;br /&gt;
(progress content)&lt;br /&gt;
&lt;br /&gt;
==rectangle==&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
==script==&lt;br /&gt;
Any text content that does not contain the character sequence &amp;quot;&amp;lt;code&amp;gt;&amp;amp;lt;!--&amp;lt;/code&amp;gt;&amp;quot; without a later occurrence of the character sequence &amp;quot;&amp;lt;code&amp;gt;--&amp;gt;&amp;lt;/code&amp;gt;&amp;quot; and that does not contain any occurrence of the string &amp;quot;&amp;lt;code&amp;gt;&amp;amp;lt;/script&amp;lt;/code&amp;gt;&amp;quot; followed by a space character, &amp;quot;&amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&amp;quot;, or &amp;quot;&amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt;&amp;quot;.  For further details, see [http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#restrictions-for-contents-of-script-elements Restrictions for contents of script elements].&lt;br /&gt;
&lt;br /&gt;
==script-documentation==&lt;br /&gt;
Zero or more &#039;&#039;code comments&#039;&#039;, each of which is either a single-line comment starting with &amp;quot;&amp;lt;code&amp;gt;//&amp;lt;/code&amp;gt;&amp;quot; or a multi-line comment starting with &amp;quot;&amp;lt;code&amp;gt;/*&amp;lt;/code&amp;gt;&amp;quot; and ending with &amp;quot;&amp;lt;code&amp;gt;*/&amp;lt;/code&amp;gt;&amp;quot;. The content must also meet the constraints of the [[#script|script]] microsyntax. For further details, see [http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#inline-documentation-for-external-scripts Inline documentation for external scripts].&lt;br /&gt;
&lt;br /&gt;
==simple-color==&lt;br /&gt;
A string of seven characters that starts with &amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt; and ends with six characters each of which is &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;f&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;A&amp;lt;/code&amp;gt;…&amp;lt;code&amp;gt;F&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==string-without-line-breaks==&lt;br /&gt;
Any string that does not contain the carriage return character or the line feed character.&lt;br /&gt;
&lt;br /&gt;
==svg-pathdata==&lt;br /&gt;
A list of zero or more path-data expressions, where each expression consists of a one-letter command followed by numbers that serve as arguments for the command (in most cases, pairs of coordinates). Commas and/or whitespace must be used to separate the arguments for a command from one another—but &#039;&#039;&#039;commas must not be used to separate commands&#039;&#039;&#039;, though whitespace can optionally be used to do so. Examples: &amp;quot;&amp;lt;code&amp;gt;M 100 100 L 300 100 L 200 300 z&amp;lt;/code&amp;gt;&amp;quot; or &amp;quot;&amp;lt;code&amp;gt;M100,100L300,100,200,300z&amp;lt;/code&amp;gt;&amp;quot;. For more information, see the [http://www.w3.org/TR/SVG11/paths.html#PathData section on path data in the SVG 1.1 specification].&lt;br /&gt;
&lt;br /&gt;
==time==&lt;br /&gt;
A time (hour, minute, seconds, fractional seconds) is encoded according to ISO 8601 with no time zone: two digits (&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;) for the hour, a colon, two digits for the minute, optionally a colon and two digits for the second, and optionally (if the seconds are present) a period (&amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt;) and one, two, or three digits for the fraction of a second. All the numbers must be in base ten and zero-padded if necessary. For instance: &amp;lt;code&amp;gt;23:59:00.000&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;00:00:05&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==time-datetime==&lt;br /&gt;
One of the following: [http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-month-string month], [http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-date-string date], [http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-yearless-date-string yearless date], [http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-time-string time], [http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-local-date-and-time-string local date and time], [http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-time-zone-offset-string time-zone offset], [http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-global-date-and-time-string global date and time], [http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-week-string week], [http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-non-negative-integer non-negative integer], or [http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-duration-string duration]. For more information and examples, see the [http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#datetime-value section on the datetime value in the HTML specification].&lt;br /&gt;
&lt;br /&gt;
==week==&lt;br /&gt;
A week consists of a year and a week number encoded according to ISO 8601: four or more digits (&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;) representing the year, a hyphen (&amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt;), a literal &amp;lt;code&amp;gt;W&amp;lt;/code&amp;gt;, and two digits for the week, zero-padded if necessary. The week number must be a number greater than or equal to &amp;lt;code&amp;gt;01&amp;lt;/code&amp;gt;. Week &amp;lt;code&amp;gt;01&amp;lt;/code&amp;gt; of a given year is the week containing the 4&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; of January; weeks start on Monday. For instance: &amp;lt;code&amp;gt;2005-W52&amp;lt;/code&amp;gt; is the week that ended on Sunday the first of January, 2006.&lt;br /&gt;
&lt;br /&gt;
[[Category:Validator.nu Documentation]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Parser_tests&amp;diff=8966</id>
		<title>Parser tests</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Parser_tests&amp;diff=8966"/>
		<updated>2013-02-04T16:17:46Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Old svn URLS need to go away&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Parser Tests=&lt;br /&gt;
&lt;br /&gt;
This page documents the unit-test format(s) being used for implementations of the HTML5 parsing spec. The aim is to produce implementation-independent, self-describing tests that can be shared between any groups working on these technologies.&lt;br /&gt;
&lt;br /&gt;
==Tokenizer Tests==&lt;br /&gt;
The test format is [http://www.json.org/ JSON]. This has the advantage that the syntax allows backward-compatible extensions to the tests and the disadvantage that it is relatively verbose.&lt;br /&gt;
&lt;br /&gt;
===Basic Structure===&lt;br /&gt;
&lt;br /&gt;
 {&amp;quot;tests&amp;quot;: [&lt;br /&gt;
 &lt;br /&gt;
 {&amp;quot;description&amp;quot;:&amp;quot;Test description&amp;quot;,&lt;br /&gt;
 &amp;quot;input&amp;quot;:&amp;quot;input_string&amp;quot;,&lt;br /&gt;
 &amp;quot;output&amp;quot;:[expected_output_tokens]},&lt;br /&gt;
 &amp;quot;contentModelFlags&amp;quot;:[content_model_flags],&lt;br /&gt;
 &amp;quot;lastStartTag&amp;quot;:last_start_tag,&lt;br /&gt;
 &amp;quot;ignoreErrorOrder&amp;quot;:ignore_error_order&lt;br /&gt;
 ]}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;description&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;input&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;output&amp;lt;/tt&amp;gt; are always present. The other values are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;input_string&amp;lt;/tt&amp;gt; is a string literal containing the input string to pass to the tokenizer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;expected_output_tokens&amp;lt;/tt&amp;gt; is a list of tokens, ordered with the first produced by the tokenizer the first (leftmost) in the list. The list must mach the &#039;&#039;&#039;complete&#039;&#039;&#039; list of tokens that the tokenizer should produce. Valid tokens are:&lt;br /&gt;
&lt;br /&gt;
 [&amp;quot;DOCTYPE&amp;quot;, name, public_id, system_id, correctness]&lt;br /&gt;
 [&amp;quot;StartTag&amp;quot;, name, {attributes}&#039;&#039;, true&#039;&#039;]&lt;br /&gt;
 [&amp;quot;StartTag&amp;quot;, name, {attributes}]&lt;br /&gt;
 [&amp;quot;EndTag&amp;quot;, name]&lt;br /&gt;
 [&amp;quot;Comment&amp;quot;, data]&lt;br /&gt;
 [&amp;quot;Character&amp;quot;, data]&lt;br /&gt;
 &amp;quot;ParseError&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;public_id&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;system_id&amp;lt;/tt&amp;gt; are either strings or &amp;lt;tt&amp;gt;null&amp;lt;/tt&amp;gt;. &amp;lt;tt&amp;gt;correctness&amp;lt;/tt&amp;gt; is either &amp;lt;tt&amp;gt;true&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;false&amp;lt;/tt&amp;gt;; &amp;lt;tt&amp;gt;true&amp;lt;/tt&amp;gt; corresponds to the force-quirks flag being false, and vice-versa.&lt;br /&gt;
&lt;br /&gt;
When the self-closing flag is set, the &amp;lt;tt&amp;gt;StartTag&amp;lt;/tt&amp;gt; array has &amp;lt;tt&amp;gt;true&amp;lt;/tt&amp;gt; as its fourth entry. When the flag is not set, the array has only three entries for backwards compatibility.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;content_model_flags&amp;lt;/tt&amp;gt; is a list of strings from the set:&lt;br /&gt;
 PCDATA&lt;br /&gt;
 RCDATA&lt;br /&gt;
 RAWTEXT&lt;br /&gt;
 PLAINTEXT&lt;br /&gt;
The test case applies when the tokenizer begins with its content model flag set to any of those values. If &amp;lt;tt&amp;gt;content_model_flags&amp;lt;/tt&amp;gt; is omitted, it defaults to &amp;lt;tt&amp;gt;[&amp;quot;PCDATA&amp;quot;]&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;last_start_tag&amp;lt;/tt&amp;gt; is a lowercase string that should be used as &amp;quot;the tag name of the last start tag token emitted&amp;quot; in the tokenizer algorithm. If it is omitted, it is treated as if &amp;quot;no start tag token has ever been emitted by this instance of the tokeniser&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;ignore_error_order&amp;lt;/tt&amp;gt; is a boolean value indicating that the order of &amp;lt;tt&amp;gt;ParseError&amp;lt;/tt&amp;gt; tokens relative to other tokens in the output stream is unimportant, and implementations should ignore such differences between their output and &amp;lt;tt&amp;gt;expected_output_tokens&amp;lt;/tt&amp;gt;. (This is used for errors emitted by the input stream preprocessing stage, since it is useful to test that code but it is undefined when the errors occur). If it is omitted, it defaults to &amp;lt;tt&amp;gt;false&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Multiple tests per file are allowed simply by adding more objects to the &amp;quot;tests&amp;quot; list.&lt;br /&gt;
&lt;br /&gt;
All adjacent character tokens are coalesced into a single &amp;lt;tt&amp;gt;[&amp;quot;Character&amp;quot;, data]&amp;lt;/tt&amp;gt; token.&lt;br /&gt;
&lt;br /&gt;
=== Open Issues ===&lt;br /&gt;
* Is the format too verbose?&lt;br /&gt;
* Do we want to allow the test to pass if only a subset of the actual tokens emitted matches the expected_output_tokens list?&lt;br /&gt;
&lt;br /&gt;
==Tree Construction Tests==&lt;br /&gt;
&lt;br /&gt;
Each file containing tree construction tests consists of any number of tests separated by two newlines (LF) and a single newline before the end of the file. For instance:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[TEST]LF&lt;br /&gt;
LF&lt;br /&gt;
[TEST]LF&lt;br /&gt;
LF&lt;br /&gt;
[TEST]LF&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where [TEST] is the following format:&lt;br /&gt;
&lt;br /&gt;
Each test must begin with a string &amp;quot;#data&amp;quot; followed by a newline (LF). All subsequent lines until a line that says &amp;quot;#errors&amp;quot; are the test data and must be passed to the system being tested unchanged, except with the final newline (on the last line) removed.&lt;br /&gt;
&lt;br /&gt;
Then there must be a line that says &amp;quot;#errors&amp;quot;. It must be followed by one line per parse error that a conformant checker would return. It doesn&#039;t matter what those lines are, although they can&#039;t be &amp;quot;#document-fragment&amp;quot;, &amp;quot;#document&amp;quot;, or empty, the only thing that matters is that there be the right number of parse errors.&lt;br /&gt;
&lt;br /&gt;
Then there *may* be a line that says &amp;quot;#document-fragment&amp;quot;, which must be followed by a newline (LF), followed by a string of characters that indicates the context element, followed by a newline (LF). If this line is present the &amp;quot;#data&amp;quot; must be parsed using the HTML fragment parsing algorithm with the context element as context.&lt;br /&gt;
&lt;br /&gt;
Then there must be a line that says &amp;quot;#document&amp;quot;, which must be followed by a dump of the tree of the parsed DOM. Each node must be represented by a single line. Each line must start with &amp;quot;| &amp;quot;, followed by two spaces per parent node that the node has before the root document node.&lt;br /&gt;
* Element nodes must be represented by a &amp;quot;&amp;lt;tt&amp;gt;&amp;lt;&amp;lt;/tt&amp;gt;&amp;quot; then the &#039;&#039;tag name string&#039;&#039; &amp;quot;&amp;lt;tt&amp;gt;&amp;gt;&amp;lt;/tt&amp;gt;&amp;quot;, and all the attributes must be given, sorted lexicographically by UTF-16 code unit according to their &#039;&#039;attribute name string&#039;&#039;, on subsequent lines, as if they were children of the element node.&lt;br /&gt;
* Attribute nodes must have the &#039;&#039;attribute name string&#039;&#039;, then an &amp;quot;=&amp;quot; sign, then the attribute value in double quotes (&amp;quot;).&lt;br /&gt;
* Text nodes must be the string, in double quotes. Newlines aren&#039;t escaped.&lt;br /&gt;
* Comments must be &amp;quot;&amp;lt;tt&amp;gt;&amp;lt;&amp;lt;/tt&amp;gt;&amp;quot; then &amp;quot;&amp;lt;tt&amp;gt;!-- &amp;lt;/tt&amp;gt;&amp;quot; then the data then &amp;quot;&amp;lt;tt&amp;gt; --&amp;gt;&amp;lt;/tt&amp;gt;&amp;quot;.&lt;br /&gt;
* DOCTYPEs must be &amp;quot;&amp;lt;tt&amp;gt;&amp;lt;!DOCTYPE &amp;lt;/tt&amp;gt;&amp;quot; then the name then if either of the system id or public id is non-empty a space, public id in double-quotes, another space an the system id in double-quotes, and then in any case &amp;quot;&amp;lt;tt&amp;gt;&amp;gt;&amp;lt;/tt&amp;gt;&amp;quot;.&lt;br /&gt;
* Processing instructions must be &amp;quot;&amp;lt;tt&amp;gt;&amp;lt;?&amp;lt;/tt&amp;gt;&amp;quot;, then the target, then a space, then the data and then &amp;quot;&amp;lt;tt&amp;gt;&amp;gt;&amp;lt;/tt&amp;gt;&amp;quot;. (The HTML parser cannot emit processing instructions, but scripts can, and the WebVTT to DOM rules can emit them.)&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;tag name string&#039;&#039; is the local name prefixed by a namespace designator. For the HTML namespace, the namespace designator is the empty string, i.e. there&#039;s no prefix. For the SVG namespace, the namespace designator is &amp;quot;svg &amp;quot;. For the MathML namespace, the namespace designator is &amp;quot;math &amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;attribute name string&#039;&#039; is the local name prefixed by a namespace designator. For no namespace, the namespace designator is the empty string, i.e. there&#039;s no prefix. For the XLink namespace, the namespace designator is &amp;quot;xlink &amp;quot;. For the XML namespace, the namespace designator is &amp;quot;xml &amp;quot;. For the XMLNS namespace, the namespace designator is &amp;quot;xmlns &amp;quot;. Note the difference between &amp;quot;xlink:href&amp;quot; which is an attribute in no namespace with the local name &amp;quot;xlink:href&amp;quot; and &amp;quot;xlink href&amp;quot; which is an attribute in the xlink namespace with the local name &amp;quot;href&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
If there is also a &amp;quot;#document-fragment&amp;quot; the bit following &amp;quot;#document&amp;quot; must be a representation of the HTML fragment serialization for the context element given by &amp;quot;#document-fragment&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#data&lt;br /&gt;
&amp;lt;p&amp;gt;One&amp;lt;p&amp;gt;Two&lt;br /&gt;
#errors&lt;br /&gt;
3: Missing document type declaration&lt;br /&gt;
#document&lt;br /&gt;
| &amp;lt;html&amp;gt;&lt;br /&gt;
|   &amp;lt;head&amp;gt;&lt;br /&gt;
|   &amp;lt;body&amp;gt;&lt;br /&gt;
|     &amp;lt;p&amp;gt;&lt;br /&gt;
|       &amp;quot;One&amp;quot;&lt;br /&gt;
|     &amp;lt;p&amp;gt;&lt;br /&gt;
|       &amp;quot;Two&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tests can be found here: http://code.google.com/p/html5lib/source/browse/#hg%2Ftestdata%2Ftree-construction&lt;br /&gt;
&lt;br /&gt;
=== Open Issues ===&lt;br /&gt;
* should relax the order constraint?&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=8944</id>
		<title>Why not conneg</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=8944"/>
		<updated>2013-01-30T08:39:55Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Emphasis wiki syntax, for real. Plus a clarification&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this page is to explain what&#039;s wrong with HTTP content negotiation and why you should not suggest HTTP content negotiation as a solution to a problem.&lt;br /&gt;
&lt;br /&gt;
HTTP content negotiation has four axes: negotiation by format (&amp;lt;code&amp;gt;Accept&amp;lt;/code&amp;gt;), negotiation by character encoding &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt;, negotiation by natural language (&amp;lt;code&amp;gt;Accept-Language&amp;lt;/code&amp;gt;) and negotiation by compression (&amp;lt;code&amp;gt;Accept-Encoding&amp;lt;/code&amp;gt;). These axes need to be discussed separately. The only one of these that shouldn&#039;t be classified as a failure is negotiation by compression, but even it shouldn&#039;t be taken as a role model considering its verbosity for basically negotiating one bit of information.&lt;br /&gt;
&lt;br /&gt;
This page explains what’s wrong with each of the existing negotiation axes and then uses the HTML &amp;lt;code&amp;gt;video&amp;lt;/code&amp;gt; element as an example for illustrating why HTTP-based negotiation in general is worse than letting the browser choose from alternative URLs by showing how an HTTP-based codec negotiation solution would be worse than the actual browser-side codec negotiation solution that &amp;lt;code&amp;gt;video&amp;lt;/code&amp;gt; element uses.&lt;br /&gt;
&lt;br /&gt;
==Negotiation by compression==&lt;br /&gt;
&lt;br /&gt;
In practice, in the years HTTP has existed, a wide variety of compression methods has not cropped up. For practical purposes, there are two compression modes: uncompressed and gzipped. Google experimented with Shared Dictionary Compression over HTTP, but in practice it went nowhere on the wider Web. Even the Google-designed HTTP replacement SPDY uses gzip. &lt;br /&gt;
&lt;br /&gt;
These days, all major browsers support gzipped responses. In that sense, the feature is a success. However, it is terribly wasteful that each request ends up containing 23 bytes of boilerplate. It would have been much more efficient if HTTP 1.1 had made the ability to accept gzipped responses a mandatory feature so that servers would have known that they are eligible to send a gzipped response if the request says HTTP/1.1 (or higher) rather than HTTP/1.0.&lt;br /&gt;
&lt;br /&gt;
One might argue that it was important for getting from the HTTP/1.0 world to the world we have now by allowing new features to be opted into one by one and that format and protocol versions are an anti-pattern on the Web. In any case, it’s sad for the 1 bit of information to take 23 bytes—especially if HTTP is to have version number anyway and some features tied to the version number (like support for chunked responses).&lt;br /&gt;
&lt;br /&gt;
==Negotiation by character encoding==&lt;br /&gt;
&lt;br /&gt;
UTF-8 was introduced in 1993. By the time &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt; was introduced, it was already obsolete in the sense that any server capable of converting to multiple encoding could have used its conversion capabilities to just convert to UTF-8. (Granted, UTF-8 support in browsers didn’t appear right away, but supporting UTF-8 sooner would have been more worthwhile than sending &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt;.) Fortunately, we have been able to get rid of this one. Of the major browsers, only Chrome sends &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt; anymore.&lt;br /&gt;
&lt;br /&gt;
==Negotiation by natural language==&lt;br /&gt;
&lt;br /&gt;
Negotiation by natural language is a failure for multiple reasons.&lt;br /&gt;
&lt;br /&gt;
First, Web sites that provide content (as opposed to application user interface) in multiple languages so that the different language versions are so equally good that one language version could be selected without human judgment is actually very, very rare. When sites do have multiple language versions, the versions often are not equal. Typically, one language is the primary language for the site and the other language versions are incomplete, out of date or otherwise of low quality. Therefore, if the user can read more than one of the languages offered by the site, the user is most often best off choosing the language version to read manually by making a judgment about which language version that the user is able to read is most likely to be of highest quality. The negotiation algorithm tries to make this automatic, but in practice the algorithm is no substitute for the users human judgment.&lt;br /&gt;
&lt;br /&gt;
It is slightly more common for Web applications to provide their UI strings in multiple languages. In that case, automatic choice might have a chance of working, but the user has a larger time commitment to a particular application anyway, so it is more okay for an application to provide an explicit language is UI than for a content site to require the user choose a language (which, per the previous paragraph, multilanguage content sites need to do anyway) making automatic negotiation less necessary for an application. Even though the initial value for the language preference for a Web application UI could be taken from what the browser suggests, the user starts using a new Web application so rarely relative to all HTTP requests that the user&#039;s browser makes that it is terribly wasteful for each HTTP request to broadcast the user&#039;s preferred language in case the request happens to be one whose headers and up seeding the preferences for a Web application. (And Web applications these days use JavaScript anyway and, therefore, could request the data from the browser instead of the browser broadcasting it with every HTTP request.)&lt;br /&gt;
&lt;br /&gt;
Also, it&#039;s a problem that negotiation by natural language is about negotiating by a characteristic of the human user as opposed to a characteristic of software. That is, the browser doesn&#039;t really know the characteristics of the human user without the human user configuring the browser. Since negotiation by natural language is so rarely useful, it doesn&#039;t really make sense for the browser to advertise the configuration option a lot or insist that the user makes the configuration before browsing the Web. As a result, the browser doesn&#039;t really know about the user&#039;s language skills beyond guessing that the user might be able to read the UI language of the browser. And that&#039;s a pretty bad guess. It doesn&#039;t give any information about the other languages the user is able to read and the user might not even be able to actually read meaningful prose in the language of the browser UI. (You can get pretty far with the browser UI simply by knowing that you can type addresses into the location bar and that the arrow to the left takes you back to the previous page.)&lt;br /&gt;
&lt;br /&gt;
Finally, there is an actual disincentive for configuring the browser: Even if everyone configured with their language preferences in their browser, the combination of languages that the person can read would partition the population of the world into rather small buckets in some cases making the language combination the way to identify a particular user or a smallish group of users. Since people so rarely configure their language preference, when someone does configure it, chances are that the configuration becomes uniquely or almost uniquely identifying. This can be seen as a privacy problem.&lt;br /&gt;
&lt;br /&gt;
==Negotiating by format==&lt;br /&gt;
&lt;br /&gt;
Negotiating by format is a failure because:&lt;br /&gt;
&lt;br /&gt;
* It is actually rather rare that format alternatives can be chosen without knowing the user&#039;s intent. You might be able to choose automatically between different ways of compressing bitmaps, but choosing among e.g. a PDF and a Microsoft Word file might depend on the user&#039;s intent to print without reflowing lines due to different fonts on the system (PDF) or editing (Word) even if the user has software for reading both PDF and Microsoft Word files. Therefore, it makes sense to provide links to both the PDF and the Microsoft Word file and let the user choose which link to follow.&lt;br /&gt;
&lt;br /&gt;
* You can’t rely on format negotiation as Web author, because there are always clients that accept something they don’t declare.&lt;br /&gt;
&lt;br /&gt;
* Due to the previous point, if you are a browser vendor and another vendor has shipped a browser that doesn’t declare that it support something it supports, it doesn&#039;t make sense for you to waste bytes declaring it, either, because Web authors can rely (solely) on the declaration anyway.&lt;br /&gt;
&lt;br /&gt;
* Negotiated responses are so rare relative to all HTTP responses that the request bloat resulting from advertising the supported formats is almost always waste.&lt;br /&gt;
&lt;br /&gt;
* Past experience from the GIF to PNG transition suggests that authors are more likely to deploy one format either the old one (with worse capabilities) or the new one (forgoing support for old browsers) than actually bother using negotiation (as a generalization on the Web scale; there may be individual counterexamples that round to practical nothingness).&lt;br /&gt;
&lt;br /&gt;
* It never pays to advertise a format once all current browsers support it but there are still old browsers that don&#039;t. (E.g. SVG as of 2013.) Since there are browsers that support the format that don&#039;t advertise it, the earlier point about not being able to rely on the declaration applies. However, since non-support is a past phenomenon, it is safe to UA sniff for the legacy browsers. If all current browsers support the format, there probably cannot be successful future browsers that don&#039;t support the format so the usual problem with you a sniffing where you assume that the current defect stays present in the future versions of a given browser does not apply.&lt;br /&gt;
&lt;br /&gt;
==Server-side choice is worse for intermediate caches than browser-side choice==&lt;br /&gt;
&lt;br /&gt;
Aside from script-driven HTTP requests (XHR), the HTTP requests made by browsers fall into two main categories: requests that arise from navigation&lt;br /&gt;
(HTML most of the time) and requests that arise from resource&lt;br /&gt;
inclusions (images, videos, audio, style sheets, fonts and scripts).&lt;br /&gt;
&lt;br /&gt;
For resource inclusions, the server has always already sent&lt;br /&gt;
(unless the site uses SPDY push) an HTML document to the browser and&lt;br /&gt;
then the browser makes the requests in response to what it sees in&lt;br /&gt;
that document. That is, the server has had an opportunity to say something&lt;br /&gt;
to the browser already.&lt;br /&gt;
&lt;br /&gt;
It is more friendly for intermediate caches for the resource (typically HTML document) that the server has alread sent to the browser to list alternative URLs for a resource inclusion request with information that allows the browser to choose which one of the URLs to fetch than to give the browser one URL and have the server vary what gets served from that URL.&lt;br /&gt;
&lt;br /&gt;
Consider the actual design of the video element versus a hypothetical HTTP-based negotiation design&lt;br /&gt;
like this: There are no &amp;lt;code&amp;gt;source&amp;lt;/code&amp;gt; elements. There is just the &amp;lt;code&amp;gt;src&amp;lt;/code&amp;gt;&lt;br /&gt;
attribute on the &amp;lt;code&amp;gt;video&amp;lt;/code&amp;gt; element. When making the request for the URL&lt;br /&gt;
given in the &amp;lt;code&amp;gt;src&amp;lt;/code&amp;gt; attribute, the browser sends an &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; HTTP&lt;br /&gt;
header that declares the supported container and codec combinations.&lt;br /&gt;
The server decides which video file to respond with depending on the&lt;br /&gt;
request header. The server sets the &amp;lt;code&amp;gt;Vary: Accept-Codecs&amp;lt;/code&amp;gt; header on the response.&lt;br /&gt;
&lt;br /&gt;
Now, intermediate caches have to use the value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt;&lt;br /&gt;
header as part of the cache key. &lt;br /&gt;
&lt;br /&gt;
Suppose the origin server has&lt;br /&gt;
two alternative video files MP4/H.264/AAC and WebM/VP8/Vorbis.&lt;br /&gt;
Ideally, this should result in at most two distinct cache entries and two cache keys in&lt;br /&gt;
an intermede cache. However, in this scenario, the worst case number for&lt;br /&gt;
the cache keys in the intermediary is the number of distinct&lt;br /&gt;
&amp;lt;code&amp;gt;Accept-Codec&amp;lt;/code&amp;gt; values sent by the browsers out there.&lt;br /&gt;
&lt;br /&gt;
Suppose first a browser that declares support for WebM/VP8/Vorbis request the video URL. The intermediate cache has no data for that URL yet, so it forwards the request to the origin server and caches the result with the URL and the value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header as the cache key. Then another browser that declares support for MP4/H.264/AAC fetches the same URL from the same intermediate cache. The value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header does not match the value in the existing cache key, so the intermediary cannot just go and serve the existing cache entry. Instead, it forwards the request to the origin server, gets a different response and makes new cache entry for that response with the URL and the different &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header value as the cache key. So now the intermediary has in its cache all the distinct video files that the origin server has for this URL. If the solution was properly cache-friendly, all subsequent requests could be served straight from the cache without consulting with the origin server until the entries&#039; time to live expires.&lt;br /&gt;
&lt;br /&gt;
But server-side negotiation isn&#039;t cache-friendly in that way. Suppose that now a browser that declares support for WebM/VP8/Vorbis &#039;&#039;and&#039;&#039; WebM/VP8/Opus makes a request for the same URL. The value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header matches neither of the cache keys, so the intermediary needs to consult with the origin server even though it has cached all the possible variants already and one of them would be acceptable to this browser.&lt;br /&gt;
&lt;br /&gt;
With the actual design of the video element, this problem does not occur. Each alternative video&lt;br /&gt;
file has a distinct URL, there is no need for the origin server to set&lt;br /&gt;
the Vary header and the result is as cache-friendly as possible. That&lt;br /&gt;
is, the worst case number of distinct cache keys is the number of&lt;br /&gt;
distinct videos on the origin server, so after the intermediary has cached them all, there is no need to consult with the origin server until the cache entries expire due to their age.&lt;br /&gt;
&lt;br /&gt;
This example illustrates that solving the problem of choosing&lt;br /&gt;
between alternative resources on the HTTP level ends up being&lt;br /&gt;
less cache-friendly than letting the browser choose from&lt;br /&gt;
distinct URLs offered in the referring document.&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=8943</id>
		<title>Why not conneg</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=8943"/>
		<updated>2013-01-30T08:37:53Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Emphasis wiki syntax&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this page is to explain what&#039;s wrong with HTTP content negotiation and why you should not suggest HTTP content negotiation as a solution to a problem.&lt;br /&gt;
&lt;br /&gt;
HTTP content negotiation has four axes: negotiation by format (&amp;lt;code&amp;gt;Accept&amp;lt;/code&amp;gt;), negotiation by character encoding &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt;, negotiation by natural language (&amp;lt;code&amp;gt;Accept-Language&amp;lt;/code&amp;gt;) and negotiation by compression (&amp;lt;code&amp;gt;Accept-Encoding&amp;lt;/code&amp;gt;). These axes need to be discussed separately. The only one of these that shouldn&#039;t be classified as a failure is negotiation by compression, but even it shouldn&#039;t be taken as a role model considering its verbosity for basically negotiating one bit of information.&lt;br /&gt;
&lt;br /&gt;
This page explains what’s wrong with each of the existing negotiation axes and then uses the HTML &amp;lt;code&amp;gt;video&amp;lt;/code&amp;gt; element as an example for illustrating why HTTP-based negotiation in general is worse than letting the browser choose from alternative URLs by showing how an HTTP-based codec negotiation solution would be worse than the actual browser-side codec negotiation solution that &amp;lt;code&amp;gt;video&amp;lt;/code&amp;gt; element uses.&lt;br /&gt;
&lt;br /&gt;
==Negotiation by compression==&lt;br /&gt;
&lt;br /&gt;
In practice, in the years HTTP has existed, a wide variety of compression methods has not cropped up. For practical purposes, there are two compression modes: uncompressed and gzipped. Google experimented with Shared Dictionary Compression over HTTP, but in practice it went nowhere on the wider Web. Even the Google-designed HTTP replacement SPDY uses gzip. &lt;br /&gt;
&lt;br /&gt;
These days, all major browsers support gzipped responses. In that sense, the feature is a success. However, it is terribly wasteful that each request ends up containing 23 bytes of boilerplate. It would have been much more efficient if HTTP 1.1 had made the ability to accept gzipped responses a mandatory feature so that servers would have known that they are eligible to send a gzipped response if the request says HTTP/1.1 (or higher) rather than HTTP/1.0.&lt;br /&gt;
&lt;br /&gt;
One might argue that it was important for getting from the HTTP/1.0 world to the world we have now by allowing new features to be opted into one by one and that format and protocol versions are an anti-pattern on the Web. In any case, it’s sad for the 1 bit of information to take 23 bytes—especially if HTTP is to have version number anyway and some features tied to the version number (like support for chunked responses).&lt;br /&gt;
&lt;br /&gt;
==Negotiation by character encoding==&lt;br /&gt;
&lt;br /&gt;
UTF-8 was introduced in 1993. By the time &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt; was introduced, it was already obsolete in the sense that any server capable of converting to multiple encoding could have used its conversion capabilities to just convert to UTF-8. (Granted, UTF-8 support in browsers didn’t appear right away, but supporting UTF-8 sooner would have been more worthwhile than sending &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt;.) Fortunately, we have been able to get rid of this one. Of the major browsers, only Chrome sends &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt; anymore.&lt;br /&gt;
&lt;br /&gt;
==Negotiation by natural language==&lt;br /&gt;
&lt;br /&gt;
Negotiation by natural language is a failure for multiple reasons.&lt;br /&gt;
&lt;br /&gt;
First, Web sites that provide content (as opposed to application user interface) in multiple languages so that the different language versions are so equally good that one language version could be selected without human judgment is actually very, very rare. When sites do have multiple language versions, the versions often are not equal. Typically, one language is the primary language for the site and the other language versions are incomplete, out of date or otherwise of low quality. Therefore, if the user can read more than one of the languages offered by the site, the user is most often best off choosing the language version to read manually by making a judgment about which language version that the user is able to read is most likely to be of highest quality. The negotiation algorithm tries to make this automatic, but in practice the algorithm is no substitute for the users human judgment.&lt;br /&gt;
&lt;br /&gt;
It is slightly more common for Web applications to provide their UI strings in multiple languages. In that case, automatic choice might have a chance of working, but the user has a larger time commitment to a particular application anyway, so it is more okay for an application to provide an explicit language is UI than for a content site to require the user choose a language (which, per the previous paragraph, multilanguage content sites need to do anyway) making automatic negotiation less necessary for an application. Even though the initial value for the language preference for a Web application UI could be taken from what the browser suggests, the user starts using a new Web application so rarely relative to all HTTP requests that the user&#039;s browser makes that it is terribly wasteful for each HTTP request to broadcast the user&#039;s preferred language in case the request happens to be one whose headers and up seeding the preferences for a Web application. (And Web applications these days use JavaScript anyway and, therefore, could request the data from the browser instead of the browser broadcasting it with every HTTP request.)&lt;br /&gt;
&lt;br /&gt;
Also, it&#039;s a problem that negotiation by natural language is about negotiating by a characteristic of the human user as opposed to a characteristic of software. That is, the browser doesn&#039;t really know the characteristics of the human user without the human user configuring the browser. Since negotiation by natural language is so rarely useful, it doesn&#039;t really make sense for the browser to advertise the configuration option a lot or insist that the user makes the configuration before browsing the Web. As a result, the browser doesn&#039;t really know about the user&#039;s language skills beyond guessing that the user might be able to read the UI language of the browser. And that&#039;s a pretty bad guess. It doesn&#039;t give any information about the other languages the user is able to read and the user might not even be able to actually read meaningful prose in the language of the browser UI. (You can get pretty far with the browser UI simply by knowing that you can type addresses into the location bar and that the arrow to the left takes you back to the previous page.)&lt;br /&gt;
&lt;br /&gt;
Finally, there is an actual disincentive for configuring the browser: Even if everyone configured with their language preferences in their browser, the combination of languages that the person can read would partition the population of the world into rather small buckets in some cases making the language combination the way to identify a particular user or a smallish group of users. Since people so rarely configure their language preference, when someone does configure it, chances are that the configuration becomes uniquely or almost uniquely identifying. This can be seen as a privacy problem.&lt;br /&gt;
&lt;br /&gt;
==Negotiating by format==&lt;br /&gt;
&lt;br /&gt;
Negotiating by format is a failure because:&lt;br /&gt;
&lt;br /&gt;
* It is actually rather rare that format alternatives can be chosen without knowing the user&#039;s intent. You might be able to choose automatically between different ways of compressing bitmaps, but choosing among e.g. a PDF and a Microsoft Word file might depend on the user&#039;s intent to print without reflowing lines due to different fonts on the system (PDF) or editing (Word) even if the user has software for reading both PDF and Microsoft Word files. Therefore, it makes sense to provide links to both the PDF and the Microsoft Word file and let the user choose which link to follow.&lt;br /&gt;
&lt;br /&gt;
* You can’t rely on format negotiation as Web author, because there are always clients that accept something they don’t declare.&lt;br /&gt;
&lt;br /&gt;
* Due to the previous point, if you are a browser vendor and another vendor has shipped a browser that doesn’t declare that it support something it supports, it doesn&#039;t make sense for you to waste bytes declaring it, either, because Web authors can rely (solely) on the declaration anyway.&lt;br /&gt;
&lt;br /&gt;
* Negotiated responses are so rare relative to all HTTP responses that the request bloat resulting from advertising the supported formats is almost always waste.&lt;br /&gt;
&lt;br /&gt;
* Past experience from the GIF to PNG transition suggests that authors are more likely to deploy one format either the old one (with worse capabilities) or the new one (forgoing support for old browsers) than actually bother using negotiation (as a generalization on the Web scale; there may be individual counterexamples that round to practical nothingness).&lt;br /&gt;
&lt;br /&gt;
* It never pays to advertise a format once all current browsers support it but there are still old browsers that don&#039;t. (E.g. SVG as of 2013.) Since there are browsers that support the format that don&#039;t advertise it, the earlier point about not being able to rely on the declaration applies. However, since non-support is a past phenomenon, it is safe to UA sniff for the legacy browsers. If all current browsers support the format, there probably cannot be successful future browsers that don&#039;t support the format so the usual problem with you a sniffing where you assume that the current defect stays present in the future versions of a given browser does not apply.&lt;br /&gt;
&lt;br /&gt;
==Server-side choice is worse for intermediate caches than browser-side choice==&lt;br /&gt;
&lt;br /&gt;
Aside from script-driven HTTP requests (XHR), the HTTP requests made by browsers fall into two main categories: requests that arise from navigation&lt;br /&gt;
(HTML most of the time) and requests that arise from resource&lt;br /&gt;
inclusions (images, videos, audio, style sheets, fonts and scripts).&lt;br /&gt;
&lt;br /&gt;
For resource inclusions, the server has always already sent&lt;br /&gt;
(unless the site uses SPDY push) an HTML document to the browser and&lt;br /&gt;
then the browser makes the requests in response to what it sees in&lt;br /&gt;
that document. That is, the server has had an opportunity to say something&lt;br /&gt;
to the browser already.&lt;br /&gt;
&lt;br /&gt;
It is more friendly for intermediate caches for the resource (typically HTML document) that the server has alread sent to the browser to list alternative URLs for a resource inclusion request with information that allows the browser to choose which one of the URLs to fetch than to give the browser one URL and have the server vary what gets served from that URL.&lt;br /&gt;
&lt;br /&gt;
Consider the actual design of the video element versus a hypothetical HTTP-based negotiation design&lt;br /&gt;
like this: There are no &amp;lt;code&amp;gt;source&amp;lt;/code&amp;gt; elements. There is just the &amp;lt;code&amp;gt;src&amp;lt;/code&amp;gt;&lt;br /&gt;
attribute on the &amp;lt;code&amp;gt;video&amp;lt;/code&amp;gt; element. When making the request for the URL&lt;br /&gt;
given in the &amp;lt;code&amp;gt;src&amp;lt;/code&amp;gt; attribute, the browser sends an &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; HTTP&lt;br /&gt;
header that declares the supported container and codec combinations.&lt;br /&gt;
The server decides which video file to respond with depending on the&lt;br /&gt;
request header. The server sets the &amp;lt;code&amp;gt;Vary: Accept-Codecs&amp;lt;/code&amp;gt; header on the response.&lt;br /&gt;
&lt;br /&gt;
Now, intermediate caches have to use the value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt;&lt;br /&gt;
header as part of the cache key. &lt;br /&gt;
&lt;br /&gt;
Suppose the origin server has&lt;br /&gt;
two alternative video files MP4/H.264/AAC and WebM/VP8/Vorbis.&lt;br /&gt;
Ideally, this should result in at most two distinct cache entries and two cache keys in&lt;br /&gt;
an intermede cache. However, in this scenario, the worst case number for&lt;br /&gt;
the cache keys in the intermediary is the number of distinct&lt;br /&gt;
&amp;lt;code&amp;gt;Accept-Codec&amp;lt;/code&amp;gt; values sent by the browsers out there.&lt;br /&gt;
&lt;br /&gt;
Suppose first a browser that declares support for WebM/VP8/Vorbis request the video URL. The intermediate cache has no data for that URL yet, so it forwards the request to the origin server and caches the result with the URL and the value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header as the cache key. Then another browser that declares support for MP4/H.264/AAC fetches the same URL from the same intermediate cache. The value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header does not match the value in the existing cache key, so the intermediary cannot just go and serve the existing cache entry. Instead, it forwards the request to the origin server, gets a different response and makes new cache entry for that response with the URL and the different &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header value as the cache key. So now the intermediary has in its cache all the distinct video files that the origin server has for this URL. If the solution was properly cache-friendly, all subsequent requests could be served straight from the cache without consulting with the origin server until the entries&#039; time to live expires.&lt;br /&gt;
&lt;br /&gt;
But server-side negotiation isn&#039;t cache-friendly in that way. Suppose that now a browser that declares support for WebM/VP8/Vorbis _and_ WebM/VP8/Opus makes a request for the same URL. The value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header matches neither of the cache keys, so the intermediary needs to consult with the origin server even though it has cached all the possible variants already.&lt;br /&gt;
&lt;br /&gt;
With the actual design of the video element, this problem does not occur. Each alternative video&lt;br /&gt;
file has a distinct URL, there is no need for the origin server to set&lt;br /&gt;
the Vary header and the result is as cache-friendly as possible. That&lt;br /&gt;
is, the worst case number of distinct cache keys is the number of&lt;br /&gt;
distinct videos on the origin server, so after the intermediary has cached them all, there is no need to consult with the origin server until the cache entries expire due to their age.&lt;br /&gt;
&lt;br /&gt;
This example illustrates that solving the problem of choosing&lt;br /&gt;
between alternative resources on the HTTP level ends up being&lt;br /&gt;
less cache-friendly than letting the browser choose from&lt;br /&gt;
distinct URLs offered in the referring document.&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=8942</id>
		<title>Why not conneg</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=8942"/>
		<updated>2013-01-30T08:35:40Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Mention codec example in intro&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this page is to explain what&#039;s wrong with HTTP content negotiation and why you should not suggest HTTP content negotiation as a solution to a problem.&lt;br /&gt;
&lt;br /&gt;
HTTP content negotiation has four axes: negotiation by format (&amp;lt;code&amp;gt;Accept&amp;lt;/code&amp;gt;), negotiation by character encoding &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt;, negotiation by natural language (&amp;lt;code&amp;gt;Accept-Language&amp;lt;/code&amp;gt;) and negotiation by compression (&amp;lt;code&amp;gt;Accept-Encoding&amp;lt;/code&amp;gt;). These axes need to be discussed separately. The only one of these that shouldn&#039;t be classified as a failure is negotiation by compression, but even it shouldn&#039;t be taken as a role model considering its verbosity for basically negotiating one bit of information.&lt;br /&gt;
&lt;br /&gt;
This page explains what’s wrong with each of the existing negotiation axes and then uses the HTML &amp;lt;code&amp;gt;video&amp;lt;/code&amp;gt; element as an example for illustrating why HTTP-based negotiation in general is worse than letting the browser choose from alternative URLs by showing how an HTTP-based codec negotiation solution would be worse than the actual browser-side codec negotiation solution that &amp;lt;code&amp;gt;video&amp;lt;/code&amp;gt; element uses.&lt;br /&gt;
&lt;br /&gt;
==Negotiation by compression==&lt;br /&gt;
&lt;br /&gt;
In practice, in the years HTTP has existed, a wide variety of compression methods has not cropped up. For practical purposes, there are two compression modes: uncompressed and gzipped. Google experimented with Shared Dictionary Compression over HTTP, but in practice it went nowhere on the wider Web. Even the Google-designed HTTP replacement SPDY uses gzip. &lt;br /&gt;
&lt;br /&gt;
These days, all major browsers support gzipped responses. In that sense, the feature is a success. However, it is terribly wasteful that each request ends up containing 23 bytes of boilerplate. It would have been much more efficient if HTTP 1.1 had made the ability to accept gzipped responses a mandatory feature so that servers would have known that they are eligible to send a gzipped response if the request says HTTP/1.1 (or higher) rather than HTTP/1.0.&lt;br /&gt;
&lt;br /&gt;
One might argue that it was important for getting from the HTTP/1.0 world to the world we have now by allowing new features to be opted into one by one and that format and protocol versions are an anti-pattern on the Web. In any case, it’s sad for the 1 bit of information to take 23 bytes—especially if HTTP is to have version number anyway and some features tied to the version number (like support for chunked responses).&lt;br /&gt;
&lt;br /&gt;
==Negotiation by character encoding==&lt;br /&gt;
&lt;br /&gt;
UTF-8 was introduced in 1993. By the time &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt; was introduced, it was already obsolete in the sense that any server capable of converting to multiple encoding could have used its conversion capabilities to just convert to UTF-8. (Granted, UTF-8 support in browsers didn’t appear right away, but supporting UTF-8 sooner would have been more worthwhile than sending &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt;.) Fortunately, we have been able to get rid of this one. Of the major browsers, only Chrome sends &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt; anymore.&lt;br /&gt;
&lt;br /&gt;
==Negotiation by natural language==&lt;br /&gt;
&lt;br /&gt;
Negotiation by natural language is a failure for multiple reasons.&lt;br /&gt;
&lt;br /&gt;
First, Web sites that provide content (as opposed to application user interface) in multiple languages so that the different language versions are so equally good that one language version could be selected without human judgment is actually very, very rare. When sites do have multiple language versions, the versions often are not equal. Typically, one language is the primary language for the site and the other language versions are incomplete, out of date or otherwise of low quality. Therefore, if the user can read more than one of the languages offered by the site, the user is most often best off choosing the language version to read manually by making a judgment about which language version that the user is able to read is most likely to be of highest quality. The negotiation algorithm tries to make this automatic, but in practice the algorithm is no substitute for the users human judgment.&lt;br /&gt;
&lt;br /&gt;
It is slightly more common for Web applications to provide their UI strings in multiple languages. In that case, automatic choice might have a chance of working, but the user has a larger time commitment to a particular application anyway, so it is more okay for an application to provide an explicit language is UI than for a content site to require the user choose a language (which, per the previous paragraph, multilanguage content sites need to do anyway) making automatic negotiation less necessary for an application. Even though the initial value for the language preference for a Web application UI could be taken from what the browser suggests, the user starts using a new Web application so rarely relative to all HTTP requests that the user&#039;s browser makes that it is terribly wasteful for each HTTP request to broadcast the user&#039;s preferred language in case the request happens to be one whose headers and up seeding the preferences for a Web application. (And Web applications these days use JavaScript anyway and, therefore, could request the data from the browser instead of the browser broadcasting it with every HTTP request.)&lt;br /&gt;
&lt;br /&gt;
Also, it&#039;s a problem that negotiation by natural language is about negotiating by a characteristic of the human user as opposed to a characteristic of software. That is, the browser doesn&#039;t really know the characteristics of the human user without the human user configuring the browser. Since negotiation by natural language is so rarely useful, it doesn&#039;t really make sense for the browser to advertise the configuration option a lot or insist that the user makes the configuration before browsing the Web. As a result, the browser doesn&#039;t really know about the user&#039;s language skills beyond guessing that the user might be able to read the UI language of the browser. And that&#039;s a pretty bad guess. It doesn&#039;t give any information about the other languages the user is able to read and the user might not even be able to actually read meaningful prose in the language of the browser UI. (You can get pretty far with the browser UI simply by knowing that you can type addresses into the location bar and that the arrow to the left takes you back to the previous page.)&lt;br /&gt;
&lt;br /&gt;
Finally, there is an actual disincentive for configuring the browser: Even if everyone configured with their language preferences in their browser, the combination of languages that the person can read would partition the population of the world into rather small buckets in some cases making the language combination the way to identify a particular user or a smallish group of users. Since people so rarely configure their language preference, when someone does configure it, chances are that the configuration becomes uniquely or almost uniquely identifying. This can be seen as a privacy problem.&lt;br /&gt;
&lt;br /&gt;
==Negotiating by format==&lt;br /&gt;
&lt;br /&gt;
Negotiating by format is a failure because:&lt;br /&gt;
&lt;br /&gt;
* It is actually rather rare that format alternatives can be chosen without knowing the user&#039;s intent. You might be able to choose automatically between different ways of compressing bitmaps, but choosing among e.g. a PDF and a Microsoft Word file might depend on the user&#039;s intent to print without reflowing lines due to different fonts on the system (PDF) or editing (Word) even if the user has software for reading both PDF and Microsoft Word files. Therefore, it makes sense to provide links to both the PDF and the Microsoft Word file and let the user choose which link to follow.&lt;br /&gt;
&lt;br /&gt;
* You can’t rely on format negotiation as Web author, because there are always clients that accept something they don’t declare.&lt;br /&gt;
&lt;br /&gt;
* Due to the previous point, if you are a browser vendor and another vendor has shipped a browser that doesn’t declare that it support something it supports, it doesn&#039;t make sense for you to waste bytes declaring it, either, because Web authors can rely (solely) on the declaration anyway.&lt;br /&gt;
&lt;br /&gt;
* Negotiated responses are so rare relative to all HTTP responses that the request bloat resulting from advertising the supported formats is almost always waste.&lt;br /&gt;
&lt;br /&gt;
* Past experience from the GIF to PNG transition suggests that authors are more likely to deploy one format either the old one (with worse capabilities) or the new one (forgoing support for old browsers) than actually bother using negotiation (as a generalization on the Web scale; there may be individual counterexamples that round to practical nothingness).&lt;br /&gt;
&lt;br /&gt;
* It never pays to advertise a format once all current browsers support it but there are still old browsers that don&#039;t. (E.g. SVG as of 2013.) Since there are browsers that support the format that don&#039;t advertise it, the earlier point about not being able to rely on the declaration applies. However, since non-support is a past phenomenon, it is safe to UA sniff for the legacy browsers. If all current browsers support the format, there probably cannot be successful future browsers that don&#039;t support the format so the usual problem with you a sniffing where you assume that the current defect stays present in the future versions of a given browser does not apply.&lt;br /&gt;
&lt;br /&gt;
==Server-side choice is worse for intermediate caches than browser-side choice==&lt;br /&gt;
&lt;br /&gt;
Aside from script-driven HTTP requests (XHR), the HTTP requests made by browsers fall into two main categories: requests that arise from navigation&lt;br /&gt;
(HTML most of the time) and requests that arise from resource&lt;br /&gt;
inclusions (images, videos, audio, style sheets, fonts and scripts).&lt;br /&gt;
&lt;br /&gt;
For resource inclusions, the server has always already sent&lt;br /&gt;
(unless the site uses SPDY push) an HTML document to the browser and&lt;br /&gt;
then the browser makes the requests in response to what it sees in&lt;br /&gt;
that document. That is, the server has had an opportunity to say something&lt;br /&gt;
to the browser already.&lt;br /&gt;
&lt;br /&gt;
It is more friendly for intermediate caches for the resource (typically HTML document) that the server has alread sent to the browser to list alternative URLs for a resource inclusion request with information that allows the browser to choose which one of the URLs to fetch than to give the browser one URL and have the server vary what gets served from that URL.&lt;br /&gt;
&lt;br /&gt;
Consider the actual design of the video element versus a hypothetical HTTP-based negotiation design&lt;br /&gt;
like this: There are no &amp;lt;code&amp;gt;source&amp;lt;/code&amp;gt; elements. There is just the &amp;lt;code&amp;gt;src&amp;lt;/code&amp;gt;&lt;br /&gt;
attribute on the &amp;lt;code&amp;gt;video&amp;lt;/code&amp;gt; element. When making the request for the URL&lt;br /&gt;
given in the &amp;lt;code&amp;gt;src&amp;lt;/code&amp;gt; attribute, the browser sends an &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; HTTP&lt;br /&gt;
header that declares the supported container and codec combinations.&lt;br /&gt;
The server decides which video file to respond with depending on the&lt;br /&gt;
request header. The server sets the &amp;lt;code&amp;gt;Vary: Accept-Codecs&amp;lt;/code&amp;gt; header on the response.&lt;br /&gt;
&lt;br /&gt;
Now, intermediate caches have to use the value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt;&lt;br /&gt;
header as part of the cache key. &lt;br /&gt;
&lt;br /&gt;
Suppose the origin server has&lt;br /&gt;
two alternative video files MP4/H.264/AAC and WebM/VP8/Vorbis.&lt;br /&gt;
Ideally, this should result in at most two distinct cache entries and two cache keys in&lt;br /&gt;
an intermede cache. However, in this scenario, the worst case number for&lt;br /&gt;
the cache keys in the intermediary is the number of distinct&lt;br /&gt;
&amp;lt;code&amp;gt;Accept-Codec&amp;lt;/code&amp;gt; values sent by the browsers out there.&lt;br /&gt;
&lt;br /&gt;
Suppose first a browser that declares support for WebM/VP8/Vorbis request the video URL. The intermediate cache has no data for that URL yet, so it forwards the request to the origin server and caches the result with the URL and the value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header as the cache key. Then another browser that declares support for MP4/H.264/AAC fetches the same URL from the same intermediate cache. The value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header does not match the value in the existing cache key, so the intermediary cannot just go and serve the existing cache entry. Instead, it forwards the request to the origin server, gets a different response and makes new cache entry for that response with the URL and the different &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header value as the cache key. So now the intermediary has in its cache all the distinct video files that the origin server has for this URL. If the solution was properly cache-friendly, all subsequent requests could be served straight from the cache without consulting with the origin server until the entries&#039; time to live expires.&lt;br /&gt;
&lt;br /&gt;
But server-side negotiation isn&#039;t cache-friendly in that way. Suppose that now a browser that declares support for WebM/VP8/Vorbis *and* WebM/VP8/Opus makes a request for the same URL. The value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header matches neither of the cache keys, so the intermediary needs to consult with the origin server even though it has cached all the possible variants already.&lt;br /&gt;
&lt;br /&gt;
With the actual design of the video element, this problem does not occur. Each alternative video&lt;br /&gt;
file has a distinct URL, there is no need for the origin server to set&lt;br /&gt;
the Vary header and the result is as cache-friendly as possible. That&lt;br /&gt;
is, the worst case number of distinct cache keys is the number of&lt;br /&gt;
distinct videos on the origin server, so after the intermediary has cached them all, there is no need to consult with the origin server until the cache entries expire due to their age.&lt;br /&gt;
&lt;br /&gt;
This example illustrates that solving the problem of choosing&lt;br /&gt;
between alternative resources on the HTTP level ends up being&lt;br /&gt;
less cache-friendly than letting the browser choose from&lt;br /&gt;
distinct URLs offered in the referring document.&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=8941</id>
		<title>Why not conneg</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=8941"/>
		<updated>2013-01-30T08:32:38Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Explain why all conneg in less cache-friendly than letting the browser choose&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this page is to explain what&#039;s wrong with HTTP content negotiation and why you should not suggest HTTP content negotiation as a solution to a problem.&lt;br /&gt;
&lt;br /&gt;
HTTP content negotiation has four axes: negotiation by format (&amp;lt;code&amp;gt;Accept&amp;lt;/code&amp;gt;), negotiation by character encoding &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt;, negotiation by natural language (&amp;lt;code&amp;gt;Accept-Language&amp;lt;/code&amp;gt;) and negotiation by compression (&amp;lt;code&amp;gt;Accept-Encoding&amp;lt;/code&amp;gt;). These axes need to be discussed separately. The only one of these that shouldn&#039;t be classified as a failure is negotiation by compression, but even it shouldn&#039;t be taken as a role model considering its verbosity for basically negotiating one bit of information.&lt;br /&gt;
&lt;br /&gt;
==Negotiation by compression==&lt;br /&gt;
&lt;br /&gt;
In practice, in the years HTTP has existed, a wide variety of compression methods has not cropped up. For practical purposes, there are two compression modes: uncompressed and gzipped. Google experimented with Shared Dictionary Compression over HTTP, but in practice it went nowhere on the wider Web. Even the Google-designed HTTP replacement SPDY uses gzip. &lt;br /&gt;
&lt;br /&gt;
These days, all major browsers support gzipped responses. In that sense, the feature is a success. However, it is terribly wasteful that each request ends up containing 23 bytes of boilerplate. It would have been much more efficient if HTTP 1.1 had made the ability to accept gzipped responses a mandatory feature so that servers would have known that they are eligible to send a gzipped response if the request says HTTP/1.1 (or higher) rather than HTTP/1.0.&lt;br /&gt;
&lt;br /&gt;
One might argue that it was important for getting from the HTTP/1.0 world to the world we have now by allowing new features to be opted into one by one and that format and protocol versions are an anti-pattern on the Web. In any case, it’s sad for the 1 bit of information to take 23 bytes—especially if HTTP is to have version number anyway and some features tied to the version number (like support for chunked responses).&lt;br /&gt;
&lt;br /&gt;
==Negotiation by character encoding==&lt;br /&gt;
&lt;br /&gt;
UTF-8 was introduced in 1993. By the time &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt; was introduced, it was already obsolete in the sense that any server capable of converting to multiple encoding could have used its conversion capabilities to just convert to UTF-8. (Granted, UTF-8 support in browsers didn’t appear right away, but supporting UTF-8 sooner would have been more worthwhile than sending &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt;.) Fortunately, we have been able to get rid of this one. Of the major browsers, only Chrome sends &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt; anymore.&lt;br /&gt;
&lt;br /&gt;
==Negotiation by natural language==&lt;br /&gt;
&lt;br /&gt;
Negotiation by natural language is a failure for multiple reasons.&lt;br /&gt;
&lt;br /&gt;
First, Web sites that provide content (as opposed to application user interface) in multiple languages so that the different language versions are so equally good that one language version could be selected without human judgment is actually very, very rare. When sites do have multiple language versions, the versions often are not equal. Typically, one language is the primary language for the site and the other language versions are incomplete, out of date or otherwise of low quality. Therefore, if the user can read more than one of the languages offered by the site, the user is most often best off choosing the language version to read manually by making a judgment about which language version that the user is able to read is most likely to be of highest quality. The negotiation algorithm tries to make this automatic, but in practice the algorithm is no substitute for the users human judgment.&lt;br /&gt;
&lt;br /&gt;
It is slightly more common for Web applications to provide their UI strings in multiple languages. In that case, automatic choice might have a chance of working, but the user has a larger time commitment to a particular application anyway, so it is more okay for an application to provide an explicit language is UI than for a content site to require the user choose a language (which, per the previous paragraph, multilanguage content sites need to do anyway) making automatic negotiation less necessary for an application. Even though the initial value for the language preference for a Web application UI could be taken from what the browser suggests, the user starts using a new Web application so rarely relative to all HTTP requests that the user&#039;s browser makes that it is terribly wasteful for each HTTP request to broadcast the user&#039;s preferred language in case the request happens to be one whose headers and up seeding the preferences for a Web application. (And Web applications these days use JavaScript anyway and, therefore, could request the data from the browser instead of the browser broadcasting it with every HTTP request.)&lt;br /&gt;
&lt;br /&gt;
Also, it&#039;s a problem that negotiation by natural language is about negotiating by a characteristic of the human user as opposed to a characteristic of software. That is, the browser doesn&#039;t really know the characteristics of the human user without the human user configuring the browser. Since negotiation by natural language is so rarely useful, it doesn&#039;t really make sense for the browser to advertise the configuration option a lot or insist that the user makes the configuration before browsing the Web. As a result, the browser doesn&#039;t really know about the user&#039;s language skills beyond guessing that the user might be able to read the UI language of the browser. And that&#039;s a pretty bad guess. It doesn&#039;t give any information about the other languages the user is able to read and the user might not even be able to actually read meaningful prose in the language of the browser UI. (You can get pretty far with the browser UI simply by knowing that you can type addresses into the location bar and that the arrow to the left takes you back to the previous page.)&lt;br /&gt;
&lt;br /&gt;
Finally, there is an actual disincentive for configuring the browser: Even if everyone configured with their language preferences in their browser, the combination of languages that the person can read would partition the population of the world into rather small buckets in some cases making the language combination the way to identify a particular user or a smallish group of users. Since people so rarely configure their language preference, when someone does configure it, chances are that the configuration becomes uniquely or almost uniquely identifying. This can be seen as a privacy problem.&lt;br /&gt;
&lt;br /&gt;
==Negotiating by format==&lt;br /&gt;
&lt;br /&gt;
Negotiating by format is a failure because:&lt;br /&gt;
&lt;br /&gt;
* It is actually rather rare that format alternatives can be chosen without knowing the user&#039;s intent. You might be able to choose automatically between different ways of compressing bitmaps, but choosing among e.g. a PDF and a Microsoft Word file might depend on the user&#039;s intent to print without reflowing lines due to different fonts on the system (PDF) or editing (Word) even if the user has software for reading both PDF and Microsoft Word files. Therefore, it makes sense to provide links to both the PDF and the Microsoft Word file and let the user choose which link to follow.&lt;br /&gt;
&lt;br /&gt;
* You can’t rely on format negotiation as Web author, because there are always clients that accept something they don’t declare.&lt;br /&gt;
&lt;br /&gt;
* Due to the previous point, if you are a browser vendor and another vendor has shipped a browser that doesn’t declare that it support something it supports, it doesn&#039;t make sense for you to waste bytes declaring it, either, because Web authors can rely (solely) on the declaration anyway.&lt;br /&gt;
&lt;br /&gt;
* Negotiated responses are so rare relative to all HTTP responses that the request bloat resulting from advertising the supported formats is almost always waste.&lt;br /&gt;
&lt;br /&gt;
* Past experience from the GIF to PNG transition suggests that authors are more likely to deploy one format either the old one (with worse capabilities) or the new one (forgoing support for old browsers) than actually bother using negotiation (as a generalization on the Web scale; there may be individual counterexamples that round to practical nothingness).&lt;br /&gt;
&lt;br /&gt;
* It never pays to advertise a format once all current browsers support it but there are still old browsers that don&#039;t. (E.g. SVG as of 2013.) Since there are browsers that support the format that don&#039;t advertise it, the earlier point about not being able to rely on the declaration applies. However, since non-support is a past phenomenon, it is safe to UA sniff for the legacy browsers. If all current browsers support the format, there probably cannot be successful future browsers that don&#039;t support the format so the usual problem with you a sniffing where you assume that the current defect stays present in the future versions of a given browser does not apply.&lt;br /&gt;
&lt;br /&gt;
==Server-side choice is worse for intermediate caches than browser-side choice==&lt;br /&gt;
&lt;br /&gt;
Aside from script-driven HTTP requests (XHR), the HTTP requests made by browsers fall into two main categories: requests that arise from navigation&lt;br /&gt;
(HTML most of the time) and requests that arise from resource&lt;br /&gt;
inclusions (images, videos, audio, style sheets, fonts and scripts).&lt;br /&gt;
&lt;br /&gt;
For resource inclusions, the server has always already sent&lt;br /&gt;
(unless the site uses SPDY push) an HTML document to the browser and&lt;br /&gt;
then the browser makes the requests in response to what it sees in&lt;br /&gt;
that document. That is, the server has had an opportunity to say something&lt;br /&gt;
to the browser already.&lt;br /&gt;
&lt;br /&gt;
It is more friendly for intermediate caches for the resource (typically HTML document) that the server has alread sent to the browser to list alternative URLs for a resource inclusion request with information that allows the browser to choose which one of the URLs to fetch than to give the browser one URL and have the server vary what gets served from that URL.&lt;br /&gt;
&lt;br /&gt;
Consider the actual design of the video element versus a hypothetical HTTP-based negotiation design&lt;br /&gt;
like this: There are no &amp;lt;code&amp;gt;source&amp;lt;/code&amp;gt; elements. There is just the &amp;lt;code&amp;gt;src&amp;lt;/code&amp;gt;&lt;br /&gt;
attribute on the &amp;lt;code&amp;gt;video&amp;lt;/code&amp;gt; element. When making the request for the URL&lt;br /&gt;
given in the &amp;lt;code&amp;gt;src&amp;lt;/code&amp;gt; attribute, the browser sends an &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; HTTP&lt;br /&gt;
header that declares the supported container and codec combinations.&lt;br /&gt;
The server decides which video file to respond with depending on the&lt;br /&gt;
request header. The server sets the &amp;lt;code&amp;gt;Vary: Accept-Codecs&amp;lt;/code&amp;gt; header on the response.&lt;br /&gt;
&lt;br /&gt;
Now, intermediate caches have to use the value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt;&lt;br /&gt;
header as part of the cache key. &lt;br /&gt;
&lt;br /&gt;
Suppose the origin server has&lt;br /&gt;
two alternative video files MP4/H.264/AAC and WebM/VP8/Vorbis.&lt;br /&gt;
Ideally, this should result in at most two distinct cache entries and two cache keys in&lt;br /&gt;
an intermede cache. However, in this scenario, the worst case number for&lt;br /&gt;
the cache keys in the intermediary is the number of distinct&lt;br /&gt;
&amp;lt;code&amp;gt;Accept-Codec&amp;lt;/code&amp;gt; values sent by the browsers out there.&lt;br /&gt;
&lt;br /&gt;
Suppose first a browser that declares support for WebM/VP8/Vorbis request the video URL. The intermediate cache has no data for that URL yet, so it forwards the request to the origin server and caches the result with the URL and the value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header as the cache key. Then another browser that declares support for MP4/H.264/AAC fetches the same URL from the same intermediate cache. The value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header does not match the value in the existing cache key, so the intermediary cannot just go and serve the existing cache entry. Instead, it forwards the request to the origin server, gets a different response and makes new cache entry for that response with the URL and the different &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header value as the cache key. So now the intermediary has in its cache all the distinct video files that the origin server has for this URL. If the solution was properly cache-friendly, all subsequent requests could be served straight from the cache without consulting with the origin server until the entries&#039; time to live expires.&lt;br /&gt;
&lt;br /&gt;
But server-side negotiation isn&#039;t cache-friendly in that way. Suppose that now a browser that declares support for WebM/VP8/Vorbis *and* WebM/VP8/Opus makes a request for the same URL. The value of the &amp;lt;code&amp;gt;Accept-Codecs&amp;lt;/code&amp;gt; header matches neither of the cache keys, so the intermediary needs to consult with the origin server even though it has cached all the possible variants already.&lt;br /&gt;
&lt;br /&gt;
With the actual design of the video element, this problem does not occur. Each alternative video&lt;br /&gt;
file has a distinct URL, there is no need for the origin server to set&lt;br /&gt;
the Vary header and the result is as cache-friendly as possible. That&lt;br /&gt;
is, the worst case number of distinct cache keys is the number of&lt;br /&gt;
distinct videos on the origin server, so after the intermediary has cached them all, there is no need to consult with the origin server until the cache entries expire due to their age.&lt;br /&gt;
&lt;br /&gt;
This example illustrates that solving the problem of choosing&lt;br /&gt;
between alternative resources on the HTTP level ends up being&lt;br /&gt;
less cache-friendly than letting the browser choose from&lt;br /&gt;
distinct URLs offered in the referring document.&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Band_names&amp;diff=8936</id>
		<title>Band names</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Band_names&amp;diff=8936"/>
		<updated>2013-01-29T13:24:19Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Ambiguous Ampersands&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are band names collected from #whatwg.&lt;br /&gt;
&lt;br /&gt;
* Bogus DOM&lt;br /&gt;
* The Unpaired Surrogates&lt;br /&gt;
* Lone Surrogates&lt;br /&gt;
* The Designated Experts&lt;br /&gt;
* Spidermonkey and the GC Jitters&lt;br /&gt;
* Polyglot Heartbeat&lt;br /&gt;
* Extant Web Corpus&lt;br /&gt;
* Ambushed by Ambiguity&lt;br /&gt;
* Ambiguous Ampersands&lt;br /&gt;
&lt;br /&gt;
== Album titles ==&lt;br /&gt;
&lt;br /&gt;
* User Bang Important Rule&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=8934</id>
		<title>Why not conneg</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=8934"/>
		<updated>2013-01-17T12:20:14Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Mention accept-charset, discuss HTTP versioning some more&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this page is to explain what&#039;s wrong with HTTP content negotiation and why you should not suggest HTTP content negotiation as a solution to a problem.&lt;br /&gt;
&lt;br /&gt;
HTTP content negotiation has four axes: negotiation by format (&amp;lt;code&amp;gt;Accept&amp;lt;/code&amp;gt;), negotiation by character encoding &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt;, negotiation by natural language (&amp;lt;code&amp;gt;Accept-Language&amp;lt;/code&amp;gt;) and negotiation by compression (&amp;lt;code&amp;gt;Accept-Encoding&amp;lt;/code&amp;gt;). These axes need to be discussed separately. The only one of these that shouldn&#039;t be classified as a failure is negotiation by compression, but even it shouldn&#039;t be taken as a role model considering its verbosity for basically negotiating one bit of information.&lt;br /&gt;
&lt;br /&gt;
==Negotiation by compression==&lt;br /&gt;
&lt;br /&gt;
In practice, in the years HTTP has existed, a wide variety of compression methods has not cropped up. For practical purposes, there are two compression modes: uncompressed and gzipped. Google experimented with Shared Dictionary Compression over HTTP, but in practice it went nowhere on the wider Web. Even the Google-designed HTTP replacement SPDY uses gzip. &lt;br /&gt;
&lt;br /&gt;
These days, all major browsers support gzipped responses. In that sense, the feature is a success. However, it is terribly wasteful that each request ends up containing 23 bytes of boilerplate. It would have been much more efficient if HTTP 1.1 had made the ability to accept gzipped responses a mandatory feature so that servers would have known that they are eligible to send a gzipped response if the request says HTTP/1.1 (or higher) rather than HTTP/1.0.&lt;br /&gt;
&lt;br /&gt;
One might argue that it was important for getting from the HTTP/1.0 world to the world we have now by allowing new features to be opted into one by one and that format and protocol versions are an anti-pattern on the Web. In any case, it’s sad for the 1 bit of information to take 23 bytes—especially if HTTP is to have version number anyway and some features tied to the version number (like support for chunked responses).&lt;br /&gt;
&lt;br /&gt;
==Negotiation by character encoding==&lt;br /&gt;
&lt;br /&gt;
UTF-8 was introduced in 1993. By the time &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt; was introduced, it was already obsolete in the sense that any server capable of converting to multiple encoding could have used its conversion capabilities to just convert to UTF-8. (Granted, UTF-8 support in browsers didn’t appear right away, but supporting UTF-8 sooner would have been more worthwhile than sending &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt;.) Fortunately, we have been able to get rid of this one. Of the major browsers, only Chrome sends &amp;lt;code&amp;gt;Accept-Charset&amp;lt;/code&amp;gt; anymore.&lt;br /&gt;
&lt;br /&gt;
==Negotiation by natural language==&lt;br /&gt;
&lt;br /&gt;
Negotiation by natural language is a failure for multiple reasons.&lt;br /&gt;
&lt;br /&gt;
First, Web sites that provide content (as opposed to application user interface) in multiple languages so that the different language versions are so equally good that one language version could be selected without human judgment is actually very, very rare. When sites do have multiple language versions, the versions often are not equal. Typically, one language is the primary language for the site and the other language versions are incomplete, out of date or otherwise of low quality. Therefore, if the user can read more than one of the languages offered by the site, the user is most often best off choosing the language version to read manually by making a judgment about which language version that the user is able to read is most likely to be of highest quality. The negotiation algorithm tries to make this automatic, but in practice the algorithm is no substitute for the users human judgment.&lt;br /&gt;
&lt;br /&gt;
It is slightly more common for Web applications to provide their UI strings in multiple languages. In that case, automatic choice might have a chance of working, but the user has a larger time commitment to a particular application anyway, so it is more okay for an application to provide an explicit language is UI than for a content site to require the user choose a language (which, per the previous paragraph, multilanguage content sites need to do anyway) making automatic negotiation less necessary for an application. Even though the initial value for the language preference for a Web application UI could be taken from what the browser suggests, the user starts using a new Web application so rarely relative to all HTTP requests that the user&#039;s browser makes that it is terribly wasteful for each HTTP request to broadcast the user&#039;s preferred language in case the request happens to be one whose headers and up seeding the preferences for a Web application. (And Web applications these days use JavaScript anyway and, therefore, could request the data from the browser instead of the browser broadcasting it with every HTTP request.)&lt;br /&gt;
&lt;br /&gt;
Also, it&#039;s a problem that negotiation by natural language is about negotiating by a characteristic of the human user as opposed to a characteristic of software. That is, the browser doesn&#039;t really know the characteristics of the human user without the human user configuring the browser. Since negotiation by natural language is so rarely useful, it doesn&#039;t really make sense for the browser to advertise the configuration option a lot or insist that the user makes the configuration before browsing the Web. As a result, the browser doesn&#039;t really know about the user&#039;s language skills beyond guessing that the user might be able to read the UI language of the browser. And that&#039;s a pretty bad guess. It doesn&#039;t give any information about the other languages the user is able to read and the user might not even be able to actually read meaningful prose in the language of the browser UI. (You can get pretty far with the browser UI simply by knowing that you can type addresses into the location bar and that the arrow to the left takes you back to the previous page.)&lt;br /&gt;
&lt;br /&gt;
Finally, there is an actual disincentive for configuring the browser: Even if everyone configured with their language preferences in their browser, the combination of languages that the person can read would partition the population of the world into rather small buckets in some cases making the language combination the way to identify a particular user or a smallish group of users. Since people so rarely configure their language preference, when someone does configure it, chances are that the configuration becomes uniquely or almost uniquely identifying. This can be seen as a privacy problem.&lt;br /&gt;
&lt;br /&gt;
==Negotiating by format==&lt;br /&gt;
&lt;br /&gt;
Negotiating by format is a failure because:&lt;br /&gt;
&lt;br /&gt;
* It is actually rather rare that format alternatives can be chosen without knowing the user&#039;s intent. You might be able to choose automatically between different ways of compressing bitmaps, but choosing among e.g. a PDF and a Microsoft Word file might depend on the user&#039;s intent to print without reflowing lines due to different fonts on the system (PDF) or editing (Word) even if the user has software for reading both PDF and Microsoft Word files. Therefore, it makes sense to provide links to both the PDF and the Microsoft Word file and let the user choose which link to follow.&lt;br /&gt;
&lt;br /&gt;
* You can’t rely on format negotiation as Web author, because there are always clients that accept something they don’t declare.&lt;br /&gt;
&lt;br /&gt;
* Due to the previous point, if you are a browser vendor and another vendor has shipped a browser that doesn’t declare that it support something it supports, it doesn&#039;t make sense for you to waste bytes declaring it, either, because Web authors can rely (solely) on the declaration anyway.&lt;br /&gt;
&lt;br /&gt;
* Negotiated responses are so rare relative to all HTTP responses that the request bloat resulting from advertising the supported formats is almost always waste.&lt;br /&gt;
&lt;br /&gt;
* Past experience from the GIF to PNG transition suggests that authors are more likely to deploy one format either the old one (with worse capabilities) or the new one (forgoing support for old browsers) than actually bother using negotiation (as a generalization on the Web scale; there may be individual counterexamples that round to practical nothingness).&lt;br /&gt;
&lt;br /&gt;
* It never pays to advertise a format once all current browsers support it but there are still old browsers that don&#039;t. (E.g. SVG as of 2013.) Since there are browsers that support the format that don&#039;t advertise it, the earlier point about not being able to rely on the declaration applies. However, since non-support is a past phenomenon, it is safe to UA sniff for the legacy browsers. If all current browsers support the format, there probably cannot be successful future browsers that don&#039;t support the format so the usual problem with you a sniffing where you assume that the current defect stays present in the future versions of a given browser does not apply.&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=8902</id>
		<title>Why not conneg</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=8902"/>
		<updated>2013-01-08T09:53:29Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Grammar fix to remove stray articles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this page is to explain what&#039;s wrong with HTTP content negotiation and why you should not suggest HTTP content negotiation as a solution to a problem.&lt;br /&gt;
&lt;br /&gt;
HTTP content negotiation has three axes: negotiation by format (&amp;lt;code&amp;gt;Accept&amp;lt;/code&amp;gt;), negotiation by natural language (&amp;lt;code&amp;gt;Accept-Language&amp;lt;/code&amp;gt;) and negotiation by compression (&amp;lt;code&amp;gt;Accept-Encoding&amp;lt;/code&amp;gt;). These axes need to be discussed separately. The only one of these that shouldn&#039;t be classified as a failure is negotiation by compression, but even it shouldn&#039;t be taken as a role model considering its verbosity for basically negotiating one bit of information.&lt;br /&gt;
&lt;br /&gt;
==Negotiation by compression==&lt;br /&gt;
&lt;br /&gt;
In practice, in the years HTTP has existed, a wide variety of compression methods has not cropped up. For practical purposes, there are two compression modes: uncompressed and gzipped. Google experimented with Shared Dictionary Compression over HTTP, but in practice it went nowhere on the wider Web. Even the Google-designed HTTP replacement SPDY uses gzip. &lt;br /&gt;
&lt;br /&gt;
These days, all major browsers support gzipped responses. In that sense, the feature is a success. However, it is terribly wasteful that each request ends up containing 23 bytes of boilerplate. It would have been much more efficient if HTTP 1.1 had made the ability to accept gzipped responses a mandatory feature so that servers would have known that they are eligible to send a gzipped response if the request says HTTP/1.1 (or higher) rather than HTTP/1.0.&lt;br /&gt;
&lt;br /&gt;
==Negotiation by natural language==&lt;br /&gt;
&lt;br /&gt;
Negotiation by natural language is a failure for multiple reasons.&lt;br /&gt;
&lt;br /&gt;
First, Web sites that provide content (as opposed to application user interface) in multiple languages so that the different language versions are so equally good that one language version could be selected without human judgment is actually very, very rare. When sites do have multiple language versions, the versions often are not equal. Typically, one language is the primary language for the site and the other language versions are incomplete, out of date or otherwise of low quality. Therefore, if the user can read more than one of the languages offered by the site, the user is most often best off choosing the language version to read manually by making a judgment about which language version that the user is able to read is most likely to be of highest quality. The negotiation algorithm tries to make this automatic, but in practice the algorithm is no substitute for the users human judgment.&lt;br /&gt;
&lt;br /&gt;
It is slightly more common for Web applications to provide their UI strings in multiple languages. In that case, automatic choice might have a chance of working, but the user has a larger time commitment to a particular application anyway, so it is more okay for an application to provide an explicit language is UI than for a content site to require the user choose a language (which, per the previous paragraph, multilanguage content sites need to do anyway) making automatic negotiation less necessary for an application. Even though the initial value for the language preference for a Web application UI could be taken from what the browser suggests, the user starts using a new Web application so rarely relative to all HTTP requests that the user&#039;s browser makes that it is terribly wasteful for each HTTP request to broadcast the user&#039;s preferred language in case the request happens to be one whose headers and up seeding the preferences for a Web application. (And Web applications these days use JavaScript anyway and, therefore, could request the data from the browser instead of the browser broadcasting it with every HTTP request.)&lt;br /&gt;
&lt;br /&gt;
Also, it&#039;s a problem that negotiation by natural language is about negotiating by a characteristic of the human user as opposed to a characteristic of software. That is, the browser doesn&#039;t really know the characteristics of the human user without the human user configuring the browser. Since negotiation by natural language is so rarely useful, it doesn&#039;t really make sense for the browser to advertise the configuration option a lot or insist that the user makes the configuration before browsing the Web. As a result, the browser doesn&#039;t really know about the user&#039;s language skills beyond guessing that the user might be able to read the UI language of the browser. And that&#039;s a pretty bad guess. It doesn&#039;t give any information about the other languages the user is able to read and the user might not even be able to actually read meaningful prose in the language of the browser UI. (You can get pretty far with the browser UI simply by knowing that you can type addresses into the location bar and that the arrow to the left takes you back to the previous page.)&lt;br /&gt;
&lt;br /&gt;
Finally, there is an actual disincentive for configuring the browser: Even if everyone configured with their language preferences in their browser, the combination of languages that the person can read would partition the population of the world into rather small buckets in some cases making the language combination the way to identify a particular user or a smallish group of users. Since people so rarely configure their language preference, when someone does configure it, chances are that the configuration becomes uniquely or almost uniquely identifying. This can be seen as a privacy problem.&lt;br /&gt;
&lt;br /&gt;
==Negotiating by format==&lt;br /&gt;
&lt;br /&gt;
Negotiating by format is a failure because:&lt;br /&gt;
&lt;br /&gt;
* It is actually rather rare that format alternatives can be chosen without knowing the user&#039;s intent. You might be able to choose automatically between different ways of compressing bitmaps, but choosing among e.g. a PDF and a Microsoft Word file might depend on the user&#039;s intent to print without reflowing lines due to different fonts on the system (PDF) or editing (Word) even if the user has software for reading both PDF and Microsoft Word files. Therefore, it makes sense to provide links to both the PDF and the Microsoft Word file and let the user choose which link to follow.&lt;br /&gt;
&lt;br /&gt;
* You can’t rely on format negotiation as Web author, because there are always clients that accept something they don’t declare.&lt;br /&gt;
&lt;br /&gt;
* Due to the previous point, if you are a browser vendor and another vendor has shipped a browser that doesn’t declare that it support something it supports, it doesn&#039;t make sense for you to waste bytes declaring it, either, because Web authors can rely (solely) on the declaration anyway.&lt;br /&gt;
&lt;br /&gt;
* Negotiated responses are so rare relative to all HTTP responses that the request bloat resulting from advertising the supported formats is almost always waste.&lt;br /&gt;
&lt;br /&gt;
* Past experience from the GIF to PNG transition suggests that authors are more likely to deploy one format either the old one (with worse capabilities) or the new one (forgoing support for old browsers) than actually bother using negotiation (as a generalization on the Web scale; there may be individual counterexamples that round to practical nothingness).&lt;br /&gt;
&lt;br /&gt;
* It never pays to advertise a format once all current browsers support it but there are still old browsers that don&#039;t. (E.g. SVG as of 2013.) Since there are browsers that support the format that don&#039;t advertise it, the earlier point about not being able to rely on the declaration applies. However, since non-support is a past phenomenon, it is safe to UA sniff for the legacy browsers. If all current browsers support the format, there probably cannot be successful future browsers that don&#039;t support the format so the usual problem with you a sniffing where you assume that the current defect stays present in the future versions of a given browser does not apply.&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=8901</id>
		<title>Why not conneg</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=8901"/>
		<updated>2013-01-07T15:22:05Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: /* Negotiation by natural language */ Minor word error fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this page is to explain what&#039;s wrong with a HTTP content negotiation and why you should not suggest a HTTP content negotiation as a solution to a problem.&lt;br /&gt;
&lt;br /&gt;
HTTP content negotiation has three axes: negotiation by format (&amp;lt;code&amp;gt;Accept&amp;lt;/code&amp;gt;), negotiation by natural language (&amp;lt;code&amp;gt;Accept-Language&amp;lt;/code&amp;gt;) and negotiation by compression (&amp;lt;code&amp;gt;Accept-Encoding&amp;lt;/code&amp;gt;). These axes need to be discussed separately. The only one of these that shouldn&#039;t be classified as a failure is negotiation by compression, but even it shouldn&#039;t be taken as a role model considering its verbosity for basically negotiating one bit of information.&lt;br /&gt;
&lt;br /&gt;
==Negotiation by compression==&lt;br /&gt;
&lt;br /&gt;
In practice, in the years HTTP has existed, a wide variety of compression methods has not cropped up. For practical purposes, there are two compression modes: uncompressed and gzipped. Google experimented with Shared Dictionary Compression over HTTP, but in practice it went nowhere on the wider Web. Even the Google-designed HTTP replacement SPDY uses gzip. &lt;br /&gt;
&lt;br /&gt;
These days, all major browsers support gzipped responses. In that sense, the feature is a success. However, it is terribly wasteful that each request ends up containing 23 bytes of boilerplate. It would have been much more efficient if HTTP 1.1 had made the ability to accept gzipped responses a mandatory feature so that servers would have known that they are eligible to send a gzipped response if the request says HTTP/1.1 (or higher) rather than HTTP/1.0.&lt;br /&gt;
&lt;br /&gt;
==Negotiation by natural language==&lt;br /&gt;
&lt;br /&gt;
Negotiation by natural language is a failure for multiple reasons.&lt;br /&gt;
&lt;br /&gt;
First, Web sites that provide content (as opposed to application user interface) in multiple languages so that the different language versions are so equally good that one language version could be selected without human judgment is actually very, very rare. When sites do have multiple language versions, the versions often are not equal. Typically, one language is the primary language for the site and the other language versions are incomplete, out of date or otherwise of low quality. Therefore, if the user can read more than one of the languages offered by the site, the user is most often best off choosing the language version to read manually by making a judgment about which language version that the user is able to read is most likely to be of highest quality. The negotiation algorithm tries to make this automatic, but in practice the algorithm is no substitute for the users human judgment.&lt;br /&gt;
&lt;br /&gt;
It is slightly more common for Web applications to provide their UI strings in multiple languages. In that case, automatic choice might have a chance of working, but the user has a larger time commitment to a particular application anyway, so it is more okay for an application to provide an explicit language is UI than for a content site to require the user choose a language (which, per the previous paragraph, multilanguage content sites need to do anyway) making automatic negotiation less necessary for an application. Even though the initial value for the language preference for a Web application UI could be taken from what the browser suggests, the user starts using a new Web application so rarely relative to all HTTP requests that the user&#039;s browser makes that it is terribly wasteful for each HTTP request to broadcast the user&#039;s preferred language in case the request happens to be one whose headers and up seeding the preferences for a Web application. (And Web applications these days use JavaScript anyway and, therefore, could request the data from the browser instead of the browser broadcasting it with every HTTP request.)&lt;br /&gt;
&lt;br /&gt;
Also, it&#039;s a problem that negotiation by natural language is about negotiating by a characteristic of the human user as opposed to a characteristic of software. That is, the browser doesn&#039;t really know the characteristics of the human user without the human user configuring the browser. Since negotiation by natural language is so rarely useful, it doesn&#039;t really make sense for the browser to advertise the configuration option a lot or insist that the user makes the configuration before browsing the Web. As a result, the browser doesn&#039;t really know about the user&#039;s language skills beyond guessing that the user might be able to read the UI language of the browser. And that&#039;s a pretty bad guess. It doesn&#039;t give any information about the other languages the user is able to read and the user might not even be able to actually read meaningful prose in the language of the browser UI. (You can get pretty far with the browser UI simply by knowing that you can type addresses into the location bar and that the arrow to the left takes you back to the previous page.)&lt;br /&gt;
&lt;br /&gt;
Finally, there is an actual disincentive for configuring the browser: Even if everyone configured with their language preferences in their browser, the combination of languages that the person can read would partition the population of the world into rather small buckets in some cases making the language combination the way to identify a particular user or a smallish group of users. Since people so rarely configure their language preference, when someone does configure it, chances are that the configuration becomes uniquely or almost uniquely identifying. This can be seen as a privacy problem.&lt;br /&gt;
&lt;br /&gt;
==Negotiating by format==&lt;br /&gt;
&lt;br /&gt;
Negotiating by format is a failure because:&lt;br /&gt;
&lt;br /&gt;
* It is actually rather rare that format alternatives can be chosen without knowing the user&#039;s intent. You might be able to choose automatically between different ways of compressing bitmaps, but choosing among e.g. a PDF and a Microsoft Word file might depend on the user&#039;s intent to print without reflowing lines due to different fonts on the system (PDF) or editing (Word) even if the user has software for reading both PDF and Microsoft Word files. Therefore, it makes sense to provide links to both the PDF and the Microsoft Word file and let the user choose which link to follow.&lt;br /&gt;
&lt;br /&gt;
* You can’t rely on format negotiation as Web author, because there are always clients that accept something they don’t declare.&lt;br /&gt;
&lt;br /&gt;
* Due to the previous point, if you are a browser vendor and another vendor has shipped a browser that doesn’t declare that it support something it supports, it doesn&#039;t make sense for you to waste bytes declaring it, either, because Web authors can rely (solely) on the declaration anyway.&lt;br /&gt;
&lt;br /&gt;
* Negotiated responses are so rare relative to all HTTP responses that the request bloat resulting from advertising the supported formats is almost always waste.&lt;br /&gt;
&lt;br /&gt;
* Past experience from the GIF to PNG transition suggests that authors are more likely to deploy one format either the old one (with worse capabilities) or the new one (forgoing support for old browsers) than actually bother using negotiation (as a generalization on the Web scale; there may be individual counterexamples that round to practical nothingness).&lt;br /&gt;
&lt;br /&gt;
* It never pays to advertise a format once all current browsers support it but there are still old browsers that don&#039;t. (E.g. SVG as of 2013.) Since there are browsers that support the format that don&#039;t advertise it, the earlier point about not being able to rely on the declaration applies. However, since non-support is a past phenomenon, it is safe to UA sniff for the legacy browsers. If all current browsers support the format, there probably cannot be successful future browsers that don&#039;t support the format so the usual problem with you a sniffing where you assume that the current defect stays present in the future versions of a given browser does not apply.&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=8900</id>
		<title>Why not conneg</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=8900"/>
		<updated>2013-01-07T15:04:17Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Add content&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this page is to explain what&#039;s wrong with a HTTP content negotiation and why you should not suggest a HTTP content negotiation as a solution to a problem.&lt;br /&gt;
&lt;br /&gt;
HTTP content negotiation has three axes: negotiation by format (&amp;lt;code&amp;gt;Accept&amp;lt;/code&amp;gt;), negotiation by natural language (&amp;lt;code&amp;gt;Accept-Language&amp;lt;/code&amp;gt;) and negotiation by compression (&amp;lt;code&amp;gt;Accept-Encoding&amp;lt;/code&amp;gt;). These axes need to be discussed separately. The only one of these that shouldn&#039;t be classified as a failure is negotiation by compression, but even it shouldn&#039;t be taken as a role model considering its verbosity for basically negotiating one bit of information.&lt;br /&gt;
&lt;br /&gt;
==Negotiation by compression==&lt;br /&gt;
&lt;br /&gt;
In practice, in the years HTTP has existed, a wide variety of compression methods has not cropped up. For practical purposes, there are two compression modes: uncompressed and gzipped. Google experimented with Shared Dictionary Compression over HTTP, but in practice it went nowhere on the wider Web. Even the Google-designed HTTP replacement SPDY uses gzip. &lt;br /&gt;
&lt;br /&gt;
These days, all major browsers support gzipped responses. In that sense, the feature is a success. However, it is terribly wasteful that each request ends up containing 23 bytes of boilerplate. It would have been much more efficient if HTTP 1.1 had made the ability to accept gzipped responses a mandatory feature so that servers would have known that they are eligible to send a gzipped response if the request says HTTP/1.1 (or higher) rather than HTTP/1.0.&lt;br /&gt;
&lt;br /&gt;
==Negotiation by natural language==&lt;br /&gt;
&lt;br /&gt;
Negotiation by natural language is a failure for multiple reasons.&lt;br /&gt;
&lt;br /&gt;
First, Web sites that provide content (as opposed to application user interface) in multiple languages so that the different language versions are so equally good that one language version could be selected without human judgment is actually very, very rare. When sites do have multiple language versions, the versions often are not equal. Typically, one language is the primary language for the site and the other language versions are incomplete, out of date or otherwise of low quality. Therefore, if the user can read more than one of the languages offered by the site, the user is most often best off choosing the language version to read manually by making a judgment about which language version that the user is able to read is most likely to be of highest quality. The negotiation algorithm tries to make this automatic, but in practice the algorithm is no substitute for the users human judgment.&lt;br /&gt;
&lt;br /&gt;
It is slightly more common for Web applications to provide their UI strings in multiple languages. In that case, automatic choice might have a chance of working, but the user has a larger time commitment to a particular application anyway, so it is more okay for an application to provide an explicit language is UI than for a content site to require the user choose a language (which, per the previous paragraph, multilanguage content sites need to do anyway) making automatic negotiation less necessary for an application. Even though the initial value for the language preference for a Web application UI could be taken from what the browser suggests, the user starts using a new Web application so rarely relative to all HTTP requests that the user&#039;s browser makes that it is terribly wasteful for each HTTP request to broadcast the user&#039;s preferred language in case the request happens to be one whose headers and up seeding the preferences for a Web application. (And Web applications these days use JavaScript anyway and, therefore, could request the data from the browser instead of the browser broadcasting it with every HTTP request.)&lt;br /&gt;
&lt;br /&gt;
Also, it&#039;s a problem that negotiation by natural language is about negotiating by a characteristic of the human user as opposed to a characteristic all software. That is, the browser doesn&#039;t really know the characteristics of the human user without the human user configuring the browser. Since negotiation by natural language is so rarely useful, it doesn&#039;t really make sense for the browser to advertise the configuration option a lot or insist that the user makes the configuration before browsing the Web. As a result, the browser doesn&#039;t really know about the user&#039;s language skills beyond guessing that the user might be able to read the UI language of the browser. And that&#039;s a pretty bad guess. It doesn&#039;t give any information about the other languages the user is able to read and the user might not even be able to actually read meaningful prose in the language of the browser UI. (You can get pretty far with the browser UI simply by knowing that you can type addresses into the location bar and that the arrow to the left takes you back to the previous page.)&lt;br /&gt;
&lt;br /&gt;
Finally, there is an actual disincentive for configuring the browser: Even if everyone configured with their language preferences in their browser, the combination of languages that the person can read would partition the population of the world into rather small buckets in some cases making the language combination the way to identify a particular user or a smallish group of users. Since people so rarely configure their language preference, when someone does configure it, chances are that the configuration becomes uniquely or almost uniquely identifying. This can be seen as a privacy problem.&lt;br /&gt;
&lt;br /&gt;
==Negotiating by format==&lt;br /&gt;
&lt;br /&gt;
Negotiating by format is a failure because:&lt;br /&gt;
&lt;br /&gt;
* It is actually rather rare that format alternatives can be chosen without knowing the user&#039;s intent. You might be able to choose automatically between different ways of compressing bitmaps, but choosing among e.g. a PDF and a Microsoft Word file might depend on the user&#039;s intent to print without reflowing lines due to different fonts on the system (PDF) or editing (Word) even if the user has software for reading both PDF and Microsoft Word files. Therefore, it makes sense to provide links to both the PDF and the Microsoft Word file and let the user choose which link to follow.&lt;br /&gt;
&lt;br /&gt;
* You can’t rely on format negotiation as Web author, because there are always clients that accept something they don’t declare.&lt;br /&gt;
&lt;br /&gt;
* Due to the previous point, if you are a browser vendor and another vendor has shipped a browser that doesn’t declare that it support something it supports, it doesn&#039;t make sense for you to waste bytes declaring it, either, because Web authors can rely (solely) on the declaration anyway.&lt;br /&gt;
&lt;br /&gt;
* Negotiated responses are so rare relative to all HTTP responses that the request bloat resulting from advertising the supported formats is almost always waste.&lt;br /&gt;
&lt;br /&gt;
* Past experience from the GIF to PNG transition suggests that authors are more likely to deploy one format either the old one (with worse capabilities) or the new one (forgoing support for old browsers) than actually bother using negotiation (as a generalization on the Web scale; there may be individual counterexamples that round to practical nothingness).&lt;br /&gt;
&lt;br /&gt;
* It never pays to advertise a format once all current browsers support it but there are still old browsers that don&#039;t. (E.g. SVG as of 2013.) Since there are browsers that support the format that don&#039;t advertise it, the earlier point about not being able to rely on the declaration applies. However, since non-support is a past phenomenon, it is safe to UA sniff for the legacy browsers. If all current browsers support the format, there probably cannot be successful future browsers that don&#039;t support the format so the usual problem with you a sniffing where you assume that the current defect stays present in the future versions of a given browser does not apply.&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=8899</id>
		<title>Why not conneg</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Why_not_conneg&amp;diff=8899"/>
		<updated>2013-01-07T14:06:45Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Created&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this page is to explain what&#039;s wrong with a HTTP content negotiation and why you should not suggest a HTTP content negotiation as a solution to a problem.&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Band_names&amp;diff=8553</id>
		<title>Band names</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Band_names&amp;diff=8553"/>
		<updated>2012-10-19T13:38:50Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Added band names&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are band names collected from #whatwg.&lt;br /&gt;
&lt;br /&gt;
* Bogus DOM&lt;br /&gt;
* The Unpaired Surrogates&lt;br /&gt;
* The Designated Experts&lt;br /&gt;
* Spidermonkey and the GC Jitters&lt;br /&gt;
* Polyglot Heartbeat&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Bad_Ideas&amp;diff=8274</id>
		<title>Bad Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Bad_Ideas&amp;diff=8274"/>
		<updated>2012-06-05T07:25:03Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: /* Browsers should accept byte code from the network instead of other languages having to be compiled into JS */ Expand on byte code problems&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this page is to collect explanations why commonly-proposed bad ideas for the Web are bad, so that they don&#039;t need to be explained over and over again.&lt;br /&gt;
&lt;br /&gt;
==It should be possible to escape from CSS to a Turing-complete language like JS==&lt;br /&gt;
&lt;br /&gt;
This would introduce at least one of these problems:&lt;br /&gt;
&lt;br /&gt;
* Styling couldn&#039;t be applied incrementally if the styling program needs to run from start to finish with the entire document has its input. XSLT suffers from this problem.&lt;br /&gt;
&lt;br /&gt;
* Content changes couldn&#039;t be efficiently reflected in layout by doing partial updates if the style system had to analyze a Turing-complete program to see if it affects the styling of a particular subtree.&lt;br /&gt;
&lt;br /&gt;
* If the Turing-complete language allowed side effects, the style system couldn&#039;t decide when to re-resolve styles. Instead, style re-resolution times would have to be specified in the standard in order to get interoperable side effects.&lt;br /&gt;
&lt;br /&gt;
* Even now, some oft-requested selectors aren&#039;t supported due to time-complexity issues. It would be hard to curb bad time-complexity if arbitrary programs were allowed to run as part of styling.&lt;br /&gt;
&lt;br /&gt;
* The environment in which the Turing-complete language program with run would have to be specified and would constrain the implementation of the style system.&lt;br /&gt;
&lt;br /&gt;
==Browsers should accept byte code from the network instead of other languages having to be compiled into JS==&lt;br /&gt;
&lt;br /&gt;
* Java&#039;s byte code compat limited where the language could go. Needed a complex byte code verifier to make sure the low-level operations don&#039;t combine to something dangerous.&lt;br /&gt;
&lt;br /&gt;
* JS is already supported, so compiling to JS enjoys better benefits from network effects that launching a new byte code.&lt;br /&gt;
&lt;br /&gt;
* Using gzip compression on JS produces an already supported binary representation of JS.&lt;br /&gt;
&lt;br /&gt;
* The language needs to be able to call some APIs in the environment. In the browser, those are DOM APIs which are single-threaded. In order to call those APIs, the new languages are limited by JS&#039;s concurrency model anyway. Otherwise, there&#039;s a need to reinvent the world on the API side as well. The JDK was a huge parallel system to the browser-native APIs. Pepper as available to NaCl reinvents a lot of APIs that have Web-native analogs.&lt;br /&gt;
&lt;br /&gt;
* You can&#039;t standardize an existing JS VM byte code: SpiderMonkey and SquirrelFish both have byte code but they are of very different designs (stack-based vs. register-based) and neither is designed to be ingested from untrusted sources. V8 doesn&#039;t have a byte code. &lt;br /&gt;
&lt;br /&gt;
* Adding a few features to JS that make it a better compilation target is a smaller step from the status quo than launching something completely new.&lt;br /&gt;
&lt;br /&gt;
* A new byte code design wouldn&#039;t be unbiased towards a kind of language anyway. (See e.g. Java byte code and later additions to better support dynamic languages.) Might as well accept the biases of JS as the interchange format.&lt;br /&gt;
&lt;br /&gt;
* There&#039;s a lot of JS out there, so browsers need to compete on JS performance anyway. Using JS as the interchange intermediate language helps leverage that work instead of involving parallel work for a parallel system.&lt;br /&gt;
&lt;br /&gt;
* See [http://www.infoq.com/presentations/The-JavaScript-World-Domination-Plan-at-16-Years this talk by Brendan Eich] from 22:30 onwards. (Should transcribe the points here in due course.)&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Bad_Ideas&amp;diff=8272</id>
		<title>Bad Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Bad_Ideas&amp;diff=8272"/>
		<updated>2012-06-04T14:34:18Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Wording, grammar, time complexity&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this page is to collect explanations why commonly-proposed bad ideas for the Web are bad, so that they don&#039;t need to be explained over and over again.&lt;br /&gt;
&lt;br /&gt;
==It should be possible to escape from CSS to a Turing-complete language like JS==&lt;br /&gt;
&lt;br /&gt;
This would introduce at least one of these problems:&lt;br /&gt;
&lt;br /&gt;
* Styling couldn&#039;t be applied incrementally if the styling program needs to run from start to finish with the entire document has its input. XSLT suffers from this problem.&lt;br /&gt;
&lt;br /&gt;
* Content changes couldn&#039;t be efficiently reflected in layout by doing partial updates if the style system had to analyze a Turing-complete program to see if it affects the styling of a particular subtree.&lt;br /&gt;
&lt;br /&gt;
* If the Turing-complete language allowed side effects, the style system couldn&#039;t decide when to re-resolve styles. Instead, style re-resolution times would have to be specified in the standard in order to get interoperable side effects.&lt;br /&gt;
&lt;br /&gt;
* Even now, some oft-requested selectors aren&#039;t supported due to time-complexity issues. It would be hard to curb bad time-complexity if arbitrary programs were allowed to run as part of styling.&lt;br /&gt;
&lt;br /&gt;
* The environment in which the Turing-complete language program with run would have to be specified and would constrain the implementation of the style system.&lt;br /&gt;
&lt;br /&gt;
==Browsers should accept byte code from the network instead of other languages having to be compiled into JS==&lt;br /&gt;
&lt;br /&gt;
* It turns out that JavaScript parsers have better time complexity characteristics than e.g. the Java byte code verifier. Checking that a program represented in low-level byte code doesn&#039;t do prohibited things is harder than seeing that higher-level representation stays within the constraints posed to it.&lt;br /&gt;
&lt;br /&gt;
* JS is already supported, so compiling to JS enjoys better benefits from network effects that launching a new byte code.&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Bad_Ideas&amp;diff=8271</id>
		<title>Bad Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Bad_Ideas&amp;diff=8271"/>
		<updated>2012-06-04T14:30:32Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Start a list of bad ideas&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this page is to collect explanations why commonly-proposed bad ideas for the Web are bad, so that they don&#039;t need to be explained over and over again.&lt;br /&gt;
&lt;br /&gt;
==It should be possible to escape from CSS to a Turing-complete language like JS==&lt;br /&gt;
&lt;br /&gt;
This would introduce at least one of these problems:&lt;br /&gt;
&lt;br /&gt;
* Styling couldn&#039;t be applied incrementally if the styling program needs to run from start to finish with the entire document has its input. XSLT suffers from this problem.&lt;br /&gt;
&lt;br /&gt;
* Content changes couldn&#039;t be efficiently reflected in style by doing partial updates if the style system have to analyze a Turing-complete program to see if it affects the styling of a particular subtree.&lt;br /&gt;
&lt;br /&gt;
* If the Turing-complete language allowed side effects, the style system couldn&#039;t decide when to re-resolve styles. Instead, style re-resolution times would have to be specified in the standard in order to get interoperable side effects.&lt;br /&gt;
&lt;br /&gt;
* The environment in which the Turing-complete language program with run would have to be specified and would constrain the implementation of the style system.&lt;br /&gt;
&lt;br /&gt;
==Browsers should accept byte code from the network instead of other languages having to be compiled into JS==&lt;br /&gt;
&lt;br /&gt;
* It turns out that JavaScript parsers have better time complexity characteristics than e.g. the Java byte code verifier. Checking that a program represented in low-level byte code doesn&#039;t do prohibited things is harder than seeing that higher-level representation stays within the constraints posed to it.&lt;br /&gt;
&lt;br /&gt;
* JS is already supported, so compiling to JS enjoys better benefits from network effects that launching a new byte code.&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=7850</id>
		<title>MetaExtensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=7850"/>
		<updated>2011-12-19T08:44:45Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Move gm-gpx-v to incomplete proposals&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;To create an account, please ask someone in the #whatwg [[IRC]] channel on Freenode, or e-mail ian@hixie.ch. We had to disable open signups because the level of spam became intolerable.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page lists the allowed extension values for the name=&amp;quot;&amp;quot; attribute of the &amp;amp;lt;meta&amp;gt; element in HTML5. You may add your own values to this list, which makes them legal HTML5 metadata names. We ask that you try to avoid redundancy; if someone has already defined a name that does roughly what you want, please reuse it. Also, please be sure to include &#039;&#039;all&#039;&#039; the items [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names required by the spec] &#039;&#039;including a link to a specification&#039;&#039; that specifies the keyword &#039;&#039;as an HTML meta keyword&#039;&#039;. Note that URL-valued properties must not be registered as meta names but should be registered as [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions rel keywords] instead. Also note that changes to this registry may not be reflected in validators in real time.&lt;br /&gt;
&lt;br /&gt;
== Registered Extensions ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| alexaverifyid&lt;br /&gt;
| Used to verify ownership of Alexa Search&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-capable&lt;br /&gt;
| Sets whether a web application runs in full-screen mode.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| Could maybe be assumed when &amp;lt;code&amp;gt;application-name&amp;lt;/code&amp;gt; is set?&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-status-bar-style&lt;br /&gt;
| Sets the style of the status bar for a web application.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| baiduspider&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Baidu only.&lt;br /&gt;
| [http://www.baidu.com/search/robots_english.html Baidu documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-param&lt;br /&gt;
| Cross-site request forgery protection parameter for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-token&lt;br /&gt;
| Cross-site request forgery protection token for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dc.date.issued&lt;br /&gt;
| Date of publication for Google News. The format of the content is YYYY-MM-DD or YYYY-MM-DDThh:mm:ssTZD.&lt;br /&gt;
| [http://www.google.com/support/news_pub/bin/answer.py?answer=93994 Google News documentation]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dcterms.issued&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dc.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a&lt;br /&gt;
controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the&lt;br /&gt;
&amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dc.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
&amp;lt;code&amp;gt;dc.language&amp;lt;/code&amp;gt; is preferred by several web validators over &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.abstract&lt;br /&gt;
| A summary of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-abstract DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accessRights&lt;br /&gt;
| Information about who can access the resource or an indication of its security status.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accessRights DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualMethod&lt;br /&gt;
| The method by which items are added to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualMethod DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualPeriodicity&lt;br /&gt;
| The frequency with which items are added to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualPeriodicity DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualPolicy&lt;br /&gt;
| The policy governing the addition of items to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualPolicy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.alternative&lt;br /&gt;
| An alternative name for the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-alternative DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.audience&lt;br /&gt;
| A class of entity for whom the resource is intended or useful.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-audience DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.available&lt;br /&gt;
| Date (often a range) that the resource became or will become available.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-available DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.bibliographicCitation&lt;br /&gt;
| A bibliographic reference for the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-bibliographicCitation DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;cite&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.conformsTo&lt;br /&gt;
| An established standard to which the described resource conforms.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-conformsTo DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.contributor&lt;br /&gt;
| An entity responsible for making contributions to the content of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-contributor DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.coverage&lt;br /&gt;
| The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-coverage DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.created&lt;br /&gt;
| Date of creation of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-created DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.creator&lt;br /&gt;
| An entity primarily responsible for making the resource. Examples of&lt;br /&gt;
a Creator include a person, an organization, or a service.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-creator DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| In some cases redundant with the HTML built-in keyword &lt;br /&gt;
| &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt; Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.date&lt;br /&gt;
| A point or period of time associated with an event in the lifecycle of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-date DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateAccepted&lt;br /&gt;
| Date of acceptance of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateAccepted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateCopyrighted&lt;br /&gt;
| Date of copyright.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateCopyrighted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateSubmitted&lt;br /&gt;
| Date of submission of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateSubmitted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.description&lt;br /&gt;
| An account of the resource. Description may include but is not&lt;br /&gt;
limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-description DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt; &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.educationLevel&lt;br /&gt;
| A class of entity, defined in terms of progression through an educational or training context, for which the described resource is intended.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-educationLevel DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.extent&lt;br /&gt;
| The size or duration of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-extent DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.format&lt;br /&gt;
| The file format, physical medium, or dimensions of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-format DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasFormat&lt;br /&gt;
| A related resource that is substantially the same as the pre-existing described resource, but in another format.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasFormat DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasPart&lt;br /&gt;
| A related resource that is included either physically or logically in the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasPart DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
 &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasVersion&lt;br /&gt;
| A related resource that is a version, edition, or adaptation of the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasVersion DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.identifier&lt;br /&gt;
| An unambiguous reference to the resource within a given context.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-identifier DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.instructionalMethod&lt;br /&gt;
| A process used to engender knowledge, attitudes and skills, that the described resource is designed to support.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-instructionalMethod DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isFormatOf&lt;br /&gt;
| A related resource that is substantially the same as the described resource, but in another format.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isFormatOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isPartOf&lt;br /&gt;
| A related resource in which the described resource is physically or logically included.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isPartOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isReferencedBy&lt;br /&gt;
| A related resource that references, cites, or otherwise points to the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isReferencedBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isReplacedBy&lt;br /&gt;
| A related resource that supplants, displaces, or supersedes the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isReplacedBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isRequiredBy&lt;br /&gt;
| A related resource that requires the described resource to support its function, delivery, or coherence.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isRequiredBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.issued&lt;br /&gt;
| Date of formal issuance (e.g., publication) of the resource. (DC&lt;br /&gt;
doesn&#039;t spec a date format but the established practice is&lt;br /&gt;
YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-issued DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isVersionOf&lt;br /&gt;
| A related resource of which the described resource is a version, edition, or adaptation.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isVersionOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a&lt;br /&gt;
controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the&lt;br /&gt;
&amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.license&lt;br /&gt;
| A legal document giving official permission to do something with the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-license DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;license&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.mediator&lt;br /&gt;
| An entity that mediates access to the resource and for whom the resource is intended or useful.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-mediator DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.medium&lt;br /&gt;
| The material or physical carrier of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-medium DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.modified&lt;br /&gt;
| Date on which the resource was changed. (DC doesn&#039;t spec a date&lt;br /&gt;
format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-modified DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.provenance&lt;br /&gt;
| A statement for any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-provenance DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.publisher&lt;br /&gt;
| An entity responsible for making the resource available.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-publisher DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.references&lt;br /&gt;
| A related resource that is referenced, cited, or otherwise pointed to by the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-references DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.relation&lt;br /&gt;
| A related resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-relation DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.replaces&lt;br /&gt;
| A related resource that is supplanted, displaced, or superseded by the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-replaces DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.requires&lt;br /&gt;
| A related resource that is required by the described resource to support its function, delivery, or coherence.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-requires DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.rights&lt;br /&gt;
| Information about rights held in and over the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-rights DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.rightsHolder&lt;br /&gt;
| A person or organization owning or managing rights over the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-rightsHolder DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.source&lt;br /&gt;
| A related resource from which the described resource is derived.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-source DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.spatial&lt;br /&gt;
| Spatial characteristics of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-spatial DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.subject&lt;br /&gt;
| The topic of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-subject DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;keywords&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.tableOfContents&lt;br /&gt;
| A list of subunits of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-tableOfContents DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.temporal&lt;br /&gt;
| Temporal characteristics of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-temporal DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| A name given to the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-title DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.type&lt;br /&gt;
| The nature or genre of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-type DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.valid&lt;br /&gt;
| Date (often a range) of validity of a resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-valid DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| designer&lt;br /&gt;
| Credits the designer(s) responsible for the visual presentation of a website.&lt;br /&gt;
| [https://sites.google.com/site/metadesignerspec/ Documenation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| EssayDirectory&lt;br /&gt;
| Defines a custom description of websites listed in EssayDirectory.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;EssayDirectory&amp;quot; content=&amp;quot;Helping students find legitimate essay services.&amp;quot;&amp;gt;&lt;br /&gt;
| [http://essaydirectory.com/privacy-terms/#EssayDirectory_MetaExtension Documenation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| publisher&lt;br /&gt;
| Searching for one content publisher&#039;s or page publisher&#039;s work requires a standard robot-parsable format for the information. This often differs from creator or author when the publisher is an institution. An institutional name, personal name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one publisher. Multiple publishers are to be represented with multiple tags, although multiple publishers are less common than multiple authors or creators; multiplicity is more likely for a legal name and a well-known name.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a publisher need only enter a name once in one order.&lt;br /&gt;
| defacto standard, used in nearly every website, e.g. [http://www.gaijin.at/olsmgen.php][http://developers.evrsoft.com/metagen.shtml][http://www.html-seminar.de/metatags.htm]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| review_date&lt;br /&gt;
| The date a resource is scheduled for review by content creator in order to determine if it should be archived, updated or retained as is.&lt;br /&gt;
| [http://www.hc-sc.gc.ca/home-accueil/alt_formats/pacrb-dgapcr/pdf/Metadata_Application_Profile_2009.pdf Health Canada Web Metadata Application Profile March 2009 ]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| es.title&lt;br /&gt;
| Object Title, where this is not the TITLE or H1 tag content, but the resource title&lt;br /&gt;
| [http://www.eibs.co.uk/reference/ EIBS EasySite CMS - Content Attributes Reference]&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-detection&lt;br /&gt;
| Enables or disables automatic detection of possible phone numbers in a webpage in Safari on iOS.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.country&lt;br /&gt;
| Case-insensitive ISO 3166-1 alpha-2 code of a country to which the page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.country&amp;quot; content=&amp;quot;de&amp;quot;&amp;gt;&lt;br /&gt;
| [http://www.syndic8.com/help_metadata.php All About Feed Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.placename&lt;br /&gt;
| Defines name of geographic place to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.placename&amp;quot; content=&amp;quot;Auwaldstraße 11, 79110 Freiburg im Breisgau, Deutschland&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.position&lt;br /&gt;
| Defines geographic position to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.position&amp;quot; content=&amp;quot;48.02682000000001;7.809769999999958&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| icbm (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.region&lt;br /&gt;
| Defines name of geographic region to which page is related to. Content is specified by ISO-3166.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.region&amp;quot; content=&amp;quot;DE-BW&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&amp;lt;br&amp;gt;[http://en.wikipedia.org/wiki/ISO_3166 ISO-3166]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| google-site-verification&lt;br /&gt;
| Used to verify ownership for Webmaster Tools.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=79812 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| googlebot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Googlebot only.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=93710 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| revisit-after&lt;br /&gt;
| revisit-after is used to tell search engines how often to recrawl the page. To our knowledge only one search engine has ever supported it, and that search engine was never widely used — at this point, it is nothing more than a good luck charm.&lt;br /&gt;
| [http://code.google.com/webstats/2005-12/metadata.html Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| icbm&lt;br /&gt;
| Defines geographic position to which page is related to. The acronym stands for ICBM Intercontinental Ballistic Missile - an old, humorous allusion to the possible use of such coordinates.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;ICBM&amp;quot; content=&amp;quot;47.0667, 15.4500&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://geourl.org/add.html GeoURL documentation]&lt;br /&gt;
| geo.position (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| HandheldFriendly&lt;br /&gt;
| Denotes handheld-friendly content&lt;br /&gt;
| [http://learnthemobileweb.com/tag/handheldfriendly/]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MobileOptimized&lt;br /&gt;
| Denotes content optimized for mobile browsers&lt;br /&gt;
| [http://learnthemobileweb.com/tag/mobileoptimized/]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| itemsPerPage&lt;br /&gt;
| Used to identify the number of search results returned per page.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-task&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
Jump List items act as entry points into the website even when the browser is not running. A Jump List can contain commonly used destinations and tasks. Some items apply to the whole site, and some apply only to specific users. &lt;br /&gt;
For example, to add a single task called &amp;quot;Check Order Status&amp;quot; specify a meta element in the head of your webpage, as follows:&lt;br /&gt;
 &amp;lt;META name=&amp;quot;msapplication-task&amp;quot; content=&amp;quot;name=Check Order Status;&lt;br /&gt;
      action-uri=./orderStatus.aspx?src=IE9;&lt;br /&gt;
      icon-uri=./favicon.ico&amp;quot;  /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491725(v=vs.85).aspx Tasks in Jump List]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-starturl&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-starturl&amp;quot; metadata contains the root URL of the application. The start URL can be fully qualified, or relative to the current document. Only HTTP and HTTPS protocols are allowed. If this element is missing, the address of the current page is used instead.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-starturl&amp;quot; content=&amp;quot;./&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-tooltip&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-tooltip&amp;quot; metadata provides additional tooltip text that appears when you hover over the Pinned Site shortcut in the Windows Start menu or on the desktop.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-tooltip&amp;quot; content=&amp;quot;Channel 9 Podcasts&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-navbutton-color&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-navbutton-color&amp;quot; metadata define the custom color of the Back and Forward buttons in the Pinned Site browser window. Any named color, or hex color value is valid.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-navbutton-color&amp;quot; content=&amp;quot;#FF3300&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msvalidate.01&lt;br /&gt;
| One of the verification elements used by Bing.&lt;br /&gt;
| [http://onlinehelp.microsoft.com/en-us/bing/hh204490.aspx Bing Webmaster Tools]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| norton-safeweb-site-verification&lt;br /&gt;
| Used to verify ownership of Website for Norton SafeWeb.&lt;br /&gt;
| http://safeweb.norton.com/help/site_owners#verification_tips Norton SafeWeb Help Documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rating &lt;br /&gt;
| The Restricted to Adults label (RTA) provides a way for adult oriented websites to indicate that their content is off limits to children. RTA was introduced in 2006 and is currently used by a large number of adult web content providers. RTA is recognized by all major parental control filters.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;RATING&amp;quot; content=&amp;quot;RTA-5042-1996-1400-1577-RTA&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://www.rtalabel.org/index.php?content=howto RTA documentation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rights-standard&lt;br /&gt;
| The purpose is to enable search engines and other cataloging services to compile the types of rights allocated to the work. (Does any search engine actually implement this? [[User:Hsivonen|hsivonen]] 07:34, 14 July 2011 (UTC))&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This keyword does not provide, remove or alter any legal protections or designations.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Format: &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;rights-standard&amp;quot; content=&amp;quot;element id;rights&amp;quot; /&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* element id - the HTML Element ID of the item these rights apply to&lt;br /&gt;
* rights - what rights are assigned to the item&lt;br /&gt;
** &amp;quot;pd&amp;quot; - Public domain&lt;br /&gt;
** &amp;quot;cc by-sa&amp;quot; - Creative Commons Attribution&lt;br /&gt;
** &amp;quot;cc by-nd&amp;quot; - Creative Commons  NoDerivs &lt;br /&gt;
** &amp;quot;cc by-nc&amp;quot; - Creative Commons Attribution-NonCommercial&lt;br /&gt;
** &amp;quot;cc by-nc-sa&amp;quot; - Creative Commons Attribution-NonCommercial-ShareAlike&lt;br /&gt;
** &amp;quot;cc by-nc-nd&amp;quot; - Creative Commons Attribution-NonCommercial-NoDerivs&lt;br /&gt;
&lt;br /&gt;
| [http://sites.google.com/site/metarightsstandard/ Spec]&lt;br /&gt;
|Redundant with [http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#licensing-works Microdata vocabulary for licensing works].&lt;br /&gt;
|Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| robots&lt;br /&gt;
| A comma-separated list of operators explaining how search engine crawlers should treat the content. Possible values are &amp;quot;noarchive&amp;quot; to prevent cached versions, &amp;quot;noindex&amp;quot; to prevent indexing, and &amp;quot;nofollow&amp;quot; works as the link rel value with the same name. This meta name is already supported by every popular search engine.&amp;lt;br /&amp;gt;The content value &amp;quot;NOODP&amp;quot; has been offered elsewhere, so I&#039;m proposing it here. It blocks robots from using [http://www.dmoz.org Open Directory Project] descriptions of a website instead of Web pages&#039; own meta descriptions. It may have been introduced by Microsoft.&amp;lt;br /&amp;gt;The content value &amp;quot;NOYDIR&amp;quot; has been offered by Yahoo, so I&#039;m proposing it here. It blocks Yahoo&#039;s robot from using the Yahoo directory&#039;s descriptions of a website instead of Web pages&#039; own meta descriptions. Whether any other robot supports this is unknown but possibly no other search engine uses Yahoo&#039;s directory anyway.&lt;br /&gt;
| [http://www.robotstxt.org/wc/exclusion.html#meta Robots exclusion protocol], NOODP value: [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=35264 Google], [http://help.yahoo.com/l/us/yahoo/search/indexing/indexing-11.html Yahoo], NOYDIR value: [http://ysearchblog.com/2007/02/28/yahoo-search-support-for-noydir-meta-tags-and-weather-update/ Yahoo], as accessed 4-28-09&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| slurp&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Yahoo! only.&lt;br /&gt;
| [http://help.yahoo.com/l/au/yahoo7/search/indexing/indexing-11.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| startIndex&lt;br /&gt;
| Used to identify the index of the first search result in the current set of search results.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| teoma&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Teoma and Ask.com only.&lt;br /&gt;
| [http://about.ask.com/en/docs/about/webmasters.shtml Ask.com documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| totalResults&lt;br /&gt;
| Used to identify the number of search results available for the current search.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| verify-v1&lt;br /&gt;
| Legacy verification for Google Sitemaps.&lt;br /&gt;
| [http://sitemaps.blogspot.com/2006/05/more-about-meta-tag-verification.html Inside Google Sitemaps: More about meta tag verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| &amp;lt;span id=&amp;quot;viewport&amp;quot;&amp;gt;viewport&amp;lt;/span&amp;gt;&lt;br /&gt;
| Provides a way for documents to specify (using markup rather than CSS) the size, zoom factor, and orientation of the viewport that is used as the base for the document&#039;s [http://www.w3.org/TR/CSS21/visudet.html#containing-block-details initial containing block]. The following properties can be used in the value of the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute:&lt;br /&gt;
* width&lt;br /&gt;
* height&lt;br /&gt;
* initial-scale&lt;br /&gt;
* minimum-scale&lt;br /&gt;
* maximum-scale&lt;br /&gt;
* user-scalable&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;initial-scale=1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=480, initial-scale=2.0, user-scalable=1&amp;quot;&amp;gt;&lt;br /&gt;
For more details, see the [http://dev.w3.org/csswg/css-device-adapt/#viewport-meta-element Viewport META element] section of the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification.&lt;br /&gt;
| For &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; elements that have a &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute whose value is &amp;lt;code&amp;gt;viewport&amp;lt;/code&amp;gt;, the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification defines the recognized properties for the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute&amp;gt;, as well as an algorithm for parsing the value of that attribute.&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_n&lt;br /&gt;
| &#039;&#039;&#039;Name of the Content Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_n&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_s&lt;br /&gt;
| &#039;&#039;&#039;Name of Content Sub-Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_s&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ac&lt;br /&gt;
| &#039;&#039;&#039;Advertising Click parameter&#039;&#039;&#039;&lt;br /&gt;
When a visitor to your site clicks on an ad, that action is referred to as an Ad Click. The following META tag tracks advertising clicks:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ac&amp;quot; CONTENT=&amp;quot;name&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the advertisement clicked to reach a particular web page. The Ad Click must contain an external redirect back to the client. The redirect needs to include the necessary code to generate a hit to the SDC server. You can designate multiple Advertising Clicks using semicolons.&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file111.html?WT.ac=CONTENT111&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file222.html?WT.ac=CONTENT222&amp;quot;&amp;gt;&lt;br /&gt;
The name of the advertisement clicked to reach a particular web page. To capture this information with DCS, the Advertising Click must contain an external redirect back to the client. The redirect needs to &lt;br /&gt;
&lt;br /&gt;
include the necessary code to generate a hit to the DCS. The maximum length for each name is 64 bytes.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ad&lt;br /&gt;
| &#039;&#039;&#039;Advertising View parameter&#039;&#039;&#039;&lt;br /&gt;
Visitors often view advertisements that they do not necessarily click on. You can use On-Site Advertising to determine the number of visitors to your web site who view particular ads. With this feature you can produce advertising reports for each of your clients.&lt;br /&gt;
If you are selling advertising space on your web site, for example, you can collect traffic statistics to help determine pricing schedules.&lt;br /&gt;
The following META tag tracks advertising views:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.ad&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.mc_id&lt;br /&gt;
| &#039;&#039;&#039;Identifies the ID of the marketing campaign&#039;&#039;&#039;&lt;br /&gt;
To attract new students, a university launches a marketing campaign by sending recruitment email to all graduating high school seniors in a metropolitan area. The email links to a special landing page in the university’s web site, containing the following META tag to track marketing campaigns.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.mc_id&amp;quot; CONTENT=&amp;quot;1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
You may use this parameter on the URL.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;link?WT.mc_id=1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
The Campaign ID 1X2GG34 represents recruits to be contacted by email&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.sv&lt;br /&gt;
| &#039;&#039;&#039;Tracking Servers parameter&#039;&#039;&#039;&lt;br /&gt;
If your site is hosted on multiple servers, a server cluster, or a server farm, and you want to evaluate the performance of your load balancer, Webtrends can track page views for each server. To do so, populate the following META tag on all pages on each server:&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;My Server&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the machine that serves the web page. If you have two servers (Server1 and Server2), you would make two copies of the META tag and designate CONTENT=“Server1” for deployment to pages on the first server and CONTENT=“Server2” for deployment to the same pages on the second server.&lt;br /&gt;
For a server farm, you can extract the value of the built-in server name and dynamically assign it to the&lt;br /&gt;
META tag using server-side scripting.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server1&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server2&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [https://tagbuilder.webtrends.com/Help/Miscellaneous/AdSearch.aspx?keepThis=true&amp;amp;TB_iframe=true&amp;amp;height=450&amp;amp;width=650 About WT.ad].&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ti&lt;br /&gt;
| &#039;&#039;&#039;Tracking Page Titles&#039;&#039;&#039;&lt;br /&gt;
You may want to modify a page title before sending it to Webtrends in the following cases:&lt;br /&gt;
* You are dealing with dynamic content pages identified by URL parameters, and the page title represents the title of the base URL page rather than the dynamic content page.&lt;br /&gt;
Unless you modify the page titles, all pages have the same title in the reports.&lt;br /&gt;
* All pages have been assigned the same title, for reasons of style or company policy.&lt;br /&gt;
Even though URLs are displayed in addition to page title, the entire URL cannot be depended upon to distinguish one page from another.&lt;br /&gt;
Use server-side scripts to change the title to something that reflects the content of the pages so that you can identify them in reports. Next, pass the customized page titles to Webtrends, using the following META tag:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ti&amp;quot; CONTENT=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the title for this page.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| y_key&lt;br /&gt;
| Used to verify ownership for Yahoo! Site Explorer&lt;br /&gt;
| [http://help.yahoo.com/l/us/yahoo/search/siteexplorer/siteexplorer-06.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| yandex-verification&lt;br /&gt;
| Used to verify ownership for Yandex Webmaster.&lt;br /&gt;
| [http://help.yandex.ru/webmaster/?id=995300#995356 Yandex Webmaster ownership verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.instruction&lt;br /&gt;
| Globrix property information: Property to Buy or Rent&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.price&lt;br /&gt;
| Globrix property information: Price for the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.postcode&lt;br /&gt;
| Globrix property information: Postcode of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bedrooms&lt;br /&gt;
| Globrix property information: Number of bedrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bathrooms&lt;br /&gt;
| Globrix property information: Number of bathrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.type&lt;br /&gt;
| Globrix property information: Type of property e.g. &#039;semi-detatched house&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.condition&lt;br /&gt;
| Globrix property information: Condition of the property e.g. &#039;renovated&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.features&lt;br /&gt;
| Globrix property information: Features of the property e.g. &#039;double glazing&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.outsidespace&lt;br /&gt;
| Globrix property information: External features of the property e.g. &#039;garden&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.parking&lt;br /&gt;
| Globrix property information: Parking available for property e.g. &#039;parking for 2 cars&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.period&lt;br /&gt;
| Globrix property information: Period of the property e.g. &#039;victorian terrace&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.poa&lt;br /&gt;
| Globrix property information: If the property price is only available on application&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.tenure&lt;br /&gt;
| Globrix property information: The tenure of the property e.g. &#039;leasehold&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.underoffer&lt;br /&gt;
| Globrix property information: Indicates if the property is under offer&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.priceproximity&lt;br /&gt;
| Globrix property information: The region of the attached price e.g. &#039;guide price of&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.latitude&lt;br /&gt;
| Globrix property information: The latitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.longitude&lt;br /&gt;
| Globrix property information: The longitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| meta_date&lt;br /&gt;
| The date used to indicate that the Metadata has been prepared and/or reviewed and approved by the Metadata Unit. Its purpose is administrative. (Used by &amp;quot;Autonomy&amp;quot;.)&lt;br /&gt;
| [http://www.hc-sc.gc.ca/home-accueil/alt_formats/pacrb-dgapcr/pdf/Metadata_Application_Profile_2009.pdf Health Canada Web Metadata Application Profile March 2009 ]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposals that don&#039;t meet the [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names requirements] for a registration ==&lt;br /&gt;
&lt;br /&gt;
Note that these proposals can be moved back to the registry table if the problems listed in the rightmost column of this table are addressed.&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
! Registration requirement failure&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| gm-gpx-v&lt;br /&gt;
| Wordpress Plugin Google Maps GPX Viewer&lt;br /&gt;
| [http://wordpress.org/extend/plugins/google-maps-gpx-viewer/ Google Maps GPX Viewer]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Claimed spec link is not a link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:title&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The spec specifies this to be a value of the property attribute--not a meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:type&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The spec specifies this to be a value of the property attribute--not a meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:url&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The spec specifies this to be a value of the property attribute--not a meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:image&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The spec specifies this to be a value of the property attribute--not a meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:site_name&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The spec specifies this to be a value of the property attribute--not a meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| fb:admins&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The spec specifies this to be a value of the property attribute--not a meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:description&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The spec specifies this to be a value of the property attribute--not a meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| fb:page_id&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The spec specifies this to be a value of the property attribute--not a meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| audience&lt;br /&gt;
| To aid search engines in classifying and to aid directory compilers, an audience most appropriate for the page may be suggested. Subject matter may not be a good clue; for example, an analysis of children&#039;s literature may be directed to teachers.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated. Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values:&amp;lt;br /&amp;gt;-- &amp;quot;all&amp;quot; and &amp;quot;everyone&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;adult&amp;quot; and &amp;quot;mature&amp;quot; have the same meaning and are for content that only adults may access, but no one responsible for preventing a nonadult or the immature from accessing the page or its content should rely on either or both of these values to do so without other means (not the same as &amp;quot;grownup&amp;quot;, which see)&amp;lt;br /&amp;gt;-- &amp;quot;child&amp;quot; and &amp;quot;juvenile&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;teen&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;grownup&amp;quot; is not identical to &amp;quot;adult&amp;quot; or &amp;quot;mature&amp;quot; in not implying a precise boundary but is approximately any person who may be able to understand and apply the content (e.g., car driving instruction that may be read by a minor not yet old enough to drive a car but who would likely benefit from somewhat early exposure to the instruction)&amp;lt;br /&amp;gt;-- &amp;quot;parent&amp;quot; to include guardian and temporary caregiver&amp;lt;br /&amp;gt;-- &amp;quot;teacher&amp;quot; to include professor and ad hoc instructor&amp;lt;br /&amp;gt;-- &amp;quot;elementary school student&amp;quot; to include any student below high school&amp;lt;br /&amp;gt;-- &amp;quot;high school student&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;elhi&amp;quot; to include any student in elementary school through high school&amp;lt;br /&amp;gt;-- &amp;quot;college student&amp;quot; including graduate and professional school&amp;lt;br /&amp;gt;-- &amp;quot;business&amp;quot; including management, finance, and prospective customers (this includes e-commerce and investor sites)&amp;lt;br /&amp;gt;-- &amp;quot;health&amp;quot; including any health care provider including alternative and ad hoc&amp;lt;br /&amp;gt;-- &amp;quot;patient&amp;quot; for any health care recipient&amp;lt;br /&amp;gt;-- &amp;quot;lawyer&amp;quot; including judge, paralegal, and jailhouse lawyer&amp;lt;br /&amp;gt;-- &amp;quot;law client&amp;quot; for any prospective recipient of a lawyer&#039;s service (not usually a social work client) with &#039;&#039;lawyer&#039;&#039; including paralegal and jailhouse lawyer but not necessarily judge&amp;lt;br /&amp;gt;-- &amp;quot;craft&amp;quot; for any craftworker including laborer and artisan&amp;lt;br /&amp;gt;-- &amp;quot;artist&amp;quot; including musician, actor, dancer, and sculptor and including creator and performer&amp;lt;br /&amp;gt;-- &amp;quot;military&amp;quot; including paramilitary&amp;lt;br /&amp;gt;-- &amp;quot;news&amp;quot; including any consumer of rapidly-developing news&amp;lt;br /&amp;gt;-- &amp;quot;introductory&amp;quot; and &amp;quot;beginner&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;intermediate&amp;quot; and &amp;quot;midlevel&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;advanced&amp;quot; and &amp;quot;advance&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;scholarly&amp;quot; and &amp;quot;scholar&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;popular&amp;quot; generally referring to a writing style&amp;lt;br /&amp;gt;-- &amp;quot;older&amp;quot; including retiree&amp;lt;br /&amp;gt;-- &amp;quot;institution&amp;quot; including from corporation to conspiracy (such as for management advice)&amp;lt;br /&amp;gt;-- &amp;quot;government&amp;quot; including agencies and prospective politicians&amp;lt;br /&amp;gt;-- values using any integer or single-digit decimal in the form of &amp;quot;grade 8&amp;quot; or &amp;quot;grade 6.4&amp;quot; including to refer to a reading comprehension level (this generally will not exceed 12 and might be meaningless above 20 so higher values may be interpreted as the highest meaningful value)&amp;lt;br /&amp;gt;-- &amp;quot;viewers&amp;quot; for when content (such as a movie) is intended almost entirely to be seen rather than read&amp;lt;br /&amp;gt;-- &amp;quot;listeners&amp;quot; for when content (such as music) is intended almost entirely to be heard rather than read but not generally including text-to-speech support&amp;lt;br /&amp;gt;-- &amp;quot;tts&amp;quot;, &amp;quot;text-to-speech&amp;quot;, or &amp;quot;text to speech&amp;quot;, which three have the same meaning and which are for a page that has substantial support for TTS or that will be readily understood through TTS without need for such support (TTS is often aided by, e.g., pre-resolving pronunciation ambiguities in page coding)&amp;lt;br /&amp;gt;-- values using any numbers in the form of &amp;quot;3-6 years old&amp;quot;, whether a range or a single-number value&amp;lt;br /&amp;gt;-- values using any decade in the form of &amp;quot;born in 1970s&amp;quot;&amp;lt;br /&amp;gt;Unrecognized values such as &amp;quot;botanists&amp;quot;, &amp;quot;Texans&amp;quot;, and &amp;quot;writers who use red ink&amp;quot; may be used but at a risk that a search engine or directory editor will either fail to recognize it or will interpret it in unpredictable ways, or will in the future.&amp;lt;br /&amp;gt;Spellings that are erroneous or slightly different from a recognized value may be interpreted by a search engine or directory editor as representing a recognized value.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value of &amp;quot;all&amp;quot; but without overriding another indication arrived at by other means.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| blogcatalog&lt;br /&gt;
| Used to verify ownership of Blog Catalog.com&lt;br /&gt;
| [http://www.blogcatalog.com/ Blog catalog site]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Claimed spec link is not a link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| bot-. . .&lt;br /&gt;
| Robot owners, to allow page authors access to robotic capabilities, e.g., to deny them, should prefix &amp;quot;bot-&amp;quot; to the name of their robot, especially for proprietary bots.&amp;lt;br /&amp;gt;Example: If a robot were to be named &amp;quot;dullbucklequiz&amp;quot;, the name in the meta element would be &amp;quot;bot-dullbucklequiz&amp;quot;.&amp;lt;br /&amp;gt;The value &amp;quot;bot-&amp;quot; alone represents all bots so prefixed, like a wildcard.&amp;lt;br /&amp;gt;Arguably, there&#039;s no need for a list here of any specific bots if http://user-agents.org or http://www.botsvsbrowsers.com/ (and perhaps other sites) is reliable.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| citeseerxbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting CiteSeerX only.&lt;br /&gt;
| [http://csxstatic.ist.psu.edu/about/crawler CiteSeerX Crawler documentation]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The claimed spec doesn&#039;t actually specify meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| created&lt;br /&gt;
| The datetime at which the document was created. The value is an ISO8601 date. The date MUST follow the [http://www.w3.org/TR/NOTE-datetime W3C Profile of ISO 8601] with a granularity of &amp;quot;Complete date:&amp;quot; or finer. The [http://www.bbc.co.uk/guidelines/futuremedia/desed/previousversions/searchmetadata_vs_1_0.shtml#metadata BBC] use this name.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| creator&lt;br /&gt;
| The creator is an off-Web or pre-Web creator of a work for which an author authored a Web page, so that the creator and the author may be different people.&amp;lt;br /&amp;gt;Searching for one content creator&#039;s work requires a standard robot-parsable format for the information. A personal name, institutional name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one creator. Multiple creators are to be represented with multiple tags.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a content creator need only enter a name once in one first-last or family-given order (e.g., Pat Thunderbird or Thunderbird, Pat, but not requiring both).&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;creator&#039;_MetaExtension|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msnbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Bing only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| ia_archive&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Internet Archive and Alexa only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage&lt;br /&gt;
| The author may be the best expert on which time frame is most relevant to the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers that may focus on the 1800s but mention 1731 and 1912 perhaps unimportantly.&amp;lt;br /&amp;gt;The value for this keyword is a date or time -- not a range and not vague, for which other keywords are proposed -- in a format in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than  once, all the values so appearing are determinative. Multiple values are to be expressed with separate meta elements lest the note be revised in the future in a way incompatible with comma-separating a list.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| property=&amp;quot;og:*&amp;quot;&lt;br /&gt;
| Metadata used by the Open Graph protocol (used by Facebook). Note: currently these are defined as: &amp;lt;meta property=&amp;quot;og.*&amp;quot; content=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ FAQ About the Open Graph protocol from Facebook.]&lt;br /&gt;
| &lt;br /&gt;
| Doesn&#039;t belong in this registry&lt;br /&gt;
| Not a value to be used in the &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-end&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the end. If this keyword is used without datetime-coverage-start (also proposed), its value is interpreted as ending a range without a start.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the end of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-end=1865, datetime-coverage-start=1914, datetime-coverage-end=1918, and datetime-coverage-start=1862, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-start&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the start. If this keyword is used without datetime-coverage-end (also proposed), its value is interpreted as starting a range without an end.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the start of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-start=1862, datetime-coverage-start=1914, datetime-coverage-end=1865, and datetime-coverage-end=1918, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-vague&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that its value is not necessarily crisp. This keyword should be used only when datetime-coverage, datetime-coverage-start, and datetime-coverage-end are inappropriate, but there&#039;s no ban on using all four. Any text without a comma can be the value (e.g., Pleistocene, 1820s, Tuesdays, or before we were born); multiple values are comma-separated.&amp;lt;br /&amp;gt;If this keyword is used with datetime-coverage, datetime-coverage-start, or datetime-coverage-end, the vague value should be exploited along with the value/s for the other keyword/s.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all are determinative.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| DC.&lt;br /&gt;
| Dublin Core, maintained by Dublin Core MetaData Initiative (DCMI), is an extensive system with some overlap with non-DC names.&amp;lt;br /&amp;gt;This reserves all strings that begin with DC and a dot. &#039;&#039;Not true; DC-HTML doesn&#039;t use hardwired prefixes, but defines the prefixes using link/@rel=&amp;quot;scheme.prefix&amp;quot;&#039;&#039;&lt;br /&gt;
| [http://www.DublinCore.org DCMI]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dir-content-pointer&lt;br /&gt;
| When several pages in a directory include main content, a table of contents, an index, and the like, a search engine may be able to organize results more usefully by identifying which is which with a standard vocabulary, helpful when different publishers use different conventions when displaying or printing content.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma and optionally with a trailing number. Multiple values are to be comma-separated (multiple values are appropriate when one document serves multiple purposes). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values, which are pointer types to which numbers may be suffixed, are limited to &amp;quot;start&amp;quot; meaning &#039;the first page that should be seen by a user&#039; (this may be anywhere in the directory and anywhere within content), &amp;quot;toc&amp;quot; meaning &#039;table of contents&#039;, &amp;quot;intro&amp;quot; including introductions, forewords, prefaces, and tables of figures, &amp;quot;abstract&amp;quot;, &amp;quot;main&amp;quot;, &amp;quot;bibliography&amp;quot; and &amp;quot;biblio&amp;quot;, which have the same meaning, &amp;quot;index&amp;quot; which may mean &#039;sitemap&#039; or not, &amp;quot;afterword&amp;quot; and &amp;quot;update&amp;quot; which have the same meaning and need not actually update, &amp;quot;credit&amp;quot; meaning &#039;credits and acknowledgments&#039;, and &amp;quot;author bio&amp;quot; meaning &#039;author&#039;s biography&#039;, including any information about the author including credentials and contact information. The number suffix may be spaceless or not.&amp;lt;br /&amp;gt;When numbers are suffixed, a search engine or directory should arrange like items in numerical order in the results, with unnumbered items following like items that are numbered, e.g., intro 1, intro 2, main 1, main 2, main, main, and so on.&amp;lt;br /&amp;gt;Each directory and each subdirectory has its own sequence.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|expires&lt;br /&gt;
|&amp;lt;code&amp;gt;meta name=&#039;expires&#039;&amp;lt;/code&amp;gt; defines the expiration date of the page. This can be used for web pages in preparation for an upcoming event, e.g. a registration form for an exposition or competition, or other cases with a pre-set date when the document will no longer be valid, e.g. a product offer in a special sale or a support page for a product known not to be supported anymore from a given time onward.&lt;br /&gt;
&lt;br /&gt;
Search engines should respond to this meta tag in a reasonable way, i.e. by removing the page from their main search results after the expiration date (possibly still returning the result in a special search for expired pages as long as the page exists and is not explicitly excluded via &amp;lt;code&amp;gt;robots.txt&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;meta name=&#039;robots&#039;&amp;lt;/code&amp;gt; etc.) or simply by indicating to the user that this result is out-of-date.&lt;br /&gt;
&lt;br /&gt;
The content attribute should define the expiration date in accordance with http://www.w3.org/TR/NOTE-datetime . The meta tag should not be used for pages without expiration date. However, for historical reasons, search engines should also interpret other date formats where possible and should be prepared to find values such as &amp;quot;&amp;quot;, &amp;quot;0&amp;quot;, &amp;quot;no&amp;quot; and &amp;quot;never&amp;quot;. Such non-date values are to be interpreted as no expiration date.&lt;br /&gt;
&lt;br /&gt;
Correctly formatted example:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&#039;expires&#039; content=&#039;2012-12-31T23:59Z&#039;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tag is not to be confused with and has a different meaning than &amp;lt;code&amp;gt;meta http-equiv=&#039;expires&#039;.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-print&lt;br /&gt;
| This is to allow a user agent to inform an operating system or a printer driver of the preferred print medium, such as the paper size.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated (multiple values might be appropriate because standard paper sizes vary around the world). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values are limited to &amp;quot;letter&amp;quot;, &amp;quot;A4&amp;quot;, &amp;quot;legal&amp;quot;, &amp;quot;A5&amp;quot;, &amp;quot;B5&amp;quot;, &amp;quot;monarch&amp;quot;, &amp;quot;envelope 10&amp;quot; meaning size #10, &amp;quot;envelope 6-3-4&amp;quot; meaning size #6 3/4, values with integers and decimals in the form of &amp;quot;8.5 x 11&amp;quot; or &amp;quot;8.5x11&amp;quot; in which spacing of the &amp;quot;x&amp;quot; does not affect meaning, &amp;quot;paper&amp;quot;, which means &#039;paper of the default color (usually white) and weight (usually 20-lb. stock)&#039;, &amp;quot;white&amp;quot;, &amp;quot;yellow&amp;quot;, &amp;quot;pink&amp;quot;, &amp;quot;blue&amp;quot;, &amp;quot;green&amp;quot;, &amp;quot;violet&amp;quot;, or &amp;quot;multicolor&amp;quot;, which means a medium of the given color or mixed, &amp;quot;letterhead&amp;quot;, &amp;quot;p2 letterhead&amp;quot; meaning &#039;letterhead intended for any page except the first&#039;, &amp;quot;watermark&amp;quot; meaning a &#039;special watermark such as an organization&#039;s own&#039;, and &amp;quot;plain&amp;quot; meaning &#039;not preprinted and not letterhead (it may have a paper manufacturer&#039;s watermark not related to letterhead)&#039;.&amp;lt;br /&amp;gt;Omitting &amp;quot;paper&amp;quot; when another recognized value is given defaults to an implied meaning of &#039;paper&#039; with the other value; e.g., &amp;quot;letter&amp;quot; means &#039;letter paper&#039;; the same principle applies to a medium&#039;s color (the default being white for paper and colorless for transparency) and plainness or lack thereof (the default being plain).&amp;lt;br /&amp;gt;Other values should be proposed before being recognized here. Label sizes should be proposed here for labels that are not on backing sheets that fit one of the recognized values, e.g., labels on narrow rolls. Blueprint paper sizes should be proposed here. Media other than standard paper, such as onion skin, heavier paper, card, and clear or color transparency, should be proposed here.&amp;lt;br /&amp;gt;The user agent may, with the user&#039;s or user sysadmin&#039;s permission (as by a menu-driven default), interpret a value to offer an alternative the user might accept and software and firmware other than the UA may interpret a value to the same end with or without permission, so this keyword is only suggestive; e.g., &amp;quot;letter&amp;quot; may be interpreted as &amp;quot;A4&amp;quot;.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value determined by other than the page, e.g., by the printer driver or the user agent.&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;format-print&#039;_MetaExtension|Talk]]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geographic-coverage&lt;br /&gt;
| The author may be the best expert on the geographic relevance of the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers and epidemiological studies which may mention locales only once.&amp;lt;br /&amp;gt;Absence of the keyword defaults to a value of world (not universe), unless the search engine chooses to interpret the page or larger unit for some other value, probably based on other than just contact information given in the website.&amp;lt;br /&amp;gt;The value for this keyword is a semicolon-separated list of one or more place-values, the order of which do not matter. One place-value will use commas to separate, in order, an optional standard natural language symbol applicable to the place-value (when omitted the language applicable to the page will control), a place-class, one or more place-subclasses if any, and one or more place name parts (where, e.g., in &amp;quot;Cape Town, South Africa&amp;quot;, &amp;quot;Cape Town&amp;quot; is a place name part but &amp;quot;Town&amp;quot; is not). Spaces after semicolons and commas are optional; spaces within place-values are present when required for each place-value (e.g., &amp;quot;Quezon City&amp;quot;, not an invented &amp;quot;QuezonCity&amp;quot;).&amp;lt;br /&amp;gt;To distinguish names that might otherwise be too similar, place-classes, all lower-case and hyphenatably spaceless, include &#039;&#039;outer-space&#039;&#039;, &#039;&#039;region&#039;&#039; (on Earth and crossing or larger than a nation, e.g., southern hemisphere, polar region, temperate zone, or Asia), &#039;&#039;intntl-water&#039;&#039; (an &#039;international water body&#039;), &#039;&#039;intntl-agcy&#039;&#039; (&#039;international agency&#039; or &#039;international collection&#039;, e.g., all U.N. member nations), &#039;&#039;nation&#039;&#039;, &#039;&#039;within-nation&#039;&#039; (limited to only one political level down from nation, e.g., state, province, territory, possession, city not included within other political units of a nation, or any comparable unit), &#039;&#039;city&#039;&#039; (including town, village, hamlet, and any comparable political unit below the level of &#039;&#039;within-nation&#039;&#039;), &#039;&#039;addr&#039;&#039; (including address, full-length street, building, institution, and neighborhood without political boundaries), &#039;&#039;pol-unit&#039;&#039; (&#039;&#039;pol&#039;&#039; abbreviating &#039;political&#039;) (e.g., a place of disputed nationhood), &#039;&#039;hist-pol-unit&#039;&#039; (&#039;&#039;hist&#039;&#039; abbreviating &#039;historical&#039;) (e.g., the Roman Empire), &#039;&#039;feature&#039;&#039; (e.g., river), &#039;&#039;num&#039;&#039; (e.g., latitude and longitude or outer-space equivalent in numbers), and &#039;&#039;ethereal&#039;&#039; (including thealogical/theological, fictional including from modern popular entertainment, and ancient secular mythical, but not including that which is asserted to be a state of mind or existence but not a place, such as nirvana). (Example for one hypothetical page: name=&amp;quot;geographic-coverage&amp;quot; content=&amp;quot;region, sub-Saharan Africa; nation, Panama; city, Panama, Panama; within-nation, Sao Paulo, Brazil; city, Sao Paulo, Sao Paulo, Brazil; within-nation, Mississippi, United States of America; region, Middle East; region, Midwest, United States of America; hist-pol-unit, Northwest Territory, United States of America; feature, river, Indus; outer-space, Indus; ethereal, ultima Thule; ethereal, Heaven; ethereal, Flatland; ethereal, Valhalla; en-US, addr, Hotel Valhalla, Fredrikstad, Norway; es, nation, Espana&amp;quot; (Indus is both a river and a constellation, illustrating the need for place-classes)).&amp;lt;br /&amp;gt;Ambiguity of place-values should be avoided despite convenience in coding because search engines may each interpret them as they see fit, e.g., it would be hard for an engine to distinguish New York from New York.&amp;lt;br /&amp;gt;For consistency of spelling, several authority lists should be settled upon, with legal, well-known, and disputed names and common abbreviations all being acceptable; but I&#039;m not proposing one here now (relying on IANA&#039;s ccTLD list might be too complex to implement and still assure coding consistency, e.g., occasionally ccTLDs can be phased out and off of IANA&#039;s list) (a standard vocabulary possibly usable here is the [http://www.getty.edu/research/conducting_research/vocabularies/tgn/index.html Getty Thesaurus of Geographic Names Online], subject to licensing and charset choice); and promulgating authority lists may best be done publicly by search engine managements, who may disagree with each other.&amp;lt;br /&amp;gt;Allowing Unicode for non-Roman alphabet-using locales is desirable, but at present that may raise technical problems, including computer security issues, that are not yet readily soluble.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| keywords-not&lt;br /&gt;
| A comma-separated list of negative keywords that distinguish a closely-related theme from this page&#039;s true theme, to support Boolean NOT searches often more realistically than visible text can, especially when both themes share the same lexicon.&amp;lt;br /&amp;gt;If keywords is no longer a supported name for a meta element, keywords-not is superfluous; however, debate has been revived on whether keywords should be supported or not; see the keywords entry in this Wiki.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6609 W3C Bug 6609]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| nextgen&lt;br /&gt;
| Used for nextgen gallery plugin in wordpress&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Unrelated spec link&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-datetime&lt;br /&gt;
| Better ranking in search engine results for recency or relevance to an event date would be aided by a standard format robots can parse. Users would save search time by not having to load many pages to find which ones are new or date-relevant.&amp;lt;br /&amp;gt;To supply a consistent and known format, the value for this keyword is a date-time expression formed in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-version&lt;br /&gt;
| Pages may be revised several times daily. While date-time given to a granularity of a fraction of a second would often suffice, when a page has to be approved more than once before posting, any or no such time may be correct (without this keyword, a comment could be necessary but probably not parsable by an engine). In addition, versions regardless of date may show consecutiveness and can replace a date that must be vague. In that case, a version number may be more useful for searches and so a robot-parsable format is needed.&amp;lt;br /&amp;gt;The keyword&#039;s value is stated in ASCII digits, is any nonnegative base-10 rational number expressed as an integer or a decimal, with any number of decimal places allowed, and may be padded with any number of leading zeros to support extraction for ASCII sorting.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&amp;lt;br /&amp;gt;The versions 0 and 0.&#039;&#039;n&#039;&#039;, with &#039;&#039;n&#039;&#039; being to any number of places, signify beta versions, i.e., drafts, in the tradition of beta software, while versions 1 and higher ordinarily signify final-release versions. After a final-release version is released, a draft of a later version is not given a version number of 0 or 0.&#039;&#039;n&#039;&#039;, but is numbered higher than the last final-release version. It is suggested to page authors that draft status, if applicable, be shown in the visibly displayed text of the page, rather than that this meta tag be relied upon as the sole notice of draft status, as it may be inadequate notice if alone.&amp;lt;br /&amp;gt;To assign a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1, the page&#039;s URL, if static, may be used as the relevant premise. Thus, if a page is copied or moved to a new URL, the author may choose to restart page-version numbering from 0.&#039;&#039;n&#039;&#039; or 1. If a page&#039;s URL is dynamic, e.g., if created on the fly from a script, the page author may prefer to use as the relevant premise for assigning a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1 the URL of the script or other technology that generates the dynamic-URL page, placing this meta element containing this attribute within the script or other technology, not within the generating page&#039;s head element (the generating page&#039;s head element may have its own meta element with this attribute describing the generating page). If one page containing the script or other technology that generates another page has more than one means for generating dynamic-URL pages, each means should contain its own meta element with this attribute. Page-version is thus largely independent of the page&#039;s date, although both would likely advance roughly in parallel.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| referrer&lt;br /&gt;
| Developers wish to control the sharing of referrer information with linked resources and followed links at the meta level. It&#039;s sometimes desirable to share referrer information from secure to non-secure resources. The proposal is to add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never|default|always&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where the value of the &#039;&#039;&#039;content&#039;&#039;&#039; attribute is:&lt;br /&gt;
* &#039;&#039;&#039;never&#039;&#039;&#039;: No referrer information is leaked when following a links or requesting resources.&lt;br /&gt;
* &#039;&#039;&#039;default&#039;&#039;&#039;: Include referrer information in non-secure context or for HTTPS resources with the same origin.&lt;br /&gt;
* &#039;&#039;&#039;always&#039;&#039;&#039;: Include referrer information when following all links and requesting any resources.&lt;br /&gt;
&lt;br /&gt;
Since &amp;lt;code&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; is redundant with a proposed &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;, the &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; proposal should be supplanted with this one, which provides more robust control.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| resolutions&lt;br /&gt;
| Authoring web sites to use resolution independent images that display beautifully on high-resolution displays should be made as easy as possible for developers and should not require JavaScript to accomplish.&lt;br /&gt;
&lt;br /&gt;
To accomplish this, I propose a new HTML Meta Tag, &amp;lt;code&amp;gt;resolutions&amp;lt;/code&amp;gt;, that can be used to specify that high-resolution versions of images linked to from the page are available and that the browser should use them in place of the lower-resolution default images if it detects that a user is using a high-resolution screen. The resolutions meta tag lists the device-pixel ratios supported by images in the page. &lt;br /&gt;
&lt;br /&gt;
So, for example…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… means that the developer is telling the browser that she has created 2x resolution images for the images linked to from the current page and named them with a @2x suffix. &lt;br /&gt;
&lt;br /&gt;
To illustrate, if her image tag is as follows…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;img src=&amp;quot;/images/flower.jpg&amp;quot; alt=&amp;quot;A flower&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… then she has two image files under /images: the low-resolution default (flower.jpg), and a higher-resolution (200%) version named flower@2x.jpg. &lt;br /&gt;
&lt;br /&gt;
(This is the same naming convention already used by Apple in its Cocoa Touch framework for automatically loading in higher-resolution versions of images.)&lt;br /&gt;
&lt;br /&gt;
Based on the meta tag, if the browser detects that the user is running at a &amp;lt;code&amp;gt;min-device-pixel-ratio&amp;lt;/code&amp;gt; of 2.0, it will automatically ask for the 2x version of the image (flower@2x.jpg) instead of the default image as specified in the image tag. &lt;br /&gt;
&lt;br /&gt;
Finally, so as not to flood external sites with high-resolution image requests, this functionality would only work for local images specified via relative links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Multiple resolutions&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The resolutions tag can also contain a list of supported device-pixel ratios so as to support even higher-resolution displays when and if they become available in the future. &lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x, 4x, 8x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this case, the developer would provide 2x, 4x, and 8x versions of all images. So, in the running example, she would make flower.jpg, flower@2x.jpg, flower@4x.jpg, and flower@8x.jpg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Advantages&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages of this approach are several:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Makes it very simple for developers to support high-resolution displays like the iPhone 4&#039;s Retina screen&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not require JavaScript&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not change the default way that things work (if the meta tag is not specified, the browser simply behaves as it always has).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| [http://aralbalkan.com/3355 Proposal for native browser support of high-resolution image substitution]&lt;br /&gt;
[http://aralbalkan.com/3331 How to make your web content look stunning on the iPhone 4’s new Retina display]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| rights&lt;br /&gt;
| As a page effectively appears in at least two forms, usually one as interpreted and displayed on a device and the other as source code, arguably intellectual property rights that must be asserted must be asserted in ways understandable in both contexts. For example, &amp;amp;amp;copy; is a raw representation that may legally fail as part of copyright notice to someone seeing source code and not the display, important when someone wants to copy source code for use elsewhere and may rely on a defense of innocent infringement (at least in U.S.). While such assertions can be made in a comment element, it may be helpful to have a tag that search engines can parse and index verbatim.&amp;lt;br /&amp;gt;The value may include standard and nonstandard notices, invocations of licenses such as GFDL and ASCAP, and any other information. Content is defined as free-form, leaving the page author discretion for the entry.&amp;lt;br /&amp;gt;Statements in one tag may discuss several portions of the page differently, e.g., with different licenses.&amp;lt;br /&amp;gt;More than one license may be offered, along with the page&#039;s relationship to all.&amp;lt;br /&amp;gt;Not all statements need be license grants. A statement may state whom to ask for reprint permission or may reserve all rights, for example.&amp;lt;br /&amp;gt;Only one meta tag with this keyword may be present. Page authors must not use more than one. A UA finding multiple such tags on one page must ignore all of them.&amp;lt;br /&amp;gt;The copyright symbol that would be generated by its character entity is not recommended for legal notice in source code when the word &#039;Copyright&#039; may be used instead, because the entity may be read in raw form, but use is up to the page author. The same concept applies to any intellectual property rights symbol for which a suitable alternative is available, such as for trademark or service mark.&amp;lt;br /&amp;gt;ASCII text would not suffice when a name or notice legally may have to be in a non-Roman alphabet, but no alternative may yet exist in HTML5.&amp;lt;br /&amp;gt;Search engine storage may impose a length limit, but, because of legal consequences, if the value&#039;s length exceeds a given limit the search index should retain or interpret none of it but only refer to it.&amp;lt;br /&amp;gt;The content string may only be copied verbatim in its full length, referred to, or ignored. It may not be, for example, paraphrased, truncated, interpreted, or classified except in addition to being copied verbatim in its full length.&amp;lt;br /&amp;gt;Ignoring shall not void, nullify, or alter any rights stated in such tag.&amp;lt;br /&amp;gt;For the synonymy, &#039;&#039;IP&#039;&#039;, &#039;&#039;IP-rights&#039;&#039;, and &#039;&#039;IP-right&#039;&#039; are not reserved; while the abbreviation &#039;&#039;IP&#039;&#039; &#039;intellectual property&#039; is common among attorneys in the U.S., page authors will more likely be computerate, and the abbreviation may be wanted for &#039;Internet Protocol&#039;.&lt;br /&gt;
| [[Talk:MetaExtensions#rights:_why_reversion|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| subj-. . .&lt;br /&gt;
| To classify by subject a page&#039;s content, a standard subject taxonomy that will be recognized by a search engine or directory will help. Because many such high-quality taxonomies exist, only a prefix is proposed. Over time, particular taxonomies, in print or online, may be recognized here and keywords assigned for each.&amp;lt;br /&amp;gt;The keyword will be constructed case-insensitively with subkeywords in the form subj-[nationAbbrev]-[taxonomy]-[edition][-optionalSubedition], e.g., subj-US-MeSH-2009online (perhaps). After &amp;quot;subj-&amp;quot;, the second subkeyword will identify the nation where the taxonomy is published or offered as an aid in identifying the taxonomy and does not limit the subject coverage; e.g., a taxonomy published in Japan may be ideal for classifying Canadian botany or Peruvian economy.&amp;lt;br /&amp;gt;As subject values may vary between editions of one taxonomy, an edition and optionally a subedition is to be identified in the third and optionally the fourth subkeywords. The subedition, if any, is any update or revision occurring between editions, such that a value drawn from that edition and subedition is stable. The means of identifying edition and subedition should be included in the registration of a keyword.&amp;lt;br /&amp;gt;Examples of taxonomies from the U.S. include MeSH (medical) and the Library of Congress Subject Headings.&amp;lt;br /&amp;gt;The value identifying a subject for a Web page will be drawn from the cited taxonomy&#039;s edition and subedition.&amp;lt;br /&amp;gt;If the value should have a style to prevent ambiguity in interpretation, that style is to be registered here for that keyword. Multiple values are expressed with multiple meta elements, one value for each, since comma-separation is probably not compatible with all taxonomies.&amp;lt;br /&amp;gt;If a value requires case-sensitivity to prevent confusion, the entry here registering the keyword must accommodate that need with the needs of HTML 5 with an appropriate rule. To that end, a proposal to allow case-sensitivity in meta tags under some circumstances has been offered in the W3C bug reporting system.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6854 W3C Bug 6854]&lt;br /&gt;
| subject-. . .&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| nibbler-site-verification&lt;br /&gt;
| Used to verify ownership of Nibbler site&lt;br /&gt;
| [http://nibbler.silktide.com/ Nibbler site]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Claimed spec link does not link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MSSmartTagsPreventParsing&lt;br /&gt;
| Microsoft introduced into Internet Explorer 6 Beta a feature that some website designers wished to preclude from applying in order to prevent public misunderstanding of their websites. The feature allowed a browser to add information but at a risk that users wouldn&#039;t know that it wasn&#039;t supplied by the website. This keyword was provided by Microsoft for those of us who wanted it.&amp;lt;br /&amp;gt;Its value was &amp;quot;TRUE&amp;quot;. Microsoft spelled the keyword with some capitals and the value in all capitals but whether capitalization was required for either is unknown; some opinions vary. Since it need be understood by only one browser, and that one a beta version, full standards compliance should not be assumed, and original case may be required. (This tag is used by Google: &amp;quot;&amp;lt;meta content=&#039;true&#039; name=&#039;MSSmartTagsPreventParsing&#039;/&amp;gt;&amp;quot; appeared (with internal quote marks as singles) in the source code for &amp;lt;http://googleblog.blogspot.com/2009/04/listening-to-google-health-users.html&amp;gt;, as accessed 4-27-09.)&amp;lt;br /&amp;gt;Microsoft has apparently removed this instruction from its website on the ground that the beta version is no longer available and is not supported, but that doesn&#039;t assure that some users aren&#039;t still using the beta browser, perhaps inadvertently. Therefore, designers may wish to continue using the keyword and value and they are preserved here.&lt;br /&gt;
| e.g., [http://www.theregister.co.uk/2001/06/25/web_sites_banish_those_winxp/ The Register (U.K.)], [http://cc.uoregon.edu/cnews/summer2001/summer2001.pdf Univ. Oregon (U.S.) (PDF p. 18)], &amp;amp; [http://trillian.mit.edu/~jc/demo/SmartTagsOff.html John Chambers (U.S.) (job résumé near root)], all as accessed 4-19-09&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks spec, potentially never minted by MS as a meta name (as opposed to a http-equiv value), even if minted by Microsoft, abandoned before shipping in any final release of IE&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| wot-verification&lt;br /&gt;
| Used to verify ownership of WOT (Web Of Trust)&lt;br /&gt;
| [http://www.mywot.com/ WOT site]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Claimed spec URL is not a spec URL&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Failed Proposals ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to more details&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| cache&lt;br /&gt;
| This doesn&#039;t actually work; use HTTP headers instead.&amp;lt;br /&amp;gt;Value must be &amp;quot;public&amp;quot;, &amp;quot;private&amp;quot;, or &amp;quot;no-cache&amp;quot;. Intended as a simple way to tell user agents whether to store a copy of the document or not. An alternate for HTTP/1.1&#039;s cache-control; for publishers without access to modifying cache-control.&lt;br /&gt;
| none&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| no-email-collection&lt;br /&gt;
| HTML5 prohibits URL-valued meta names. They should be rel keywords instead.&amp;lt;br /&amp;gt;Intended to reference legal policy of web site indicating that harvesting of e-mail addresses on the site is not permitted and in violation of applicable laws such as the CAN-SPAM Act of 2003.&lt;br /&gt;
| [https://www.ProjectHoneyPot.org/how_to_avoid_spambots_5.php Project Honey Pot]&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Process ==&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;Status&amp;quot; section to be changed to &amp;quot;Ratified&amp;quot;, the proposed keyword must be defined by a W3C specification in the Candidate Recommendation or Recommendation state. If it fails to go through this process, it is &amp;quot;Unendorsed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For more details, see [http://whatwg.org/specs/web-apps/current-work/#concept-meta-extensions the HTML5 specification].&lt;br /&gt;
&lt;br /&gt;
[[Category:Registries]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=7849</id>
		<title>MetaExtensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=7849"/>
		<updated>2011-12-19T08:40:38Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Move the Open Graph Protocol stuff to incomplete proposals&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;To create an account, please ask someone in the #whatwg [[IRC]] channel on Freenode, or e-mail ian@hixie.ch. We had to disable open signups because the level of spam became intolerable.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page lists the allowed extension values for the name=&amp;quot;&amp;quot; attribute of the &amp;amp;lt;meta&amp;gt; element in HTML5. You may add your own values to this list, which makes them legal HTML5 metadata names. We ask that you try to avoid redundancy; if someone has already defined a name that does roughly what you want, please reuse it. Also, please be sure to include &#039;&#039;all&#039;&#039; the items [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names required by the spec] &#039;&#039;including a link to a specification&#039;&#039; that specifies the keyword &#039;&#039;as an HTML meta keyword&#039;&#039;. Note that URL-valued properties must not be registered as meta names but should be registered as [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions rel keywords] instead. Also note that changes to this registry may not be reflected in validators in real time.&lt;br /&gt;
&lt;br /&gt;
== Registered Extensions ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| alexaverifyid&lt;br /&gt;
| Used to verify ownership of Alexa Search&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-capable&lt;br /&gt;
| Sets whether a web application runs in full-screen mode.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| Could maybe be assumed when &amp;lt;code&amp;gt;application-name&amp;lt;/code&amp;gt; is set?&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-status-bar-style&lt;br /&gt;
| Sets the style of the status bar for a web application.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| baiduspider&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Baidu only.&lt;br /&gt;
| [http://www.baidu.com/search/robots_english.html Baidu documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-param&lt;br /&gt;
| Cross-site request forgery protection parameter for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-token&lt;br /&gt;
| Cross-site request forgery protection token for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dc.date.issued&lt;br /&gt;
| Date of publication for Google News. The format of the content is YYYY-MM-DD or YYYY-MM-DDThh:mm:ssTZD.&lt;br /&gt;
| [http://www.google.com/support/news_pub/bin/answer.py?answer=93994 Google News documentation]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dcterms.issued&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dc.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a&lt;br /&gt;
controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the&lt;br /&gt;
&amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dc.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
&amp;lt;code&amp;gt;dc.language&amp;lt;/code&amp;gt; is preferred by several web validators over &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.abstract&lt;br /&gt;
| A summary of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-abstract DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accessRights&lt;br /&gt;
| Information about who can access the resource or an indication of its security status.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accessRights DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualMethod&lt;br /&gt;
| The method by which items are added to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualMethod DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualPeriodicity&lt;br /&gt;
| The frequency with which items are added to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualPeriodicity DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualPolicy&lt;br /&gt;
| The policy governing the addition of items to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualPolicy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.alternative&lt;br /&gt;
| An alternative name for the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-alternative DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.audience&lt;br /&gt;
| A class of entity for whom the resource is intended or useful.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-audience DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.available&lt;br /&gt;
| Date (often a range) that the resource became or will become available.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-available DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.bibliographicCitation&lt;br /&gt;
| A bibliographic reference for the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-bibliographicCitation DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;cite&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.conformsTo&lt;br /&gt;
| An established standard to which the described resource conforms.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-conformsTo DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.contributor&lt;br /&gt;
| An entity responsible for making contributions to the content of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-contributor DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.coverage&lt;br /&gt;
| The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-coverage DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.created&lt;br /&gt;
| Date of creation of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-created DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.creator&lt;br /&gt;
| An entity primarily responsible for making the resource. Examples of&lt;br /&gt;
a Creator include a person, an organization, or a service.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-creator DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| In some cases redundant with the HTML built-in keyword &lt;br /&gt;
| &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt; Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.date&lt;br /&gt;
| A point or period of time associated with an event in the lifecycle of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-date DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateAccepted&lt;br /&gt;
| Date of acceptance of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateAccepted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateCopyrighted&lt;br /&gt;
| Date of copyright.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateCopyrighted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateSubmitted&lt;br /&gt;
| Date of submission of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateSubmitted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.description&lt;br /&gt;
| An account of the resource. Description may include but is not&lt;br /&gt;
limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-description DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt; &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.educationLevel&lt;br /&gt;
| A class of entity, defined in terms of progression through an educational or training context, for which the described resource is intended.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-educationLevel DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.extent&lt;br /&gt;
| The size or duration of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-extent DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.format&lt;br /&gt;
| The file format, physical medium, or dimensions of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-format DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasFormat&lt;br /&gt;
| A related resource that is substantially the same as the pre-existing described resource, but in another format.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasFormat DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasPart&lt;br /&gt;
| A related resource that is included either physically or logically in the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasPart DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
 &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasVersion&lt;br /&gt;
| A related resource that is a version, edition, or adaptation of the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasVersion DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.identifier&lt;br /&gt;
| An unambiguous reference to the resource within a given context.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-identifier DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.instructionalMethod&lt;br /&gt;
| A process used to engender knowledge, attitudes and skills, that the described resource is designed to support.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-instructionalMethod DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isFormatOf&lt;br /&gt;
| A related resource that is substantially the same as the described resource, but in another format.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isFormatOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isPartOf&lt;br /&gt;
| A related resource in which the described resource is physically or logically included.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isPartOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isReferencedBy&lt;br /&gt;
| A related resource that references, cites, or otherwise points to the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isReferencedBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isReplacedBy&lt;br /&gt;
| A related resource that supplants, displaces, or supersedes the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isReplacedBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isRequiredBy&lt;br /&gt;
| A related resource that requires the described resource to support its function, delivery, or coherence.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isRequiredBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.issued&lt;br /&gt;
| Date of formal issuance (e.g., publication) of the resource. (DC&lt;br /&gt;
doesn&#039;t spec a date format but the established practice is&lt;br /&gt;
YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-issued DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isVersionOf&lt;br /&gt;
| A related resource of which the described resource is a version, edition, or adaptation.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isVersionOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a&lt;br /&gt;
controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the&lt;br /&gt;
&amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.license&lt;br /&gt;
| A legal document giving official permission to do something with the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-license DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;license&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.mediator&lt;br /&gt;
| An entity that mediates access to the resource and for whom the resource is intended or useful.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-mediator DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.medium&lt;br /&gt;
| The material or physical carrier of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-medium DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.modified&lt;br /&gt;
| Date on which the resource was changed. (DC doesn&#039;t spec a date&lt;br /&gt;
format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-modified DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.provenance&lt;br /&gt;
| A statement for any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-provenance DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.publisher&lt;br /&gt;
| An entity responsible for making the resource available.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-publisher DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.references&lt;br /&gt;
| A related resource that is referenced, cited, or otherwise pointed to by the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-references DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.relation&lt;br /&gt;
| A related resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-relation DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.replaces&lt;br /&gt;
| A related resource that is supplanted, displaced, or superseded by the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-replaces DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.requires&lt;br /&gt;
| A related resource that is required by the described resource to support its function, delivery, or coherence.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-requires DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.rights&lt;br /&gt;
| Information about rights held in and over the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-rights DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.rightsHolder&lt;br /&gt;
| A person or organization owning or managing rights over the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-rightsHolder DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.source&lt;br /&gt;
| A related resource from which the described resource is derived.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-source DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.spatial&lt;br /&gt;
| Spatial characteristics of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-spatial DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.subject&lt;br /&gt;
| The topic of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-subject DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;keywords&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.tableOfContents&lt;br /&gt;
| A list of subunits of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-tableOfContents DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.temporal&lt;br /&gt;
| Temporal characteristics of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-temporal DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| A name given to the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-title DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.type&lt;br /&gt;
| The nature or genre of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-type DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.valid&lt;br /&gt;
| Date (often a range) of validity of a resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-valid DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| designer&lt;br /&gt;
| Credits the designer(s) responsible for the visual presentation of a website.&lt;br /&gt;
| [https://sites.google.com/site/metadesignerspec/ Documenation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| EssayDirectory&lt;br /&gt;
| Defines a custom description of websites listed in EssayDirectory.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;EssayDirectory&amp;quot; content=&amp;quot;Helping students find legitimate essay services.&amp;quot;&amp;gt;&lt;br /&gt;
| [http://essaydirectory.com/privacy-terms/#EssayDirectory_MetaExtension Documenation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| publisher&lt;br /&gt;
| Searching for one content publisher&#039;s or page publisher&#039;s work requires a standard robot-parsable format for the information. This often differs from creator or author when the publisher is an institution. An institutional name, personal name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one publisher. Multiple publishers are to be represented with multiple tags, although multiple publishers are less common than multiple authors or creators; multiplicity is more likely for a legal name and a well-known name.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a publisher need only enter a name once in one order.&lt;br /&gt;
| defacto standard, used in nearly every website, e.g. [http://www.gaijin.at/olsmgen.php][http://developers.evrsoft.com/metagen.shtml][http://www.html-seminar.de/metatags.htm]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| review_date&lt;br /&gt;
| The date a resource is scheduled for review by content creator in order to determine if it should be archived, updated or retained as is.&lt;br /&gt;
| [http://www.hc-sc.gc.ca/home-accueil/alt_formats/pacrb-dgapcr/pdf/Metadata_Application_Profile_2009.pdf Health Canada Web Metadata Application Profile March 2009 ]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| es.title&lt;br /&gt;
| Object Title, where this is not the TITLE or H1 tag content, but the resource title&lt;br /&gt;
| [http://www.eibs.co.uk/reference/ EIBS EasySite CMS - Content Attributes Reference]&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-detection&lt;br /&gt;
| Enables or disables automatic detection of possible phone numbers in a webpage in Safari on iOS.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.country&lt;br /&gt;
| Case-insensitive ISO 3166-1 alpha-2 code of a country to which the page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.country&amp;quot; content=&amp;quot;de&amp;quot;&amp;gt;&lt;br /&gt;
| [http://www.syndic8.com/help_metadata.php All About Feed Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.placename&lt;br /&gt;
| Defines name of geographic place to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.placename&amp;quot; content=&amp;quot;Auwaldstraße 11, 79110 Freiburg im Breisgau, Deutschland&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.position&lt;br /&gt;
| Defines geographic position to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.position&amp;quot; content=&amp;quot;48.02682000000001;7.809769999999958&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| icbm (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.region&lt;br /&gt;
| Defines name of geographic region to which page is related to. Content is specified by ISO-3166.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.region&amp;quot; content=&amp;quot;DE-BW&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&amp;lt;br&amp;gt;[http://en.wikipedia.org/wiki/ISO_3166 ISO-3166]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| google-site-verification&lt;br /&gt;
| Used to verify ownership for Webmaster Tools.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=79812 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| googlebot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Googlebot only.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=93710 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| revisit-after&lt;br /&gt;
| revisit-after is used to tell search engines how often to recrawl the page. To our knowledge only one search engine has ever supported it, and that search engine was never widely used — at this point, it is nothing more than a good luck charm.&lt;br /&gt;
| [http://code.google.com/webstats/2005-12/metadata.html Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| icbm&lt;br /&gt;
| Defines geographic position to which page is related to. The acronym stands for ICBM Intercontinental Ballistic Missile - an old, humorous allusion to the possible use of such coordinates.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;ICBM&amp;quot; content=&amp;quot;47.0667, 15.4500&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://geourl.org/add.html GeoURL documentation]&lt;br /&gt;
| geo.position (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| HandheldFriendly&lt;br /&gt;
| Denotes handheld-friendly content&lt;br /&gt;
| [http://learnthemobileweb.com/tag/handheldfriendly/]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MobileOptimized&lt;br /&gt;
| Denotes content optimized for mobile browsers&lt;br /&gt;
| [http://learnthemobileweb.com/tag/mobileoptimized/]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| itemsPerPage&lt;br /&gt;
| Used to identify the number of search results returned per page.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-task&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
Jump List items act as entry points into the website even when the browser is not running. A Jump List can contain commonly used destinations and tasks. Some items apply to the whole site, and some apply only to specific users. &lt;br /&gt;
For example, to add a single task called &amp;quot;Check Order Status&amp;quot; specify a meta element in the head of your webpage, as follows:&lt;br /&gt;
 &amp;lt;META name=&amp;quot;msapplication-task&amp;quot; content=&amp;quot;name=Check Order Status;&lt;br /&gt;
      action-uri=./orderStatus.aspx?src=IE9;&lt;br /&gt;
      icon-uri=./favicon.ico&amp;quot;  /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491725(v=vs.85).aspx Tasks in Jump List]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-starturl&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-starturl&amp;quot; metadata contains the root URL of the application. The start URL can be fully qualified, or relative to the current document. Only HTTP and HTTPS protocols are allowed. If this element is missing, the address of the current page is used instead.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-starturl&amp;quot; content=&amp;quot;./&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-tooltip&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-tooltip&amp;quot; metadata provides additional tooltip text that appears when you hover over the Pinned Site shortcut in the Windows Start menu or on the desktop.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-tooltip&amp;quot; content=&amp;quot;Channel 9 Podcasts&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-navbutton-color&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-navbutton-color&amp;quot; metadata define the custom color of the Back and Forward buttons in the Pinned Site browser window. Any named color, or hex color value is valid.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-navbutton-color&amp;quot; content=&amp;quot;#FF3300&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msvalidate.01&lt;br /&gt;
| One of the verification elements used by Bing.&lt;br /&gt;
| [http://onlinehelp.microsoft.com/en-us/bing/hh204490.aspx Bing Webmaster Tools]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| norton-safeweb-site-verification&lt;br /&gt;
| Used to verify ownership of Website for Norton SafeWeb.&lt;br /&gt;
| http://safeweb.norton.com/help/site_owners#verification_tips Norton SafeWeb Help Documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rating &lt;br /&gt;
| The Restricted to Adults label (RTA) provides a way for adult oriented websites to indicate that their content is off limits to children. RTA was introduced in 2006 and is currently used by a large number of adult web content providers. RTA is recognized by all major parental control filters.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;RATING&amp;quot; content=&amp;quot;RTA-5042-1996-1400-1577-RTA&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://www.rtalabel.org/index.php?content=howto RTA documentation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rights-standard&lt;br /&gt;
| The purpose is to enable search engines and other cataloging services to compile the types of rights allocated to the work. (Does any search engine actually implement this? [[User:Hsivonen|hsivonen]] 07:34, 14 July 2011 (UTC))&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This keyword does not provide, remove or alter any legal protections or designations.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Format: &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;rights-standard&amp;quot; content=&amp;quot;element id;rights&amp;quot; /&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* element id - the HTML Element ID of the item these rights apply to&lt;br /&gt;
* rights - what rights are assigned to the item&lt;br /&gt;
** &amp;quot;pd&amp;quot; - Public domain&lt;br /&gt;
** &amp;quot;cc by-sa&amp;quot; - Creative Commons Attribution&lt;br /&gt;
** &amp;quot;cc by-nd&amp;quot; - Creative Commons  NoDerivs &lt;br /&gt;
** &amp;quot;cc by-nc&amp;quot; - Creative Commons Attribution-NonCommercial&lt;br /&gt;
** &amp;quot;cc by-nc-sa&amp;quot; - Creative Commons Attribution-NonCommercial-ShareAlike&lt;br /&gt;
** &amp;quot;cc by-nc-nd&amp;quot; - Creative Commons Attribution-NonCommercial-NoDerivs&lt;br /&gt;
&lt;br /&gt;
| [http://sites.google.com/site/metarightsstandard/ Spec]&lt;br /&gt;
|Redundant with [http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#licensing-works Microdata vocabulary for licensing works].&lt;br /&gt;
|Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| robots&lt;br /&gt;
| A comma-separated list of operators explaining how search engine crawlers should treat the content. Possible values are &amp;quot;noarchive&amp;quot; to prevent cached versions, &amp;quot;noindex&amp;quot; to prevent indexing, and &amp;quot;nofollow&amp;quot; works as the link rel value with the same name. This meta name is already supported by every popular search engine.&amp;lt;br /&amp;gt;The content value &amp;quot;NOODP&amp;quot; has been offered elsewhere, so I&#039;m proposing it here. It blocks robots from using [http://www.dmoz.org Open Directory Project] descriptions of a website instead of Web pages&#039; own meta descriptions. It may have been introduced by Microsoft.&amp;lt;br /&amp;gt;The content value &amp;quot;NOYDIR&amp;quot; has been offered by Yahoo, so I&#039;m proposing it here. It blocks Yahoo&#039;s robot from using the Yahoo directory&#039;s descriptions of a website instead of Web pages&#039; own meta descriptions. Whether any other robot supports this is unknown but possibly no other search engine uses Yahoo&#039;s directory anyway.&lt;br /&gt;
| [http://www.robotstxt.org/wc/exclusion.html#meta Robots exclusion protocol], NOODP value: [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=35264 Google], [http://help.yahoo.com/l/us/yahoo/search/indexing/indexing-11.html Yahoo], NOYDIR value: [http://ysearchblog.com/2007/02/28/yahoo-search-support-for-noydir-meta-tags-and-weather-update/ Yahoo], as accessed 4-28-09&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| slurp&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Yahoo! only.&lt;br /&gt;
| [http://help.yahoo.com/l/au/yahoo7/search/indexing/indexing-11.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| startIndex&lt;br /&gt;
| Used to identify the index of the first search result in the current set of search results.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| teoma&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Teoma and Ask.com only.&lt;br /&gt;
| [http://about.ask.com/en/docs/about/webmasters.shtml Ask.com documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| totalResults&lt;br /&gt;
| Used to identify the number of search results available for the current search.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| verify-v1&lt;br /&gt;
| Legacy verification for Google Sitemaps.&lt;br /&gt;
| [http://sitemaps.blogspot.com/2006/05/more-about-meta-tag-verification.html Inside Google Sitemaps: More about meta tag verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| &amp;lt;span id=&amp;quot;viewport&amp;quot;&amp;gt;viewport&amp;lt;/span&amp;gt;&lt;br /&gt;
| Provides a way for documents to specify (using markup rather than CSS) the size, zoom factor, and orientation of the viewport that is used as the base for the document&#039;s [http://www.w3.org/TR/CSS21/visudet.html#containing-block-details initial containing block]. The following properties can be used in the value of the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute:&lt;br /&gt;
* width&lt;br /&gt;
* height&lt;br /&gt;
* initial-scale&lt;br /&gt;
* minimum-scale&lt;br /&gt;
* maximum-scale&lt;br /&gt;
* user-scalable&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;initial-scale=1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=480, initial-scale=2.0, user-scalable=1&amp;quot;&amp;gt;&lt;br /&gt;
For more details, see the [http://dev.w3.org/csswg/css-device-adapt/#viewport-meta-element Viewport META element] section of the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification.&lt;br /&gt;
| For &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; elements that have a &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute whose value is &amp;lt;code&amp;gt;viewport&amp;lt;/code&amp;gt;, the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification defines the recognized properties for the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute&amp;gt;, as well as an algorithm for parsing the value of that attribute.&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_n&lt;br /&gt;
| &#039;&#039;&#039;Name of the Content Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_n&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_s&lt;br /&gt;
| &#039;&#039;&#039;Name of Content Sub-Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_s&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ac&lt;br /&gt;
| &#039;&#039;&#039;Advertising Click parameter&#039;&#039;&#039;&lt;br /&gt;
When a visitor to your site clicks on an ad, that action is referred to as an Ad Click. The following META tag tracks advertising clicks:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ac&amp;quot; CONTENT=&amp;quot;name&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the advertisement clicked to reach a particular web page. The Ad Click must contain an external redirect back to the client. The redirect needs to include the necessary code to generate a hit to the SDC server. You can designate multiple Advertising Clicks using semicolons.&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file111.html?WT.ac=CONTENT111&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file222.html?WT.ac=CONTENT222&amp;quot;&amp;gt;&lt;br /&gt;
The name of the advertisement clicked to reach a particular web page. To capture this information with DCS, the Advertising Click must contain an external redirect back to the client. The redirect needs to &lt;br /&gt;
&lt;br /&gt;
include the necessary code to generate a hit to the DCS. The maximum length for each name is 64 bytes.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ad&lt;br /&gt;
| &#039;&#039;&#039;Advertising View parameter&#039;&#039;&#039;&lt;br /&gt;
Visitors often view advertisements that they do not necessarily click on. You can use On-Site Advertising to determine the number of visitors to your web site who view particular ads. With this feature you can produce advertising reports for each of your clients.&lt;br /&gt;
If you are selling advertising space on your web site, for example, you can collect traffic statistics to help determine pricing schedules.&lt;br /&gt;
The following META tag tracks advertising views:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.ad&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.mc_id&lt;br /&gt;
| &#039;&#039;&#039;Identifies the ID of the marketing campaign&#039;&#039;&#039;&lt;br /&gt;
To attract new students, a university launches a marketing campaign by sending recruitment email to all graduating high school seniors in a metropolitan area. The email links to a special landing page in the university’s web site, containing the following META tag to track marketing campaigns.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.mc_id&amp;quot; CONTENT=&amp;quot;1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
You may use this parameter on the URL.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;link?WT.mc_id=1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
The Campaign ID 1X2GG34 represents recruits to be contacted by email&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.sv&lt;br /&gt;
| &#039;&#039;&#039;Tracking Servers parameter&#039;&#039;&#039;&lt;br /&gt;
If your site is hosted on multiple servers, a server cluster, or a server farm, and you want to evaluate the performance of your load balancer, Webtrends can track page views for each server. To do so, populate the following META tag on all pages on each server:&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;My Server&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the machine that serves the web page. If you have two servers (Server1 and Server2), you would make two copies of the META tag and designate CONTENT=“Server1” for deployment to pages on the first server and CONTENT=“Server2” for deployment to the same pages on the second server.&lt;br /&gt;
For a server farm, you can extract the value of the built-in server name and dynamically assign it to the&lt;br /&gt;
META tag using server-side scripting.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server1&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server2&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [https://tagbuilder.webtrends.com/Help/Miscellaneous/AdSearch.aspx?keepThis=true&amp;amp;TB_iframe=true&amp;amp;height=450&amp;amp;width=650 About WT.ad].&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ti&lt;br /&gt;
| &#039;&#039;&#039;Tracking Page Titles&#039;&#039;&#039;&lt;br /&gt;
You may want to modify a page title before sending it to Webtrends in the following cases:&lt;br /&gt;
* You are dealing with dynamic content pages identified by URL parameters, and the page title represents the title of the base URL page rather than the dynamic content page.&lt;br /&gt;
Unless you modify the page titles, all pages have the same title in the reports.&lt;br /&gt;
* All pages have been assigned the same title, for reasons of style or company policy.&lt;br /&gt;
Even though URLs are displayed in addition to page title, the entire URL cannot be depended upon to distinguish one page from another.&lt;br /&gt;
Use server-side scripts to change the title to something that reflects the content of the pages so that you can identify them in reports. Next, pass the customized page titles to Webtrends, using the following META tag:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ti&amp;quot; CONTENT=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the title for this page.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| y_key&lt;br /&gt;
| Used to verify ownership for Yahoo! Site Explorer&lt;br /&gt;
| [http://help.yahoo.com/l/us/yahoo/search/siteexplorer/siteexplorer-06.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| yandex-verification&lt;br /&gt;
| Used to verify ownership for Yandex Webmaster.&lt;br /&gt;
| [http://help.yandex.ru/webmaster/?id=995300#995356 Yandex Webmaster ownership verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.instruction&lt;br /&gt;
| Globrix property information: Property to Buy or Rent&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.price&lt;br /&gt;
| Globrix property information: Price for the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.postcode&lt;br /&gt;
| Globrix property information: Postcode of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bedrooms&lt;br /&gt;
| Globrix property information: Number of bedrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bathrooms&lt;br /&gt;
| Globrix property information: Number of bathrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.type&lt;br /&gt;
| Globrix property information: Type of property e.g. &#039;semi-detatched house&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.condition&lt;br /&gt;
| Globrix property information: Condition of the property e.g. &#039;renovated&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.features&lt;br /&gt;
| Globrix property information: Features of the property e.g. &#039;double glazing&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.outsidespace&lt;br /&gt;
| Globrix property information: External features of the property e.g. &#039;garden&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.parking&lt;br /&gt;
| Globrix property information: Parking available for property e.g. &#039;parking for 2 cars&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.period&lt;br /&gt;
| Globrix property information: Period of the property e.g. &#039;victorian terrace&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.poa&lt;br /&gt;
| Globrix property information: If the property price is only available on application&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.tenure&lt;br /&gt;
| Globrix property information: The tenure of the property e.g. &#039;leasehold&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.underoffer&lt;br /&gt;
| Globrix property information: Indicates if the property is under offer&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.priceproximity&lt;br /&gt;
| Globrix property information: The region of the attached price e.g. &#039;guide price of&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.latitude&lt;br /&gt;
| Globrix property information: The latitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.longitude&lt;br /&gt;
| Globrix property information: The longitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| gm-gpx-v&lt;br /&gt;
| Wordpress Plugin Google Maps GPX Viewer&lt;br /&gt;
| [http://wordpress.org/extend/plugins/google-maps-gpx-viewer/ Google Maps GPX Viewer]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| meta_date&lt;br /&gt;
| The date used to indicate that the Metadata has been prepared and/or reviewed and approved by the Metadata Unit. Its purpose is administrative. (Used by &amp;quot;Autonomy&amp;quot;.)&lt;br /&gt;
| [http://www.hc-sc.gc.ca/home-accueil/alt_formats/pacrb-dgapcr/pdf/Metadata_Application_Profile_2009.pdf Health Canada Web Metadata Application Profile March 2009 ]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposals that don&#039;t meet the [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names requirements] for a registration ==&lt;br /&gt;
&lt;br /&gt;
Note that these proposals can be moved back to the registry table if the problems listed in the rightmost column of this table are addressed.&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
! Registration requirement failure&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:title&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The spec specifies this to be a value of the property attribute--not a meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:type&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The spec specifies this to be a value of the property attribute--not a meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:url&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The spec specifies this to be a value of the property attribute--not a meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:image&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The spec specifies this to be a value of the property attribute--not a meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:site_name&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The spec specifies this to be a value of the property attribute--not a meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| fb:admins&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The spec specifies this to be a value of the property attribute--not a meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:description&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The spec specifies this to be a value of the property attribute--not a meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| fb:page_id&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The spec specifies this to be a value of the property attribute--not a meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| audience&lt;br /&gt;
| To aid search engines in classifying and to aid directory compilers, an audience most appropriate for the page may be suggested. Subject matter may not be a good clue; for example, an analysis of children&#039;s literature may be directed to teachers.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated. Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values:&amp;lt;br /&amp;gt;-- &amp;quot;all&amp;quot; and &amp;quot;everyone&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;adult&amp;quot; and &amp;quot;mature&amp;quot; have the same meaning and are for content that only adults may access, but no one responsible for preventing a nonadult or the immature from accessing the page or its content should rely on either or both of these values to do so without other means (not the same as &amp;quot;grownup&amp;quot;, which see)&amp;lt;br /&amp;gt;-- &amp;quot;child&amp;quot; and &amp;quot;juvenile&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;teen&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;grownup&amp;quot; is not identical to &amp;quot;adult&amp;quot; or &amp;quot;mature&amp;quot; in not implying a precise boundary but is approximately any person who may be able to understand and apply the content (e.g., car driving instruction that may be read by a minor not yet old enough to drive a car but who would likely benefit from somewhat early exposure to the instruction)&amp;lt;br /&amp;gt;-- &amp;quot;parent&amp;quot; to include guardian and temporary caregiver&amp;lt;br /&amp;gt;-- &amp;quot;teacher&amp;quot; to include professor and ad hoc instructor&amp;lt;br /&amp;gt;-- &amp;quot;elementary school student&amp;quot; to include any student below high school&amp;lt;br /&amp;gt;-- &amp;quot;high school student&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;elhi&amp;quot; to include any student in elementary school through high school&amp;lt;br /&amp;gt;-- &amp;quot;college student&amp;quot; including graduate and professional school&amp;lt;br /&amp;gt;-- &amp;quot;business&amp;quot; including management, finance, and prospective customers (this includes e-commerce and investor sites)&amp;lt;br /&amp;gt;-- &amp;quot;health&amp;quot; including any health care provider including alternative and ad hoc&amp;lt;br /&amp;gt;-- &amp;quot;patient&amp;quot; for any health care recipient&amp;lt;br /&amp;gt;-- &amp;quot;lawyer&amp;quot; including judge, paralegal, and jailhouse lawyer&amp;lt;br /&amp;gt;-- &amp;quot;law client&amp;quot; for any prospective recipient of a lawyer&#039;s service (not usually a social work client) with &#039;&#039;lawyer&#039;&#039; including paralegal and jailhouse lawyer but not necessarily judge&amp;lt;br /&amp;gt;-- &amp;quot;craft&amp;quot; for any craftworker including laborer and artisan&amp;lt;br /&amp;gt;-- &amp;quot;artist&amp;quot; including musician, actor, dancer, and sculptor and including creator and performer&amp;lt;br /&amp;gt;-- &amp;quot;military&amp;quot; including paramilitary&amp;lt;br /&amp;gt;-- &amp;quot;news&amp;quot; including any consumer of rapidly-developing news&amp;lt;br /&amp;gt;-- &amp;quot;introductory&amp;quot; and &amp;quot;beginner&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;intermediate&amp;quot; and &amp;quot;midlevel&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;advanced&amp;quot; and &amp;quot;advance&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;scholarly&amp;quot; and &amp;quot;scholar&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;popular&amp;quot; generally referring to a writing style&amp;lt;br /&amp;gt;-- &amp;quot;older&amp;quot; including retiree&amp;lt;br /&amp;gt;-- &amp;quot;institution&amp;quot; including from corporation to conspiracy (such as for management advice)&amp;lt;br /&amp;gt;-- &amp;quot;government&amp;quot; including agencies and prospective politicians&amp;lt;br /&amp;gt;-- values using any integer or single-digit decimal in the form of &amp;quot;grade 8&amp;quot; or &amp;quot;grade 6.4&amp;quot; including to refer to a reading comprehension level (this generally will not exceed 12 and might be meaningless above 20 so higher values may be interpreted as the highest meaningful value)&amp;lt;br /&amp;gt;-- &amp;quot;viewers&amp;quot; for when content (such as a movie) is intended almost entirely to be seen rather than read&amp;lt;br /&amp;gt;-- &amp;quot;listeners&amp;quot; for when content (such as music) is intended almost entirely to be heard rather than read but not generally including text-to-speech support&amp;lt;br /&amp;gt;-- &amp;quot;tts&amp;quot;, &amp;quot;text-to-speech&amp;quot;, or &amp;quot;text to speech&amp;quot;, which three have the same meaning and which are for a page that has substantial support for TTS or that will be readily understood through TTS without need for such support (TTS is often aided by, e.g., pre-resolving pronunciation ambiguities in page coding)&amp;lt;br /&amp;gt;-- values using any numbers in the form of &amp;quot;3-6 years old&amp;quot;, whether a range or a single-number value&amp;lt;br /&amp;gt;-- values using any decade in the form of &amp;quot;born in 1970s&amp;quot;&amp;lt;br /&amp;gt;Unrecognized values such as &amp;quot;botanists&amp;quot;, &amp;quot;Texans&amp;quot;, and &amp;quot;writers who use red ink&amp;quot; may be used but at a risk that a search engine or directory editor will either fail to recognize it or will interpret it in unpredictable ways, or will in the future.&amp;lt;br /&amp;gt;Spellings that are erroneous or slightly different from a recognized value may be interpreted by a search engine or directory editor as representing a recognized value.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value of &amp;quot;all&amp;quot; but without overriding another indication arrived at by other means.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| blogcatalog&lt;br /&gt;
| Used to verify ownership of Blog Catalog.com&lt;br /&gt;
| [http://www.blogcatalog.com/ Blog catalog site]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Claimed spec link is not a link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| bot-. . .&lt;br /&gt;
| Robot owners, to allow page authors access to robotic capabilities, e.g., to deny them, should prefix &amp;quot;bot-&amp;quot; to the name of their robot, especially for proprietary bots.&amp;lt;br /&amp;gt;Example: If a robot were to be named &amp;quot;dullbucklequiz&amp;quot;, the name in the meta element would be &amp;quot;bot-dullbucklequiz&amp;quot;.&amp;lt;br /&amp;gt;The value &amp;quot;bot-&amp;quot; alone represents all bots so prefixed, like a wildcard.&amp;lt;br /&amp;gt;Arguably, there&#039;s no need for a list here of any specific bots if http://user-agents.org or http://www.botsvsbrowsers.com/ (and perhaps other sites) is reliable.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| citeseerxbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting CiteSeerX only.&lt;br /&gt;
| [http://csxstatic.ist.psu.edu/about/crawler CiteSeerX Crawler documentation]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The claimed spec doesn&#039;t actually specify meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| created&lt;br /&gt;
| The datetime at which the document was created. The value is an ISO8601 date. The date MUST follow the [http://www.w3.org/TR/NOTE-datetime W3C Profile of ISO 8601] with a granularity of &amp;quot;Complete date:&amp;quot; or finer. The [http://www.bbc.co.uk/guidelines/futuremedia/desed/previousversions/searchmetadata_vs_1_0.shtml#metadata BBC] use this name.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| creator&lt;br /&gt;
| The creator is an off-Web or pre-Web creator of a work for which an author authored a Web page, so that the creator and the author may be different people.&amp;lt;br /&amp;gt;Searching for one content creator&#039;s work requires a standard robot-parsable format for the information. A personal name, institutional name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one creator. Multiple creators are to be represented with multiple tags.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a content creator need only enter a name once in one first-last or family-given order (e.g., Pat Thunderbird or Thunderbird, Pat, but not requiring both).&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;creator&#039;_MetaExtension|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msnbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Bing only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| ia_archive&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Internet Archive and Alexa only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage&lt;br /&gt;
| The author may be the best expert on which time frame is most relevant to the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers that may focus on the 1800s but mention 1731 and 1912 perhaps unimportantly.&amp;lt;br /&amp;gt;The value for this keyword is a date or time -- not a range and not vague, for which other keywords are proposed -- in a format in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than  once, all the values so appearing are determinative. Multiple values are to be expressed with separate meta elements lest the note be revised in the future in a way incompatible with comma-separating a list.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| property=&amp;quot;og:*&amp;quot;&lt;br /&gt;
| Metadata used by the Open Graph protocol (used by Facebook). Note: currently these are defined as: &amp;lt;meta property=&amp;quot;og.*&amp;quot; content=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ FAQ About the Open Graph protocol from Facebook.]&lt;br /&gt;
| &lt;br /&gt;
| Doesn&#039;t belong in this registry&lt;br /&gt;
| Not a value to be used in the &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-end&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the end. If this keyword is used without datetime-coverage-start (also proposed), its value is interpreted as ending a range without a start.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the end of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-end=1865, datetime-coverage-start=1914, datetime-coverage-end=1918, and datetime-coverage-start=1862, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-start&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the start. If this keyword is used without datetime-coverage-end (also proposed), its value is interpreted as starting a range without an end.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the start of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-start=1862, datetime-coverage-start=1914, datetime-coverage-end=1865, and datetime-coverage-end=1918, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-vague&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that its value is not necessarily crisp. This keyword should be used only when datetime-coverage, datetime-coverage-start, and datetime-coverage-end are inappropriate, but there&#039;s no ban on using all four. Any text without a comma can be the value (e.g., Pleistocene, 1820s, Tuesdays, or before we were born); multiple values are comma-separated.&amp;lt;br /&amp;gt;If this keyword is used with datetime-coverage, datetime-coverage-start, or datetime-coverage-end, the vague value should be exploited along with the value/s for the other keyword/s.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all are determinative.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| DC.&lt;br /&gt;
| Dublin Core, maintained by Dublin Core MetaData Initiative (DCMI), is an extensive system with some overlap with non-DC names.&amp;lt;br /&amp;gt;This reserves all strings that begin with DC and a dot. &#039;&#039;Not true; DC-HTML doesn&#039;t use hardwired prefixes, but defines the prefixes using link/@rel=&amp;quot;scheme.prefix&amp;quot;&#039;&#039;&lt;br /&gt;
| [http://www.DublinCore.org DCMI]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dir-content-pointer&lt;br /&gt;
| When several pages in a directory include main content, a table of contents, an index, and the like, a search engine may be able to organize results more usefully by identifying which is which with a standard vocabulary, helpful when different publishers use different conventions when displaying or printing content.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma and optionally with a trailing number. Multiple values are to be comma-separated (multiple values are appropriate when one document serves multiple purposes). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values, which are pointer types to which numbers may be suffixed, are limited to &amp;quot;start&amp;quot; meaning &#039;the first page that should be seen by a user&#039; (this may be anywhere in the directory and anywhere within content), &amp;quot;toc&amp;quot; meaning &#039;table of contents&#039;, &amp;quot;intro&amp;quot; including introductions, forewords, prefaces, and tables of figures, &amp;quot;abstract&amp;quot;, &amp;quot;main&amp;quot;, &amp;quot;bibliography&amp;quot; and &amp;quot;biblio&amp;quot;, which have the same meaning, &amp;quot;index&amp;quot; which may mean &#039;sitemap&#039; or not, &amp;quot;afterword&amp;quot; and &amp;quot;update&amp;quot; which have the same meaning and need not actually update, &amp;quot;credit&amp;quot; meaning &#039;credits and acknowledgments&#039;, and &amp;quot;author bio&amp;quot; meaning &#039;author&#039;s biography&#039;, including any information about the author including credentials and contact information. The number suffix may be spaceless or not.&amp;lt;br /&amp;gt;When numbers are suffixed, a search engine or directory should arrange like items in numerical order in the results, with unnumbered items following like items that are numbered, e.g., intro 1, intro 2, main 1, main 2, main, main, and so on.&amp;lt;br /&amp;gt;Each directory and each subdirectory has its own sequence.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|expires&lt;br /&gt;
|&amp;lt;code&amp;gt;meta name=&#039;expires&#039;&amp;lt;/code&amp;gt; defines the expiration date of the page. This can be used for web pages in preparation for an upcoming event, e.g. a registration form for an exposition or competition, or other cases with a pre-set date when the document will no longer be valid, e.g. a product offer in a special sale or a support page for a product known not to be supported anymore from a given time onward.&lt;br /&gt;
&lt;br /&gt;
Search engines should respond to this meta tag in a reasonable way, i.e. by removing the page from their main search results after the expiration date (possibly still returning the result in a special search for expired pages as long as the page exists and is not explicitly excluded via &amp;lt;code&amp;gt;robots.txt&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;meta name=&#039;robots&#039;&amp;lt;/code&amp;gt; etc.) or simply by indicating to the user that this result is out-of-date.&lt;br /&gt;
&lt;br /&gt;
The content attribute should define the expiration date in accordance with http://www.w3.org/TR/NOTE-datetime . The meta tag should not be used for pages without expiration date. However, for historical reasons, search engines should also interpret other date formats where possible and should be prepared to find values such as &amp;quot;&amp;quot;, &amp;quot;0&amp;quot;, &amp;quot;no&amp;quot; and &amp;quot;never&amp;quot;. Such non-date values are to be interpreted as no expiration date.&lt;br /&gt;
&lt;br /&gt;
Correctly formatted example:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&#039;expires&#039; content=&#039;2012-12-31T23:59Z&#039;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tag is not to be confused with and has a different meaning than &amp;lt;code&amp;gt;meta http-equiv=&#039;expires&#039;.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-print&lt;br /&gt;
| This is to allow a user agent to inform an operating system or a printer driver of the preferred print medium, such as the paper size.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated (multiple values might be appropriate because standard paper sizes vary around the world). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values are limited to &amp;quot;letter&amp;quot;, &amp;quot;A4&amp;quot;, &amp;quot;legal&amp;quot;, &amp;quot;A5&amp;quot;, &amp;quot;B5&amp;quot;, &amp;quot;monarch&amp;quot;, &amp;quot;envelope 10&amp;quot; meaning size #10, &amp;quot;envelope 6-3-4&amp;quot; meaning size #6 3/4, values with integers and decimals in the form of &amp;quot;8.5 x 11&amp;quot; or &amp;quot;8.5x11&amp;quot; in which spacing of the &amp;quot;x&amp;quot; does not affect meaning, &amp;quot;paper&amp;quot;, which means &#039;paper of the default color (usually white) and weight (usually 20-lb. stock)&#039;, &amp;quot;white&amp;quot;, &amp;quot;yellow&amp;quot;, &amp;quot;pink&amp;quot;, &amp;quot;blue&amp;quot;, &amp;quot;green&amp;quot;, &amp;quot;violet&amp;quot;, or &amp;quot;multicolor&amp;quot;, which means a medium of the given color or mixed, &amp;quot;letterhead&amp;quot;, &amp;quot;p2 letterhead&amp;quot; meaning &#039;letterhead intended for any page except the first&#039;, &amp;quot;watermark&amp;quot; meaning a &#039;special watermark such as an organization&#039;s own&#039;, and &amp;quot;plain&amp;quot; meaning &#039;not preprinted and not letterhead (it may have a paper manufacturer&#039;s watermark not related to letterhead)&#039;.&amp;lt;br /&amp;gt;Omitting &amp;quot;paper&amp;quot; when another recognized value is given defaults to an implied meaning of &#039;paper&#039; with the other value; e.g., &amp;quot;letter&amp;quot; means &#039;letter paper&#039;; the same principle applies to a medium&#039;s color (the default being white for paper and colorless for transparency) and plainness or lack thereof (the default being plain).&amp;lt;br /&amp;gt;Other values should be proposed before being recognized here. Label sizes should be proposed here for labels that are not on backing sheets that fit one of the recognized values, e.g., labels on narrow rolls. Blueprint paper sizes should be proposed here. Media other than standard paper, such as onion skin, heavier paper, card, and clear or color transparency, should be proposed here.&amp;lt;br /&amp;gt;The user agent may, with the user&#039;s or user sysadmin&#039;s permission (as by a menu-driven default), interpret a value to offer an alternative the user might accept and software and firmware other than the UA may interpret a value to the same end with or without permission, so this keyword is only suggestive; e.g., &amp;quot;letter&amp;quot; may be interpreted as &amp;quot;A4&amp;quot;.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value determined by other than the page, e.g., by the printer driver or the user agent.&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;format-print&#039;_MetaExtension|Talk]]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geographic-coverage&lt;br /&gt;
| The author may be the best expert on the geographic relevance of the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers and epidemiological studies which may mention locales only once.&amp;lt;br /&amp;gt;Absence of the keyword defaults to a value of world (not universe), unless the search engine chooses to interpret the page or larger unit for some other value, probably based on other than just contact information given in the website.&amp;lt;br /&amp;gt;The value for this keyword is a semicolon-separated list of one or more place-values, the order of which do not matter. One place-value will use commas to separate, in order, an optional standard natural language symbol applicable to the place-value (when omitted the language applicable to the page will control), a place-class, one or more place-subclasses if any, and one or more place name parts (where, e.g., in &amp;quot;Cape Town, South Africa&amp;quot;, &amp;quot;Cape Town&amp;quot; is a place name part but &amp;quot;Town&amp;quot; is not). Spaces after semicolons and commas are optional; spaces within place-values are present when required for each place-value (e.g., &amp;quot;Quezon City&amp;quot;, not an invented &amp;quot;QuezonCity&amp;quot;).&amp;lt;br /&amp;gt;To distinguish names that might otherwise be too similar, place-classes, all lower-case and hyphenatably spaceless, include &#039;&#039;outer-space&#039;&#039;, &#039;&#039;region&#039;&#039; (on Earth and crossing or larger than a nation, e.g., southern hemisphere, polar region, temperate zone, or Asia), &#039;&#039;intntl-water&#039;&#039; (an &#039;international water body&#039;), &#039;&#039;intntl-agcy&#039;&#039; (&#039;international agency&#039; or &#039;international collection&#039;, e.g., all U.N. member nations), &#039;&#039;nation&#039;&#039;, &#039;&#039;within-nation&#039;&#039; (limited to only one political level down from nation, e.g., state, province, territory, possession, city not included within other political units of a nation, or any comparable unit), &#039;&#039;city&#039;&#039; (including town, village, hamlet, and any comparable political unit below the level of &#039;&#039;within-nation&#039;&#039;), &#039;&#039;addr&#039;&#039; (including address, full-length street, building, institution, and neighborhood without political boundaries), &#039;&#039;pol-unit&#039;&#039; (&#039;&#039;pol&#039;&#039; abbreviating &#039;political&#039;) (e.g., a place of disputed nationhood), &#039;&#039;hist-pol-unit&#039;&#039; (&#039;&#039;hist&#039;&#039; abbreviating &#039;historical&#039;) (e.g., the Roman Empire), &#039;&#039;feature&#039;&#039; (e.g., river), &#039;&#039;num&#039;&#039; (e.g., latitude and longitude or outer-space equivalent in numbers), and &#039;&#039;ethereal&#039;&#039; (including thealogical/theological, fictional including from modern popular entertainment, and ancient secular mythical, but not including that which is asserted to be a state of mind or existence but not a place, such as nirvana). (Example for one hypothetical page: name=&amp;quot;geographic-coverage&amp;quot; content=&amp;quot;region, sub-Saharan Africa; nation, Panama; city, Panama, Panama; within-nation, Sao Paulo, Brazil; city, Sao Paulo, Sao Paulo, Brazil; within-nation, Mississippi, United States of America; region, Middle East; region, Midwest, United States of America; hist-pol-unit, Northwest Territory, United States of America; feature, river, Indus; outer-space, Indus; ethereal, ultima Thule; ethereal, Heaven; ethereal, Flatland; ethereal, Valhalla; en-US, addr, Hotel Valhalla, Fredrikstad, Norway; es, nation, Espana&amp;quot; (Indus is both a river and a constellation, illustrating the need for place-classes)).&amp;lt;br /&amp;gt;Ambiguity of place-values should be avoided despite convenience in coding because search engines may each interpret them as they see fit, e.g., it would be hard for an engine to distinguish New York from New York.&amp;lt;br /&amp;gt;For consistency of spelling, several authority lists should be settled upon, with legal, well-known, and disputed names and common abbreviations all being acceptable; but I&#039;m not proposing one here now (relying on IANA&#039;s ccTLD list might be too complex to implement and still assure coding consistency, e.g., occasionally ccTLDs can be phased out and off of IANA&#039;s list) (a standard vocabulary possibly usable here is the [http://www.getty.edu/research/conducting_research/vocabularies/tgn/index.html Getty Thesaurus of Geographic Names Online], subject to licensing and charset choice); and promulgating authority lists may best be done publicly by search engine managements, who may disagree with each other.&amp;lt;br /&amp;gt;Allowing Unicode for non-Roman alphabet-using locales is desirable, but at present that may raise technical problems, including computer security issues, that are not yet readily soluble.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| keywords-not&lt;br /&gt;
| A comma-separated list of negative keywords that distinguish a closely-related theme from this page&#039;s true theme, to support Boolean NOT searches often more realistically than visible text can, especially when both themes share the same lexicon.&amp;lt;br /&amp;gt;If keywords is no longer a supported name for a meta element, keywords-not is superfluous; however, debate has been revived on whether keywords should be supported or not; see the keywords entry in this Wiki.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6609 W3C Bug 6609]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| nextgen&lt;br /&gt;
| Used for nextgen gallery plugin in wordpress&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Unrelated spec link&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-datetime&lt;br /&gt;
| Better ranking in search engine results for recency or relevance to an event date would be aided by a standard format robots can parse. Users would save search time by not having to load many pages to find which ones are new or date-relevant.&amp;lt;br /&amp;gt;To supply a consistent and known format, the value for this keyword is a date-time expression formed in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-version&lt;br /&gt;
| Pages may be revised several times daily. While date-time given to a granularity of a fraction of a second would often suffice, when a page has to be approved more than once before posting, any or no such time may be correct (without this keyword, a comment could be necessary but probably not parsable by an engine). In addition, versions regardless of date may show consecutiveness and can replace a date that must be vague. In that case, a version number may be more useful for searches and so a robot-parsable format is needed.&amp;lt;br /&amp;gt;The keyword&#039;s value is stated in ASCII digits, is any nonnegative base-10 rational number expressed as an integer or a decimal, with any number of decimal places allowed, and may be padded with any number of leading zeros to support extraction for ASCII sorting.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&amp;lt;br /&amp;gt;The versions 0 and 0.&#039;&#039;n&#039;&#039;, with &#039;&#039;n&#039;&#039; being to any number of places, signify beta versions, i.e., drafts, in the tradition of beta software, while versions 1 and higher ordinarily signify final-release versions. After a final-release version is released, a draft of a later version is not given a version number of 0 or 0.&#039;&#039;n&#039;&#039;, but is numbered higher than the last final-release version. It is suggested to page authors that draft status, if applicable, be shown in the visibly displayed text of the page, rather than that this meta tag be relied upon as the sole notice of draft status, as it may be inadequate notice if alone.&amp;lt;br /&amp;gt;To assign a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1, the page&#039;s URL, if static, may be used as the relevant premise. Thus, if a page is copied or moved to a new URL, the author may choose to restart page-version numbering from 0.&#039;&#039;n&#039;&#039; or 1. If a page&#039;s URL is dynamic, e.g., if created on the fly from a script, the page author may prefer to use as the relevant premise for assigning a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1 the URL of the script or other technology that generates the dynamic-URL page, placing this meta element containing this attribute within the script or other technology, not within the generating page&#039;s head element (the generating page&#039;s head element may have its own meta element with this attribute describing the generating page). If one page containing the script or other technology that generates another page has more than one means for generating dynamic-URL pages, each means should contain its own meta element with this attribute. Page-version is thus largely independent of the page&#039;s date, although both would likely advance roughly in parallel.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| referrer&lt;br /&gt;
| Developers wish to control the sharing of referrer information with linked resources and followed links at the meta level. It&#039;s sometimes desirable to share referrer information from secure to non-secure resources. The proposal is to add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never|default|always&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where the value of the &#039;&#039;&#039;content&#039;&#039;&#039; attribute is:&lt;br /&gt;
* &#039;&#039;&#039;never&#039;&#039;&#039;: No referrer information is leaked when following a links or requesting resources.&lt;br /&gt;
* &#039;&#039;&#039;default&#039;&#039;&#039;: Include referrer information in non-secure context or for HTTPS resources with the same origin.&lt;br /&gt;
* &#039;&#039;&#039;always&#039;&#039;&#039;: Include referrer information when following all links and requesting any resources.&lt;br /&gt;
&lt;br /&gt;
Since &amp;lt;code&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; is redundant with a proposed &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;, the &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; proposal should be supplanted with this one, which provides more robust control.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| resolutions&lt;br /&gt;
| Authoring web sites to use resolution independent images that display beautifully on high-resolution displays should be made as easy as possible for developers and should not require JavaScript to accomplish.&lt;br /&gt;
&lt;br /&gt;
To accomplish this, I propose a new HTML Meta Tag, &amp;lt;code&amp;gt;resolutions&amp;lt;/code&amp;gt;, that can be used to specify that high-resolution versions of images linked to from the page are available and that the browser should use them in place of the lower-resolution default images if it detects that a user is using a high-resolution screen. The resolutions meta tag lists the device-pixel ratios supported by images in the page. &lt;br /&gt;
&lt;br /&gt;
So, for example…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… means that the developer is telling the browser that she has created 2x resolution images for the images linked to from the current page and named them with a @2x suffix. &lt;br /&gt;
&lt;br /&gt;
To illustrate, if her image tag is as follows…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;img src=&amp;quot;/images/flower.jpg&amp;quot; alt=&amp;quot;A flower&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… then she has two image files under /images: the low-resolution default (flower.jpg), and a higher-resolution (200%) version named flower@2x.jpg. &lt;br /&gt;
&lt;br /&gt;
(This is the same naming convention already used by Apple in its Cocoa Touch framework for automatically loading in higher-resolution versions of images.)&lt;br /&gt;
&lt;br /&gt;
Based on the meta tag, if the browser detects that the user is running at a &amp;lt;code&amp;gt;min-device-pixel-ratio&amp;lt;/code&amp;gt; of 2.0, it will automatically ask for the 2x version of the image (flower@2x.jpg) instead of the default image as specified in the image tag. &lt;br /&gt;
&lt;br /&gt;
Finally, so as not to flood external sites with high-resolution image requests, this functionality would only work for local images specified via relative links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Multiple resolutions&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The resolutions tag can also contain a list of supported device-pixel ratios so as to support even higher-resolution displays when and if they become available in the future. &lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x, 4x, 8x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this case, the developer would provide 2x, 4x, and 8x versions of all images. So, in the running example, she would make flower.jpg, flower@2x.jpg, flower@4x.jpg, and flower@8x.jpg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Advantages&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages of this approach are several:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Makes it very simple for developers to support high-resolution displays like the iPhone 4&#039;s Retina screen&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not require JavaScript&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not change the default way that things work (if the meta tag is not specified, the browser simply behaves as it always has).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| [http://aralbalkan.com/3355 Proposal for native browser support of high-resolution image substitution]&lt;br /&gt;
[http://aralbalkan.com/3331 How to make your web content look stunning on the iPhone 4’s new Retina display]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| rights&lt;br /&gt;
| As a page effectively appears in at least two forms, usually one as interpreted and displayed on a device and the other as source code, arguably intellectual property rights that must be asserted must be asserted in ways understandable in both contexts. For example, &amp;amp;amp;copy; is a raw representation that may legally fail as part of copyright notice to someone seeing source code and not the display, important when someone wants to copy source code for use elsewhere and may rely on a defense of innocent infringement (at least in U.S.). While such assertions can be made in a comment element, it may be helpful to have a tag that search engines can parse and index verbatim.&amp;lt;br /&amp;gt;The value may include standard and nonstandard notices, invocations of licenses such as GFDL and ASCAP, and any other information. Content is defined as free-form, leaving the page author discretion for the entry.&amp;lt;br /&amp;gt;Statements in one tag may discuss several portions of the page differently, e.g., with different licenses.&amp;lt;br /&amp;gt;More than one license may be offered, along with the page&#039;s relationship to all.&amp;lt;br /&amp;gt;Not all statements need be license grants. A statement may state whom to ask for reprint permission or may reserve all rights, for example.&amp;lt;br /&amp;gt;Only one meta tag with this keyword may be present. Page authors must not use more than one. A UA finding multiple such tags on one page must ignore all of them.&amp;lt;br /&amp;gt;The copyright symbol that would be generated by its character entity is not recommended for legal notice in source code when the word &#039;Copyright&#039; may be used instead, because the entity may be read in raw form, but use is up to the page author. The same concept applies to any intellectual property rights symbol for which a suitable alternative is available, such as for trademark or service mark.&amp;lt;br /&amp;gt;ASCII text would not suffice when a name or notice legally may have to be in a non-Roman alphabet, but no alternative may yet exist in HTML5.&amp;lt;br /&amp;gt;Search engine storage may impose a length limit, but, because of legal consequences, if the value&#039;s length exceeds a given limit the search index should retain or interpret none of it but only refer to it.&amp;lt;br /&amp;gt;The content string may only be copied verbatim in its full length, referred to, or ignored. It may not be, for example, paraphrased, truncated, interpreted, or classified except in addition to being copied verbatim in its full length.&amp;lt;br /&amp;gt;Ignoring shall not void, nullify, or alter any rights stated in such tag.&amp;lt;br /&amp;gt;For the synonymy, &#039;&#039;IP&#039;&#039;, &#039;&#039;IP-rights&#039;&#039;, and &#039;&#039;IP-right&#039;&#039; are not reserved; while the abbreviation &#039;&#039;IP&#039;&#039; &#039;intellectual property&#039; is common among attorneys in the U.S., page authors will more likely be computerate, and the abbreviation may be wanted for &#039;Internet Protocol&#039;.&lt;br /&gt;
| [[Talk:MetaExtensions#rights:_why_reversion|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| subj-. . .&lt;br /&gt;
| To classify by subject a page&#039;s content, a standard subject taxonomy that will be recognized by a search engine or directory will help. Because many such high-quality taxonomies exist, only a prefix is proposed. Over time, particular taxonomies, in print or online, may be recognized here and keywords assigned for each.&amp;lt;br /&amp;gt;The keyword will be constructed case-insensitively with subkeywords in the form subj-[nationAbbrev]-[taxonomy]-[edition][-optionalSubedition], e.g., subj-US-MeSH-2009online (perhaps). After &amp;quot;subj-&amp;quot;, the second subkeyword will identify the nation where the taxonomy is published or offered as an aid in identifying the taxonomy and does not limit the subject coverage; e.g., a taxonomy published in Japan may be ideal for classifying Canadian botany or Peruvian economy.&amp;lt;br /&amp;gt;As subject values may vary between editions of one taxonomy, an edition and optionally a subedition is to be identified in the third and optionally the fourth subkeywords. The subedition, if any, is any update or revision occurring between editions, such that a value drawn from that edition and subedition is stable. The means of identifying edition and subedition should be included in the registration of a keyword.&amp;lt;br /&amp;gt;Examples of taxonomies from the U.S. include MeSH (medical) and the Library of Congress Subject Headings.&amp;lt;br /&amp;gt;The value identifying a subject for a Web page will be drawn from the cited taxonomy&#039;s edition and subedition.&amp;lt;br /&amp;gt;If the value should have a style to prevent ambiguity in interpretation, that style is to be registered here for that keyword. Multiple values are expressed with multiple meta elements, one value for each, since comma-separation is probably not compatible with all taxonomies.&amp;lt;br /&amp;gt;If a value requires case-sensitivity to prevent confusion, the entry here registering the keyword must accommodate that need with the needs of HTML 5 with an appropriate rule. To that end, a proposal to allow case-sensitivity in meta tags under some circumstances has been offered in the W3C bug reporting system.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6854 W3C Bug 6854]&lt;br /&gt;
| subject-. . .&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| nibbler-site-verification&lt;br /&gt;
| Used to verify ownership of Nibbler site&lt;br /&gt;
| [http://nibbler.silktide.com/ Nibbler site]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Claimed spec link does not link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MSSmartTagsPreventParsing&lt;br /&gt;
| Microsoft introduced into Internet Explorer 6 Beta a feature that some website designers wished to preclude from applying in order to prevent public misunderstanding of their websites. The feature allowed a browser to add information but at a risk that users wouldn&#039;t know that it wasn&#039;t supplied by the website. This keyword was provided by Microsoft for those of us who wanted it.&amp;lt;br /&amp;gt;Its value was &amp;quot;TRUE&amp;quot;. Microsoft spelled the keyword with some capitals and the value in all capitals but whether capitalization was required for either is unknown; some opinions vary. Since it need be understood by only one browser, and that one a beta version, full standards compliance should not be assumed, and original case may be required. (This tag is used by Google: &amp;quot;&amp;lt;meta content=&#039;true&#039; name=&#039;MSSmartTagsPreventParsing&#039;/&amp;gt;&amp;quot; appeared (with internal quote marks as singles) in the source code for &amp;lt;http://googleblog.blogspot.com/2009/04/listening-to-google-health-users.html&amp;gt;, as accessed 4-27-09.)&amp;lt;br /&amp;gt;Microsoft has apparently removed this instruction from its website on the ground that the beta version is no longer available and is not supported, but that doesn&#039;t assure that some users aren&#039;t still using the beta browser, perhaps inadvertently. Therefore, designers may wish to continue using the keyword and value and they are preserved here.&lt;br /&gt;
| e.g., [http://www.theregister.co.uk/2001/06/25/web_sites_banish_those_winxp/ The Register (U.K.)], [http://cc.uoregon.edu/cnews/summer2001/summer2001.pdf Univ. Oregon (U.S.) (PDF p. 18)], &amp;amp; [http://trillian.mit.edu/~jc/demo/SmartTagsOff.html John Chambers (U.S.) (job résumé near root)], all as accessed 4-19-09&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks spec, potentially never minted by MS as a meta name (as opposed to a http-equiv value), even if minted by Microsoft, abandoned before shipping in any final release of IE&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| wot-verification&lt;br /&gt;
| Used to verify ownership of WOT (Web Of Trust)&lt;br /&gt;
| [http://www.mywot.com/ WOT site]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Claimed spec URL is not a spec URL&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Failed Proposals ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to more details&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| cache&lt;br /&gt;
| This doesn&#039;t actually work; use HTTP headers instead.&amp;lt;br /&amp;gt;Value must be &amp;quot;public&amp;quot;, &amp;quot;private&amp;quot;, or &amp;quot;no-cache&amp;quot;. Intended as a simple way to tell user agents whether to store a copy of the document or not. An alternate for HTTP/1.1&#039;s cache-control; for publishers without access to modifying cache-control.&lt;br /&gt;
| none&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| no-email-collection&lt;br /&gt;
| HTML5 prohibits URL-valued meta names. They should be rel keywords instead.&amp;lt;br /&amp;gt;Intended to reference legal policy of web site indicating that harvesting of e-mail addresses on the site is not permitted and in violation of applicable laws such as the CAN-SPAM Act of 2003.&lt;br /&gt;
| [https://www.ProjectHoneyPot.org/how_to_avoid_spambots_5.php Project Honey Pot]&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Process ==&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;Status&amp;quot; section to be changed to &amp;quot;Ratified&amp;quot;, the proposed keyword must be defined by a W3C specification in the Candidate Recommendation or Recommendation state. If it fails to go through this process, it is &amp;quot;Unendorsed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For more details, see [http://whatwg.org/specs/web-apps/current-work/#concept-meta-extensions the HTML5 specification].&lt;br /&gt;
&lt;br /&gt;
[[Category:Registries]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=7848</id>
		<title>MetaExtensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=7848"/>
		<updated>2011-12-19T08:35:45Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Move nibbler-site-verification to incomplete proposals&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;To create an account, please ask someone in the #whatwg [[IRC]] channel on Freenode, or e-mail ian@hixie.ch. We had to disable open signups because the level of spam became intolerable.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page lists the allowed extension values for the name=&amp;quot;&amp;quot; attribute of the &amp;amp;lt;meta&amp;gt; element in HTML5. You may add your own values to this list, which makes them legal HTML5 metadata names. We ask that you try to avoid redundancy; if someone has already defined a name that does roughly what you want, please reuse it. Also, please be sure to include &#039;&#039;all&#039;&#039; the items [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names required by the spec] &#039;&#039;including a link to a specification&#039;&#039; that specifies the keyword &#039;&#039;as an HTML meta keyword&#039;&#039;. Note that URL-valued properties must not be registered as meta names but should be registered as [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions rel keywords] instead. Also note that changes to this registry may not be reflected in validators in real time.&lt;br /&gt;
&lt;br /&gt;
== Registered Extensions ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| alexaverifyid&lt;br /&gt;
| Used to verify ownership of Alexa Search&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-capable&lt;br /&gt;
| Sets whether a web application runs in full-screen mode.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| Could maybe be assumed when &amp;lt;code&amp;gt;application-name&amp;lt;/code&amp;gt; is set?&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-status-bar-style&lt;br /&gt;
| Sets the style of the status bar for a web application.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| baiduspider&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Baidu only.&lt;br /&gt;
| [http://www.baidu.com/search/robots_english.html Baidu documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-param&lt;br /&gt;
| Cross-site request forgery protection parameter for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-token&lt;br /&gt;
| Cross-site request forgery protection token for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dc.date.issued&lt;br /&gt;
| Date of publication for Google News. The format of the content is YYYY-MM-DD or YYYY-MM-DDThh:mm:ssTZD.&lt;br /&gt;
| [http://www.google.com/support/news_pub/bin/answer.py?answer=93994 Google News documentation]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dcterms.issued&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dc.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a&lt;br /&gt;
controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the&lt;br /&gt;
&amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dc.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
&amp;lt;code&amp;gt;dc.language&amp;lt;/code&amp;gt; is preferred by several web validators over &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.abstract&lt;br /&gt;
| A summary of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-abstract DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accessRights&lt;br /&gt;
| Information about who can access the resource or an indication of its security status.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accessRights DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualMethod&lt;br /&gt;
| The method by which items are added to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualMethod DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualPeriodicity&lt;br /&gt;
| The frequency with which items are added to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualPeriodicity DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualPolicy&lt;br /&gt;
| The policy governing the addition of items to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualPolicy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.alternative&lt;br /&gt;
| An alternative name for the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-alternative DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.audience&lt;br /&gt;
| A class of entity for whom the resource is intended or useful.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-audience DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.available&lt;br /&gt;
| Date (often a range) that the resource became or will become available.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-available DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.bibliographicCitation&lt;br /&gt;
| A bibliographic reference for the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-bibliographicCitation DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;cite&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.conformsTo&lt;br /&gt;
| An established standard to which the described resource conforms.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-conformsTo DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.contributor&lt;br /&gt;
| An entity responsible for making contributions to the content of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-contributor DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.coverage&lt;br /&gt;
| The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-coverage DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.created&lt;br /&gt;
| Date of creation of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-created DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.creator&lt;br /&gt;
| An entity primarily responsible for making the resource. Examples of&lt;br /&gt;
a Creator include a person, an organization, or a service.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-creator DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| In some cases redundant with the HTML built-in keyword &lt;br /&gt;
| &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt; Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.date&lt;br /&gt;
| A point or period of time associated with an event in the lifecycle of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-date DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateAccepted&lt;br /&gt;
| Date of acceptance of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateAccepted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateCopyrighted&lt;br /&gt;
| Date of copyright.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateCopyrighted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateSubmitted&lt;br /&gt;
| Date of submission of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateSubmitted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.description&lt;br /&gt;
| An account of the resource. Description may include but is not&lt;br /&gt;
limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-description DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt; &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.educationLevel&lt;br /&gt;
| A class of entity, defined in terms of progression through an educational or training context, for which the described resource is intended.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-educationLevel DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.extent&lt;br /&gt;
| The size or duration of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-extent DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.format&lt;br /&gt;
| The file format, physical medium, or dimensions of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-format DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasFormat&lt;br /&gt;
| A related resource that is substantially the same as the pre-existing described resource, but in another format.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasFormat DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasPart&lt;br /&gt;
| A related resource that is included either physically or logically in the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasPart DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
 &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasVersion&lt;br /&gt;
| A related resource that is a version, edition, or adaptation of the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasVersion DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.identifier&lt;br /&gt;
| An unambiguous reference to the resource within a given context.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-identifier DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.instructionalMethod&lt;br /&gt;
| A process used to engender knowledge, attitudes and skills, that the described resource is designed to support.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-instructionalMethod DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isFormatOf&lt;br /&gt;
| A related resource that is substantially the same as the described resource, but in another format.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isFormatOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isPartOf&lt;br /&gt;
| A related resource in which the described resource is physically or logically included.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isPartOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isReferencedBy&lt;br /&gt;
| A related resource that references, cites, or otherwise points to the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isReferencedBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isReplacedBy&lt;br /&gt;
| A related resource that supplants, displaces, or supersedes the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isReplacedBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isRequiredBy&lt;br /&gt;
| A related resource that requires the described resource to support its function, delivery, or coherence.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isRequiredBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.issued&lt;br /&gt;
| Date of formal issuance (e.g., publication) of the resource. (DC&lt;br /&gt;
doesn&#039;t spec a date format but the established practice is&lt;br /&gt;
YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-issued DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isVersionOf&lt;br /&gt;
| A related resource of which the described resource is a version, edition, or adaptation.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isVersionOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a&lt;br /&gt;
controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the&lt;br /&gt;
&amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.license&lt;br /&gt;
| A legal document giving official permission to do something with the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-license DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;license&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.mediator&lt;br /&gt;
| An entity that mediates access to the resource and for whom the resource is intended or useful.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-mediator DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.medium&lt;br /&gt;
| The material or physical carrier of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-medium DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.modified&lt;br /&gt;
| Date on which the resource was changed. (DC doesn&#039;t spec a date&lt;br /&gt;
format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-modified DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.provenance&lt;br /&gt;
| A statement for any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-provenance DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.publisher&lt;br /&gt;
| An entity responsible for making the resource available.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-publisher DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.references&lt;br /&gt;
| A related resource that is referenced, cited, or otherwise pointed to by the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-references DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.relation&lt;br /&gt;
| A related resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-relation DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.replaces&lt;br /&gt;
| A related resource that is supplanted, displaced, or superseded by the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-replaces DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.requires&lt;br /&gt;
| A related resource that is required by the described resource to support its function, delivery, or coherence.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-requires DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.rights&lt;br /&gt;
| Information about rights held in and over the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-rights DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.rightsHolder&lt;br /&gt;
| A person or organization owning or managing rights over the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-rightsHolder DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.source&lt;br /&gt;
| A related resource from which the described resource is derived.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-source DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.spatial&lt;br /&gt;
| Spatial characteristics of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-spatial DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.subject&lt;br /&gt;
| The topic of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-subject DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;keywords&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.tableOfContents&lt;br /&gt;
| A list of subunits of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-tableOfContents DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.temporal&lt;br /&gt;
| Temporal characteristics of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-temporal DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| A name given to the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-title DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.type&lt;br /&gt;
| The nature or genre of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-type DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.valid&lt;br /&gt;
| Date (often a range) of validity of a resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-valid DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| designer&lt;br /&gt;
| Credits the designer(s) responsible for the visual presentation of a website.&lt;br /&gt;
| [https://sites.google.com/site/metadesignerspec/ Documenation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| EssayDirectory&lt;br /&gt;
| Defines a custom description of websites listed in EssayDirectory.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;EssayDirectory&amp;quot; content=&amp;quot;Helping students find legitimate essay services.&amp;quot;&amp;gt;&lt;br /&gt;
| [http://essaydirectory.com/privacy-terms/#EssayDirectory_MetaExtension Documenation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| publisher&lt;br /&gt;
| Searching for one content publisher&#039;s or page publisher&#039;s work requires a standard robot-parsable format for the information. This often differs from creator or author when the publisher is an institution. An institutional name, personal name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one publisher. Multiple publishers are to be represented with multiple tags, although multiple publishers are less common than multiple authors or creators; multiplicity is more likely for a legal name and a well-known name.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a publisher need only enter a name once in one order.&lt;br /&gt;
| defacto standard, used in nearly every website, e.g. [http://www.gaijin.at/olsmgen.php][http://developers.evrsoft.com/metagen.shtml][http://www.html-seminar.de/metatags.htm]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| review_date&lt;br /&gt;
| The date a resource is scheduled for review by content creator in order to determine if it should be archived, updated or retained as is.&lt;br /&gt;
| [http://www.hc-sc.gc.ca/home-accueil/alt_formats/pacrb-dgapcr/pdf/Metadata_Application_Profile_2009.pdf Health Canada Web Metadata Application Profile March 2009 ]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| es.title&lt;br /&gt;
| Object Title, where this is not the TITLE or H1 tag content, but the resource title&lt;br /&gt;
| [http://www.eibs.co.uk/reference/ EIBS EasySite CMS - Content Attributes Reference]&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-detection&lt;br /&gt;
| Enables or disables automatic detection of possible phone numbers in a webpage in Safari on iOS.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.country&lt;br /&gt;
| Case-insensitive ISO 3166-1 alpha-2 code of a country to which the page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.country&amp;quot; content=&amp;quot;de&amp;quot;&amp;gt;&lt;br /&gt;
| [http://www.syndic8.com/help_metadata.php All About Feed Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.placename&lt;br /&gt;
| Defines name of geographic place to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.placename&amp;quot; content=&amp;quot;Auwaldstraße 11, 79110 Freiburg im Breisgau, Deutschland&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.position&lt;br /&gt;
| Defines geographic position to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.position&amp;quot; content=&amp;quot;48.02682000000001;7.809769999999958&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| icbm (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.region&lt;br /&gt;
| Defines name of geographic region to which page is related to. Content is specified by ISO-3166.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.region&amp;quot; content=&amp;quot;DE-BW&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&amp;lt;br&amp;gt;[http://en.wikipedia.org/wiki/ISO_3166 ISO-3166]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| google-site-verification&lt;br /&gt;
| Used to verify ownership for Webmaster Tools.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=79812 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| googlebot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Googlebot only.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=93710 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| revisit-after&lt;br /&gt;
| revisit-after is used to tell search engines how often to recrawl the page. To our knowledge only one search engine has ever supported it, and that search engine was never widely used — at this point, it is nothing more than a good luck charm.&lt;br /&gt;
| [http://code.google.com/webstats/2005-12/metadata.html Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| icbm&lt;br /&gt;
| Defines geographic position to which page is related to. The acronym stands for ICBM Intercontinental Ballistic Missile - an old, humorous allusion to the possible use of such coordinates.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;ICBM&amp;quot; content=&amp;quot;47.0667, 15.4500&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://geourl.org/add.html GeoURL documentation]&lt;br /&gt;
| geo.position (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| HandheldFriendly&lt;br /&gt;
| Denotes handheld-friendly content&lt;br /&gt;
| [http://learnthemobileweb.com/tag/handheldfriendly/]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MobileOptimized&lt;br /&gt;
| Denotes content optimized for mobile browsers&lt;br /&gt;
| [http://learnthemobileweb.com/tag/mobileoptimized/]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| itemsPerPage&lt;br /&gt;
| Used to identify the number of search results returned per page.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-task&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
Jump List items act as entry points into the website even when the browser is not running. A Jump List can contain commonly used destinations and tasks. Some items apply to the whole site, and some apply only to specific users. &lt;br /&gt;
For example, to add a single task called &amp;quot;Check Order Status&amp;quot; specify a meta element in the head of your webpage, as follows:&lt;br /&gt;
 &amp;lt;META name=&amp;quot;msapplication-task&amp;quot; content=&amp;quot;name=Check Order Status;&lt;br /&gt;
      action-uri=./orderStatus.aspx?src=IE9;&lt;br /&gt;
      icon-uri=./favicon.ico&amp;quot;  /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491725(v=vs.85).aspx Tasks in Jump List]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-starturl&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-starturl&amp;quot; metadata contains the root URL of the application. The start URL can be fully qualified, or relative to the current document. Only HTTP and HTTPS protocols are allowed. If this element is missing, the address of the current page is used instead.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-starturl&amp;quot; content=&amp;quot;./&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-tooltip&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-tooltip&amp;quot; metadata provides additional tooltip text that appears when you hover over the Pinned Site shortcut in the Windows Start menu or on the desktop.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-tooltip&amp;quot; content=&amp;quot;Channel 9 Podcasts&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-navbutton-color&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-navbutton-color&amp;quot; metadata define the custom color of the Back and Forward buttons in the Pinned Site browser window. Any named color, or hex color value is valid.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-navbutton-color&amp;quot; content=&amp;quot;#FF3300&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msvalidate.01&lt;br /&gt;
| One of the verification elements used by Bing.&lt;br /&gt;
| [http://onlinehelp.microsoft.com/en-us/bing/hh204490.aspx Bing Webmaster Tools]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| norton-safeweb-site-verification&lt;br /&gt;
| Used to verify ownership of Website for Norton SafeWeb.&lt;br /&gt;
| http://safeweb.norton.com/help/site_owners#verification_tips Norton SafeWeb Help Documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rating &lt;br /&gt;
| The Restricted to Adults label (RTA) provides a way for adult oriented websites to indicate that their content is off limits to children. RTA was introduced in 2006 and is currently used by a large number of adult web content providers. RTA is recognized by all major parental control filters.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;RATING&amp;quot; content=&amp;quot;RTA-5042-1996-1400-1577-RTA&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://www.rtalabel.org/index.php?content=howto RTA documentation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rights-standard&lt;br /&gt;
| The purpose is to enable search engines and other cataloging services to compile the types of rights allocated to the work. (Does any search engine actually implement this? [[User:Hsivonen|hsivonen]] 07:34, 14 July 2011 (UTC))&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This keyword does not provide, remove or alter any legal protections or designations.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Format: &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;rights-standard&amp;quot; content=&amp;quot;element id;rights&amp;quot; /&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* element id - the HTML Element ID of the item these rights apply to&lt;br /&gt;
* rights - what rights are assigned to the item&lt;br /&gt;
** &amp;quot;pd&amp;quot; - Public domain&lt;br /&gt;
** &amp;quot;cc by-sa&amp;quot; - Creative Commons Attribution&lt;br /&gt;
** &amp;quot;cc by-nd&amp;quot; - Creative Commons  NoDerivs &lt;br /&gt;
** &amp;quot;cc by-nc&amp;quot; - Creative Commons Attribution-NonCommercial&lt;br /&gt;
** &amp;quot;cc by-nc-sa&amp;quot; - Creative Commons Attribution-NonCommercial-ShareAlike&lt;br /&gt;
** &amp;quot;cc by-nc-nd&amp;quot; - Creative Commons Attribution-NonCommercial-NoDerivs&lt;br /&gt;
&lt;br /&gt;
| [http://sites.google.com/site/metarightsstandard/ Spec]&lt;br /&gt;
|Redundant with [http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#licensing-works Microdata vocabulary for licensing works].&lt;br /&gt;
|Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| robots&lt;br /&gt;
| A comma-separated list of operators explaining how search engine crawlers should treat the content. Possible values are &amp;quot;noarchive&amp;quot; to prevent cached versions, &amp;quot;noindex&amp;quot; to prevent indexing, and &amp;quot;nofollow&amp;quot; works as the link rel value with the same name. This meta name is already supported by every popular search engine.&amp;lt;br /&amp;gt;The content value &amp;quot;NOODP&amp;quot; has been offered elsewhere, so I&#039;m proposing it here. It blocks robots from using [http://www.dmoz.org Open Directory Project] descriptions of a website instead of Web pages&#039; own meta descriptions. It may have been introduced by Microsoft.&amp;lt;br /&amp;gt;The content value &amp;quot;NOYDIR&amp;quot; has been offered by Yahoo, so I&#039;m proposing it here. It blocks Yahoo&#039;s robot from using the Yahoo directory&#039;s descriptions of a website instead of Web pages&#039; own meta descriptions. Whether any other robot supports this is unknown but possibly no other search engine uses Yahoo&#039;s directory anyway.&lt;br /&gt;
| [http://www.robotstxt.org/wc/exclusion.html#meta Robots exclusion protocol], NOODP value: [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=35264 Google], [http://help.yahoo.com/l/us/yahoo/search/indexing/indexing-11.html Yahoo], NOYDIR value: [http://ysearchblog.com/2007/02/28/yahoo-search-support-for-noydir-meta-tags-and-weather-update/ Yahoo], as accessed 4-28-09&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| slurp&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Yahoo! only.&lt;br /&gt;
| [http://help.yahoo.com/l/au/yahoo7/search/indexing/indexing-11.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| startIndex&lt;br /&gt;
| Used to identify the index of the first search result in the current set of search results.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| teoma&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Teoma and Ask.com only.&lt;br /&gt;
| [http://about.ask.com/en/docs/about/webmasters.shtml Ask.com documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| totalResults&lt;br /&gt;
| Used to identify the number of search results available for the current search.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| verify-v1&lt;br /&gt;
| Legacy verification for Google Sitemaps.&lt;br /&gt;
| [http://sitemaps.blogspot.com/2006/05/more-about-meta-tag-verification.html Inside Google Sitemaps: More about meta tag verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| &amp;lt;span id=&amp;quot;viewport&amp;quot;&amp;gt;viewport&amp;lt;/span&amp;gt;&lt;br /&gt;
| Provides a way for documents to specify (using markup rather than CSS) the size, zoom factor, and orientation of the viewport that is used as the base for the document&#039;s [http://www.w3.org/TR/CSS21/visudet.html#containing-block-details initial containing block]. The following properties can be used in the value of the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute:&lt;br /&gt;
* width&lt;br /&gt;
* height&lt;br /&gt;
* initial-scale&lt;br /&gt;
* minimum-scale&lt;br /&gt;
* maximum-scale&lt;br /&gt;
* user-scalable&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;initial-scale=1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=480, initial-scale=2.0, user-scalable=1&amp;quot;&amp;gt;&lt;br /&gt;
For more details, see the [http://dev.w3.org/csswg/css-device-adapt/#viewport-meta-element Viewport META element] section of the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification.&lt;br /&gt;
| For &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; elements that have a &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute whose value is &amp;lt;code&amp;gt;viewport&amp;lt;/code&amp;gt;, the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification defines the recognized properties for the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute&amp;gt;, as well as an algorithm for parsing the value of that attribute.&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_n&lt;br /&gt;
| &#039;&#039;&#039;Name of the Content Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_n&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_s&lt;br /&gt;
| &#039;&#039;&#039;Name of Content Sub-Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_s&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ac&lt;br /&gt;
| &#039;&#039;&#039;Advertising Click parameter&#039;&#039;&#039;&lt;br /&gt;
When a visitor to your site clicks on an ad, that action is referred to as an Ad Click. The following META tag tracks advertising clicks:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ac&amp;quot; CONTENT=&amp;quot;name&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the advertisement clicked to reach a particular web page. The Ad Click must contain an external redirect back to the client. The redirect needs to include the necessary code to generate a hit to the SDC server. You can designate multiple Advertising Clicks using semicolons.&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file111.html?WT.ac=CONTENT111&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file222.html?WT.ac=CONTENT222&amp;quot;&amp;gt;&lt;br /&gt;
The name of the advertisement clicked to reach a particular web page. To capture this information with DCS, the Advertising Click must contain an external redirect back to the client. The redirect needs to &lt;br /&gt;
&lt;br /&gt;
include the necessary code to generate a hit to the DCS. The maximum length for each name is 64 bytes.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ad&lt;br /&gt;
| &#039;&#039;&#039;Advertising View parameter&#039;&#039;&#039;&lt;br /&gt;
Visitors often view advertisements that they do not necessarily click on. You can use On-Site Advertising to determine the number of visitors to your web site who view particular ads. With this feature you can produce advertising reports for each of your clients.&lt;br /&gt;
If you are selling advertising space on your web site, for example, you can collect traffic statistics to help determine pricing schedules.&lt;br /&gt;
The following META tag tracks advertising views:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.ad&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.mc_id&lt;br /&gt;
| &#039;&#039;&#039;Identifies the ID of the marketing campaign&#039;&#039;&#039;&lt;br /&gt;
To attract new students, a university launches a marketing campaign by sending recruitment email to all graduating high school seniors in a metropolitan area. The email links to a special landing page in the university’s web site, containing the following META tag to track marketing campaigns.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.mc_id&amp;quot; CONTENT=&amp;quot;1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
You may use this parameter on the URL.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;link?WT.mc_id=1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
The Campaign ID 1X2GG34 represents recruits to be contacted by email&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.sv&lt;br /&gt;
| &#039;&#039;&#039;Tracking Servers parameter&#039;&#039;&#039;&lt;br /&gt;
If your site is hosted on multiple servers, a server cluster, or a server farm, and you want to evaluate the performance of your load balancer, Webtrends can track page views for each server. To do so, populate the following META tag on all pages on each server:&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;My Server&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the machine that serves the web page. If you have two servers (Server1 and Server2), you would make two copies of the META tag and designate CONTENT=“Server1” for deployment to pages on the first server and CONTENT=“Server2” for deployment to the same pages on the second server.&lt;br /&gt;
For a server farm, you can extract the value of the built-in server name and dynamically assign it to the&lt;br /&gt;
META tag using server-side scripting.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server1&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server2&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [https://tagbuilder.webtrends.com/Help/Miscellaneous/AdSearch.aspx?keepThis=true&amp;amp;TB_iframe=true&amp;amp;height=450&amp;amp;width=650 About WT.ad].&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ti&lt;br /&gt;
| &#039;&#039;&#039;Tracking Page Titles&#039;&#039;&#039;&lt;br /&gt;
You may want to modify a page title before sending it to Webtrends in the following cases:&lt;br /&gt;
* You are dealing with dynamic content pages identified by URL parameters, and the page title represents the title of the base URL page rather than the dynamic content page.&lt;br /&gt;
Unless you modify the page titles, all pages have the same title in the reports.&lt;br /&gt;
* All pages have been assigned the same title, for reasons of style or company policy.&lt;br /&gt;
Even though URLs are displayed in addition to page title, the entire URL cannot be depended upon to distinguish one page from another.&lt;br /&gt;
Use server-side scripts to change the title to something that reflects the content of the pages so that you can identify them in reports. Next, pass the customized page titles to Webtrends, using the following META tag:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ti&amp;quot; CONTENT=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the title for this page.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| y_key&lt;br /&gt;
| Used to verify ownership for Yahoo! Site Explorer&lt;br /&gt;
| [http://help.yahoo.com/l/us/yahoo/search/siteexplorer/siteexplorer-06.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| yandex-verification&lt;br /&gt;
| Used to verify ownership for Yandex Webmaster.&lt;br /&gt;
| [http://help.yandex.ru/webmaster/?id=995300#995356 Yandex Webmaster ownership verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.instruction&lt;br /&gt;
| Globrix property information: Property to Buy or Rent&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.price&lt;br /&gt;
| Globrix property information: Price for the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.postcode&lt;br /&gt;
| Globrix property information: Postcode of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bedrooms&lt;br /&gt;
| Globrix property information: Number of bedrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bathrooms&lt;br /&gt;
| Globrix property information: Number of bathrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.type&lt;br /&gt;
| Globrix property information: Type of property e.g. &#039;semi-detatched house&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.condition&lt;br /&gt;
| Globrix property information: Condition of the property e.g. &#039;renovated&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.features&lt;br /&gt;
| Globrix property information: Features of the property e.g. &#039;double glazing&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.outsidespace&lt;br /&gt;
| Globrix property information: External features of the property e.g. &#039;garden&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.parking&lt;br /&gt;
| Globrix property information: Parking available for property e.g. &#039;parking for 2 cars&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.period&lt;br /&gt;
| Globrix property information: Period of the property e.g. &#039;victorian terrace&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.poa&lt;br /&gt;
| Globrix property information: If the property price is only available on application&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.tenure&lt;br /&gt;
| Globrix property information: The tenure of the property e.g. &#039;leasehold&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.underoffer&lt;br /&gt;
| Globrix property information: Indicates if the property is under offer&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.priceproximity&lt;br /&gt;
| Globrix property information: The region of the attached price e.g. &#039;guide price of&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.latitude&lt;br /&gt;
| Globrix property information: The latitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.longitude&lt;br /&gt;
| Globrix property information: The longitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:title&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:type&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:url&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:image&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:site_name&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| fb:admins&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:description&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| fb:page_id&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| gm-gpx-v&lt;br /&gt;
| Wordpress Plugin Google Maps GPX Viewer&lt;br /&gt;
| [http://wordpress.org/extend/plugins/google-maps-gpx-viewer/ Google Maps GPX Viewer]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| meta_date&lt;br /&gt;
| The date used to indicate that the Metadata has been prepared and/or reviewed and approved by the Metadata Unit. Its purpose is administrative. (Used by &amp;quot;Autonomy&amp;quot;.)&lt;br /&gt;
| [http://www.hc-sc.gc.ca/home-accueil/alt_formats/pacrb-dgapcr/pdf/Metadata_Application_Profile_2009.pdf Health Canada Web Metadata Application Profile March 2009 ]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposals that don&#039;t meet the [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names requirements] for a registration ==&lt;br /&gt;
&lt;br /&gt;
Note that these proposals can be moved back to the registry table if the problems listed in the rightmost column of this table are addressed.&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
! Registration requirement failure&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| audience&lt;br /&gt;
| To aid search engines in classifying and to aid directory compilers, an audience most appropriate for the page may be suggested. Subject matter may not be a good clue; for example, an analysis of children&#039;s literature may be directed to teachers.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated. Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values:&amp;lt;br /&amp;gt;-- &amp;quot;all&amp;quot; and &amp;quot;everyone&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;adult&amp;quot; and &amp;quot;mature&amp;quot; have the same meaning and are for content that only adults may access, but no one responsible for preventing a nonadult or the immature from accessing the page or its content should rely on either or both of these values to do so without other means (not the same as &amp;quot;grownup&amp;quot;, which see)&amp;lt;br /&amp;gt;-- &amp;quot;child&amp;quot; and &amp;quot;juvenile&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;teen&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;grownup&amp;quot; is not identical to &amp;quot;adult&amp;quot; or &amp;quot;mature&amp;quot; in not implying a precise boundary but is approximately any person who may be able to understand and apply the content (e.g., car driving instruction that may be read by a minor not yet old enough to drive a car but who would likely benefit from somewhat early exposure to the instruction)&amp;lt;br /&amp;gt;-- &amp;quot;parent&amp;quot; to include guardian and temporary caregiver&amp;lt;br /&amp;gt;-- &amp;quot;teacher&amp;quot; to include professor and ad hoc instructor&amp;lt;br /&amp;gt;-- &amp;quot;elementary school student&amp;quot; to include any student below high school&amp;lt;br /&amp;gt;-- &amp;quot;high school student&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;elhi&amp;quot; to include any student in elementary school through high school&amp;lt;br /&amp;gt;-- &amp;quot;college student&amp;quot; including graduate and professional school&amp;lt;br /&amp;gt;-- &amp;quot;business&amp;quot; including management, finance, and prospective customers (this includes e-commerce and investor sites)&amp;lt;br /&amp;gt;-- &amp;quot;health&amp;quot; including any health care provider including alternative and ad hoc&amp;lt;br /&amp;gt;-- &amp;quot;patient&amp;quot; for any health care recipient&amp;lt;br /&amp;gt;-- &amp;quot;lawyer&amp;quot; including judge, paralegal, and jailhouse lawyer&amp;lt;br /&amp;gt;-- &amp;quot;law client&amp;quot; for any prospective recipient of a lawyer&#039;s service (not usually a social work client) with &#039;&#039;lawyer&#039;&#039; including paralegal and jailhouse lawyer but not necessarily judge&amp;lt;br /&amp;gt;-- &amp;quot;craft&amp;quot; for any craftworker including laborer and artisan&amp;lt;br /&amp;gt;-- &amp;quot;artist&amp;quot; including musician, actor, dancer, and sculptor and including creator and performer&amp;lt;br /&amp;gt;-- &amp;quot;military&amp;quot; including paramilitary&amp;lt;br /&amp;gt;-- &amp;quot;news&amp;quot; including any consumer of rapidly-developing news&amp;lt;br /&amp;gt;-- &amp;quot;introductory&amp;quot; and &amp;quot;beginner&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;intermediate&amp;quot; and &amp;quot;midlevel&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;advanced&amp;quot; and &amp;quot;advance&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;scholarly&amp;quot; and &amp;quot;scholar&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;popular&amp;quot; generally referring to a writing style&amp;lt;br /&amp;gt;-- &amp;quot;older&amp;quot; including retiree&amp;lt;br /&amp;gt;-- &amp;quot;institution&amp;quot; including from corporation to conspiracy (such as for management advice)&amp;lt;br /&amp;gt;-- &amp;quot;government&amp;quot; including agencies and prospective politicians&amp;lt;br /&amp;gt;-- values using any integer or single-digit decimal in the form of &amp;quot;grade 8&amp;quot; or &amp;quot;grade 6.4&amp;quot; including to refer to a reading comprehension level (this generally will not exceed 12 and might be meaningless above 20 so higher values may be interpreted as the highest meaningful value)&amp;lt;br /&amp;gt;-- &amp;quot;viewers&amp;quot; for when content (such as a movie) is intended almost entirely to be seen rather than read&amp;lt;br /&amp;gt;-- &amp;quot;listeners&amp;quot; for when content (such as music) is intended almost entirely to be heard rather than read but not generally including text-to-speech support&amp;lt;br /&amp;gt;-- &amp;quot;tts&amp;quot;, &amp;quot;text-to-speech&amp;quot;, or &amp;quot;text to speech&amp;quot;, which three have the same meaning and which are for a page that has substantial support for TTS or that will be readily understood through TTS without need for such support (TTS is often aided by, e.g., pre-resolving pronunciation ambiguities in page coding)&amp;lt;br /&amp;gt;-- values using any numbers in the form of &amp;quot;3-6 years old&amp;quot;, whether a range or a single-number value&amp;lt;br /&amp;gt;-- values using any decade in the form of &amp;quot;born in 1970s&amp;quot;&amp;lt;br /&amp;gt;Unrecognized values such as &amp;quot;botanists&amp;quot;, &amp;quot;Texans&amp;quot;, and &amp;quot;writers who use red ink&amp;quot; may be used but at a risk that a search engine or directory editor will either fail to recognize it or will interpret it in unpredictable ways, or will in the future.&amp;lt;br /&amp;gt;Spellings that are erroneous or slightly different from a recognized value may be interpreted by a search engine or directory editor as representing a recognized value.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value of &amp;quot;all&amp;quot; but without overriding another indication arrived at by other means.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| blogcatalog&lt;br /&gt;
| Used to verify ownership of Blog Catalog.com&lt;br /&gt;
| [http://www.blogcatalog.com/ Blog catalog site]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Claimed spec link is not a link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| bot-. . .&lt;br /&gt;
| Robot owners, to allow page authors access to robotic capabilities, e.g., to deny them, should prefix &amp;quot;bot-&amp;quot; to the name of their robot, especially for proprietary bots.&amp;lt;br /&amp;gt;Example: If a robot were to be named &amp;quot;dullbucklequiz&amp;quot;, the name in the meta element would be &amp;quot;bot-dullbucklequiz&amp;quot;.&amp;lt;br /&amp;gt;The value &amp;quot;bot-&amp;quot; alone represents all bots so prefixed, like a wildcard.&amp;lt;br /&amp;gt;Arguably, there&#039;s no need for a list here of any specific bots if http://user-agents.org or http://www.botsvsbrowsers.com/ (and perhaps other sites) is reliable.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| citeseerxbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting CiteSeerX only.&lt;br /&gt;
| [http://csxstatic.ist.psu.edu/about/crawler CiteSeerX Crawler documentation]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The claimed spec doesn&#039;t actually specify meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| created&lt;br /&gt;
| The datetime at which the document was created. The value is an ISO8601 date. The date MUST follow the [http://www.w3.org/TR/NOTE-datetime W3C Profile of ISO 8601] with a granularity of &amp;quot;Complete date:&amp;quot; or finer. The [http://www.bbc.co.uk/guidelines/futuremedia/desed/previousversions/searchmetadata_vs_1_0.shtml#metadata BBC] use this name.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| creator&lt;br /&gt;
| The creator is an off-Web or pre-Web creator of a work for which an author authored a Web page, so that the creator and the author may be different people.&amp;lt;br /&amp;gt;Searching for one content creator&#039;s work requires a standard robot-parsable format for the information. A personal name, institutional name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one creator. Multiple creators are to be represented with multiple tags.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a content creator need only enter a name once in one first-last or family-given order (e.g., Pat Thunderbird or Thunderbird, Pat, but not requiring both).&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;creator&#039;_MetaExtension|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msnbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Bing only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| ia_archive&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Internet Archive and Alexa only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage&lt;br /&gt;
| The author may be the best expert on which time frame is most relevant to the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers that may focus on the 1800s but mention 1731 and 1912 perhaps unimportantly.&amp;lt;br /&amp;gt;The value for this keyword is a date or time -- not a range and not vague, for which other keywords are proposed -- in a format in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than  once, all the values so appearing are determinative. Multiple values are to be expressed with separate meta elements lest the note be revised in the future in a way incompatible with comma-separating a list.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| property=&amp;quot;og:*&amp;quot;&lt;br /&gt;
| Metadata used by the Open Graph protocol (used by Facebook). Note: currently these are defined as: &amp;lt;meta property=&amp;quot;og.*&amp;quot; content=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ FAQ About the Open Graph protocol from Facebook.]&lt;br /&gt;
| &lt;br /&gt;
| Doesn&#039;t belong in this registry&lt;br /&gt;
| Not a value to be used in the &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-end&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the end. If this keyword is used without datetime-coverage-start (also proposed), its value is interpreted as ending a range without a start.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the end of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-end=1865, datetime-coverage-start=1914, datetime-coverage-end=1918, and datetime-coverage-start=1862, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-start&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the start. If this keyword is used without datetime-coverage-end (also proposed), its value is interpreted as starting a range without an end.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the start of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-start=1862, datetime-coverage-start=1914, datetime-coverage-end=1865, and datetime-coverage-end=1918, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-vague&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that its value is not necessarily crisp. This keyword should be used only when datetime-coverage, datetime-coverage-start, and datetime-coverage-end are inappropriate, but there&#039;s no ban on using all four. Any text without a comma can be the value (e.g., Pleistocene, 1820s, Tuesdays, or before we were born); multiple values are comma-separated.&amp;lt;br /&amp;gt;If this keyword is used with datetime-coverage, datetime-coverage-start, or datetime-coverage-end, the vague value should be exploited along with the value/s for the other keyword/s.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all are determinative.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| DC.&lt;br /&gt;
| Dublin Core, maintained by Dublin Core MetaData Initiative (DCMI), is an extensive system with some overlap with non-DC names.&amp;lt;br /&amp;gt;This reserves all strings that begin with DC and a dot. &#039;&#039;Not true; DC-HTML doesn&#039;t use hardwired prefixes, but defines the prefixes using link/@rel=&amp;quot;scheme.prefix&amp;quot;&#039;&#039;&lt;br /&gt;
| [http://www.DublinCore.org DCMI]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dir-content-pointer&lt;br /&gt;
| When several pages in a directory include main content, a table of contents, an index, and the like, a search engine may be able to organize results more usefully by identifying which is which with a standard vocabulary, helpful when different publishers use different conventions when displaying or printing content.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma and optionally with a trailing number. Multiple values are to be comma-separated (multiple values are appropriate when one document serves multiple purposes). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values, which are pointer types to which numbers may be suffixed, are limited to &amp;quot;start&amp;quot; meaning &#039;the first page that should be seen by a user&#039; (this may be anywhere in the directory and anywhere within content), &amp;quot;toc&amp;quot; meaning &#039;table of contents&#039;, &amp;quot;intro&amp;quot; including introductions, forewords, prefaces, and tables of figures, &amp;quot;abstract&amp;quot;, &amp;quot;main&amp;quot;, &amp;quot;bibliography&amp;quot; and &amp;quot;biblio&amp;quot;, which have the same meaning, &amp;quot;index&amp;quot; which may mean &#039;sitemap&#039; or not, &amp;quot;afterword&amp;quot; and &amp;quot;update&amp;quot; which have the same meaning and need not actually update, &amp;quot;credit&amp;quot; meaning &#039;credits and acknowledgments&#039;, and &amp;quot;author bio&amp;quot; meaning &#039;author&#039;s biography&#039;, including any information about the author including credentials and contact information. The number suffix may be spaceless or not.&amp;lt;br /&amp;gt;When numbers are suffixed, a search engine or directory should arrange like items in numerical order in the results, with unnumbered items following like items that are numbered, e.g., intro 1, intro 2, main 1, main 2, main, main, and so on.&amp;lt;br /&amp;gt;Each directory and each subdirectory has its own sequence.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|expires&lt;br /&gt;
|&amp;lt;code&amp;gt;meta name=&#039;expires&#039;&amp;lt;/code&amp;gt; defines the expiration date of the page. This can be used for web pages in preparation for an upcoming event, e.g. a registration form for an exposition or competition, or other cases with a pre-set date when the document will no longer be valid, e.g. a product offer in a special sale or a support page for a product known not to be supported anymore from a given time onward.&lt;br /&gt;
&lt;br /&gt;
Search engines should respond to this meta tag in a reasonable way, i.e. by removing the page from their main search results after the expiration date (possibly still returning the result in a special search for expired pages as long as the page exists and is not explicitly excluded via &amp;lt;code&amp;gt;robots.txt&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;meta name=&#039;robots&#039;&amp;lt;/code&amp;gt; etc.) or simply by indicating to the user that this result is out-of-date.&lt;br /&gt;
&lt;br /&gt;
The content attribute should define the expiration date in accordance with http://www.w3.org/TR/NOTE-datetime . The meta tag should not be used for pages without expiration date. However, for historical reasons, search engines should also interpret other date formats where possible and should be prepared to find values such as &amp;quot;&amp;quot;, &amp;quot;0&amp;quot;, &amp;quot;no&amp;quot; and &amp;quot;never&amp;quot;. Such non-date values are to be interpreted as no expiration date.&lt;br /&gt;
&lt;br /&gt;
Correctly formatted example:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&#039;expires&#039; content=&#039;2012-12-31T23:59Z&#039;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tag is not to be confused with and has a different meaning than &amp;lt;code&amp;gt;meta http-equiv=&#039;expires&#039;.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-print&lt;br /&gt;
| This is to allow a user agent to inform an operating system or a printer driver of the preferred print medium, such as the paper size.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated (multiple values might be appropriate because standard paper sizes vary around the world). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values are limited to &amp;quot;letter&amp;quot;, &amp;quot;A4&amp;quot;, &amp;quot;legal&amp;quot;, &amp;quot;A5&amp;quot;, &amp;quot;B5&amp;quot;, &amp;quot;monarch&amp;quot;, &amp;quot;envelope 10&amp;quot; meaning size #10, &amp;quot;envelope 6-3-4&amp;quot; meaning size #6 3/4, values with integers and decimals in the form of &amp;quot;8.5 x 11&amp;quot; or &amp;quot;8.5x11&amp;quot; in which spacing of the &amp;quot;x&amp;quot; does not affect meaning, &amp;quot;paper&amp;quot;, which means &#039;paper of the default color (usually white) and weight (usually 20-lb. stock)&#039;, &amp;quot;white&amp;quot;, &amp;quot;yellow&amp;quot;, &amp;quot;pink&amp;quot;, &amp;quot;blue&amp;quot;, &amp;quot;green&amp;quot;, &amp;quot;violet&amp;quot;, or &amp;quot;multicolor&amp;quot;, which means a medium of the given color or mixed, &amp;quot;letterhead&amp;quot;, &amp;quot;p2 letterhead&amp;quot; meaning &#039;letterhead intended for any page except the first&#039;, &amp;quot;watermark&amp;quot; meaning a &#039;special watermark such as an organization&#039;s own&#039;, and &amp;quot;plain&amp;quot; meaning &#039;not preprinted and not letterhead (it may have a paper manufacturer&#039;s watermark not related to letterhead)&#039;.&amp;lt;br /&amp;gt;Omitting &amp;quot;paper&amp;quot; when another recognized value is given defaults to an implied meaning of &#039;paper&#039; with the other value; e.g., &amp;quot;letter&amp;quot; means &#039;letter paper&#039;; the same principle applies to a medium&#039;s color (the default being white for paper and colorless for transparency) and plainness or lack thereof (the default being plain).&amp;lt;br /&amp;gt;Other values should be proposed before being recognized here. Label sizes should be proposed here for labels that are not on backing sheets that fit one of the recognized values, e.g., labels on narrow rolls. Blueprint paper sizes should be proposed here. Media other than standard paper, such as onion skin, heavier paper, card, and clear or color transparency, should be proposed here.&amp;lt;br /&amp;gt;The user agent may, with the user&#039;s or user sysadmin&#039;s permission (as by a menu-driven default), interpret a value to offer an alternative the user might accept and software and firmware other than the UA may interpret a value to the same end with or without permission, so this keyword is only suggestive; e.g., &amp;quot;letter&amp;quot; may be interpreted as &amp;quot;A4&amp;quot;.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value determined by other than the page, e.g., by the printer driver or the user agent.&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;format-print&#039;_MetaExtension|Talk]]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geographic-coverage&lt;br /&gt;
| The author may be the best expert on the geographic relevance of the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers and epidemiological studies which may mention locales only once.&amp;lt;br /&amp;gt;Absence of the keyword defaults to a value of world (not universe), unless the search engine chooses to interpret the page or larger unit for some other value, probably based on other than just contact information given in the website.&amp;lt;br /&amp;gt;The value for this keyword is a semicolon-separated list of one or more place-values, the order of which do not matter. One place-value will use commas to separate, in order, an optional standard natural language symbol applicable to the place-value (when omitted the language applicable to the page will control), a place-class, one or more place-subclasses if any, and one or more place name parts (where, e.g., in &amp;quot;Cape Town, South Africa&amp;quot;, &amp;quot;Cape Town&amp;quot; is a place name part but &amp;quot;Town&amp;quot; is not). Spaces after semicolons and commas are optional; spaces within place-values are present when required for each place-value (e.g., &amp;quot;Quezon City&amp;quot;, not an invented &amp;quot;QuezonCity&amp;quot;).&amp;lt;br /&amp;gt;To distinguish names that might otherwise be too similar, place-classes, all lower-case and hyphenatably spaceless, include &#039;&#039;outer-space&#039;&#039;, &#039;&#039;region&#039;&#039; (on Earth and crossing or larger than a nation, e.g., southern hemisphere, polar region, temperate zone, or Asia), &#039;&#039;intntl-water&#039;&#039; (an &#039;international water body&#039;), &#039;&#039;intntl-agcy&#039;&#039; (&#039;international agency&#039; or &#039;international collection&#039;, e.g., all U.N. member nations), &#039;&#039;nation&#039;&#039;, &#039;&#039;within-nation&#039;&#039; (limited to only one political level down from nation, e.g., state, province, territory, possession, city not included within other political units of a nation, or any comparable unit), &#039;&#039;city&#039;&#039; (including town, village, hamlet, and any comparable political unit below the level of &#039;&#039;within-nation&#039;&#039;), &#039;&#039;addr&#039;&#039; (including address, full-length street, building, institution, and neighborhood without political boundaries), &#039;&#039;pol-unit&#039;&#039; (&#039;&#039;pol&#039;&#039; abbreviating &#039;political&#039;) (e.g., a place of disputed nationhood), &#039;&#039;hist-pol-unit&#039;&#039; (&#039;&#039;hist&#039;&#039; abbreviating &#039;historical&#039;) (e.g., the Roman Empire), &#039;&#039;feature&#039;&#039; (e.g., river), &#039;&#039;num&#039;&#039; (e.g., latitude and longitude or outer-space equivalent in numbers), and &#039;&#039;ethereal&#039;&#039; (including thealogical/theological, fictional including from modern popular entertainment, and ancient secular mythical, but not including that which is asserted to be a state of mind or existence but not a place, such as nirvana). (Example for one hypothetical page: name=&amp;quot;geographic-coverage&amp;quot; content=&amp;quot;region, sub-Saharan Africa; nation, Panama; city, Panama, Panama; within-nation, Sao Paulo, Brazil; city, Sao Paulo, Sao Paulo, Brazil; within-nation, Mississippi, United States of America; region, Middle East; region, Midwest, United States of America; hist-pol-unit, Northwest Territory, United States of America; feature, river, Indus; outer-space, Indus; ethereal, ultima Thule; ethereal, Heaven; ethereal, Flatland; ethereal, Valhalla; en-US, addr, Hotel Valhalla, Fredrikstad, Norway; es, nation, Espana&amp;quot; (Indus is both a river and a constellation, illustrating the need for place-classes)).&amp;lt;br /&amp;gt;Ambiguity of place-values should be avoided despite convenience in coding because search engines may each interpret them as they see fit, e.g., it would be hard for an engine to distinguish New York from New York.&amp;lt;br /&amp;gt;For consistency of spelling, several authority lists should be settled upon, with legal, well-known, and disputed names and common abbreviations all being acceptable; but I&#039;m not proposing one here now (relying on IANA&#039;s ccTLD list might be too complex to implement and still assure coding consistency, e.g., occasionally ccTLDs can be phased out and off of IANA&#039;s list) (a standard vocabulary possibly usable here is the [http://www.getty.edu/research/conducting_research/vocabularies/tgn/index.html Getty Thesaurus of Geographic Names Online], subject to licensing and charset choice); and promulgating authority lists may best be done publicly by search engine managements, who may disagree with each other.&amp;lt;br /&amp;gt;Allowing Unicode for non-Roman alphabet-using locales is desirable, but at present that may raise technical problems, including computer security issues, that are not yet readily soluble.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| keywords-not&lt;br /&gt;
| A comma-separated list of negative keywords that distinguish a closely-related theme from this page&#039;s true theme, to support Boolean NOT searches often more realistically than visible text can, especially when both themes share the same lexicon.&amp;lt;br /&amp;gt;If keywords is no longer a supported name for a meta element, keywords-not is superfluous; however, debate has been revived on whether keywords should be supported or not; see the keywords entry in this Wiki.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6609 W3C Bug 6609]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| nextgen&lt;br /&gt;
| Used for nextgen gallery plugin in wordpress&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Unrelated spec link&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-datetime&lt;br /&gt;
| Better ranking in search engine results for recency or relevance to an event date would be aided by a standard format robots can parse. Users would save search time by not having to load many pages to find which ones are new or date-relevant.&amp;lt;br /&amp;gt;To supply a consistent and known format, the value for this keyword is a date-time expression formed in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-version&lt;br /&gt;
| Pages may be revised several times daily. While date-time given to a granularity of a fraction of a second would often suffice, when a page has to be approved more than once before posting, any or no such time may be correct (without this keyword, a comment could be necessary but probably not parsable by an engine). In addition, versions regardless of date may show consecutiveness and can replace a date that must be vague. In that case, a version number may be more useful for searches and so a robot-parsable format is needed.&amp;lt;br /&amp;gt;The keyword&#039;s value is stated in ASCII digits, is any nonnegative base-10 rational number expressed as an integer or a decimal, with any number of decimal places allowed, and may be padded with any number of leading zeros to support extraction for ASCII sorting.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&amp;lt;br /&amp;gt;The versions 0 and 0.&#039;&#039;n&#039;&#039;, with &#039;&#039;n&#039;&#039; being to any number of places, signify beta versions, i.e., drafts, in the tradition of beta software, while versions 1 and higher ordinarily signify final-release versions. After a final-release version is released, a draft of a later version is not given a version number of 0 or 0.&#039;&#039;n&#039;&#039;, but is numbered higher than the last final-release version. It is suggested to page authors that draft status, if applicable, be shown in the visibly displayed text of the page, rather than that this meta tag be relied upon as the sole notice of draft status, as it may be inadequate notice if alone.&amp;lt;br /&amp;gt;To assign a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1, the page&#039;s URL, if static, may be used as the relevant premise. Thus, if a page is copied or moved to a new URL, the author may choose to restart page-version numbering from 0.&#039;&#039;n&#039;&#039; or 1. If a page&#039;s URL is dynamic, e.g., if created on the fly from a script, the page author may prefer to use as the relevant premise for assigning a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1 the URL of the script or other technology that generates the dynamic-URL page, placing this meta element containing this attribute within the script or other technology, not within the generating page&#039;s head element (the generating page&#039;s head element may have its own meta element with this attribute describing the generating page). If one page containing the script or other technology that generates another page has more than one means for generating dynamic-URL pages, each means should contain its own meta element with this attribute. Page-version is thus largely independent of the page&#039;s date, although both would likely advance roughly in parallel.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| referrer&lt;br /&gt;
| Developers wish to control the sharing of referrer information with linked resources and followed links at the meta level. It&#039;s sometimes desirable to share referrer information from secure to non-secure resources. The proposal is to add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never|default|always&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where the value of the &#039;&#039;&#039;content&#039;&#039;&#039; attribute is:&lt;br /&gt;
* &#039;&#039;&#039;never&#039;&#039;&#039;: No referrer information is leaked when following a links or requesting resources.&lt;br /&gt;
* &#039;&#039;&#039;default&#039;&#039;&#039;: Include referrer information in non-secure context or for HTTPS resources with the same origin.&lt;br /&gt;
* &#039;&#039;&#039;always&#039;&#039;&#039;: Include referrer information when following all links and requesting any resources.&lt;br /&gt;
&lt;br /&gt;
Since &amp;lt;code&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; is redundant with a proposed &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;, the &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; proposal should be supplanted with this one, which provides more robust control.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| resolutions&lt;br /&gt;
| Authoring web sites to use resolution independent images that display beautifully on high-resolution displays should be made as easy as possible for developers and should not require JavaScript to accomplish.&lt;br /&gt;
&lt;br /&gt;
To accomplish this, I propose a new HTML Meta Tag, &amp;lt;code&amp;gt;resolutions&amp;lt;/code&amp;gt;, that can be used to specify that high-resolution versions of images linked to from the page are available and that the browser should use them in place of the lower-resolution default images if it detects that a user is using a high-resolution screen. The resolutions meta tag lists the device-pixel ratios supported by images in the page. &lt;br /&gt;
&lt;br /&gt;
So, for example…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… means that the developer is telling the browser that she has created 2x resolution images for the images linked to from the current page and named them with a @2x suffix. &lt;br /&gt;
&lt;br /&gt;
To illustrate, if her image tag is as follows…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;img src=&amp;quot;/images/flower.jpg&amp;quot; alt=&amp;quot;A flower&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… then she has two image files under /images: the low-resolution default (flower.jpg), and a higher-resolution (200%) version named flower@2x.jpg. &lt;br /&gt;
&lt;br /&gt;
(This is the same naming convention already used by Apple in its Cocoa Touch framework for automatically loading in higher-resolution versions of images.)&lt;br /&gt;
&lt;br /&gt;
Based on the meta tag, if the browser detects that the user is running at a &amp;lt;code&amp;gt;min-device-pixel-ratio&amp;lt;/code&amp;gt; of 2.0, it will automatically ask for the 2x version of the image (flower@2x.jpg) instead of the default image as specified in the image tag. &lt;br /&gt;
&lt;br /&gt;
Finally, so as not to flood external sites with high-resolution image requests, this functionality would only work for local images specified via relative links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Multiple resolutions&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The resolutions tag can also contain a list of supported device-pixel ratios so as to support even higher-resolution displays when and if they become available in the future. &lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x, 4x, 8x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this case, the developer would provide 2x, 4x, and 8x versions of all images. So, in the running example, she would make flower.jpg, flower@2x.jpg, flower@4x.jpg, and flower@8x.jpg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Advantages&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages of this approach are several:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Makes it very simple for developers to support high-resolution displays like the iPhone 4&#039;s Retina screen&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not require JavaScript&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not change the default way that things work (if the meta tag is not specified, the browser simply behaves as it always has).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| [http://aralbalkan.com/3355 Proposal for native browser support of high-resolution image substitution]&lt;br /&gt;
[http://aralbalkan.com/3331 How to make your web content look stunning on the iPhone 4’s new Retina display]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| rights&lt;br /&gt;
| As a page effectively appears in at least two forms, usually one as interpreted and displayed on a device and the other as source code, arguably intellectual property rights that must be asserted must be asserted in ways understandable in both contexts. For example, &amp;amp;amp;copy; is a raw representation that may legally fail as part of copyright notice to someone seeing source code and not the display, important when someone wants to copy source code for use elsewhere and may rely on a defense of innocent infringement (at least in U.S.). While such assertions can be made in a comment element, it may be helpful to have a tag that search engines can parse and index verbatim.&amp;lt;br /&amp;gt;The value may include standard and nonstandard notices, invocations of licenses such as GFDL and ASCAP, and any other information. Content is defined as free-form, leaving the page author discretion for the entry.&amp;lt;br /&amp;gt;Statements in one tag may discuss several portions of the page differently, e.g., with different licenses.&amp;lt;br /&amp;gt;More than one license may be offered, along with the page&#039;s relationship to all.&amp;lt;br /&amp;gt;Not all statements need be license grants. A statement may state whom to ask for reprint permission or may reserve all rights, for example.&amp;lt;br /&amp;gt;Only one meta tag with this keyword may be present. Page authors must not use more than one. A UA finding multiple such tags on one page must ignore all of them.&amp;lt;br /&amp;gt;The copyright symbol that would be generated by its character entity is not recommended for legal notice in source code when the word &#039;Copyright&#039; may be used instead, because the entity may be read in raw form, but use is up to the page author. The same concept applies to any intellectual property rights symbol for which a suitable alternative is available, such as for trademark or service mark.&amp;lt;br /&amp;gt;ASCII text would not suffice when a name or notice legally may have to be in a non-Roman alphabet, but no alternative may yet exist in HTML5.&amp;lt;br /&amp;gt;Search engine storage may impose a length limit, but, because of legal consequences, if the value&#039;s length exceeds a given limit the search index should retain or interpret none of it but only refer to it.&amp;lt;br /&amp;gt;The content string may only be copied verbatim in its full length, referred to, or ignored. It may not be, for example, paraphrased, truncated, interpreted, or classified except in addition to being copied verbatim in its full length.&amp;lt;br /&amp;gt;Ignoring shall not void, nullify, or alter any rights stated in such tag.&amp;lt;br /&amp;gt;For the synonymy, &#039;&#039;IP&#039;&#039;, &#039;&#039;IP-rights&#039;&#039;, and &#039;&#039;IP-right&#039;&#039; are not reserved; while the abbreviation &#039;&#039;IP&#039;&#039; &#039;intellectual property&#039; is common among attorneys in the U.S., page authors will more likely be computerate, and the abbreviation may be wanted for &#039;Internet Protocol&#039;.&lt;br /&gt;
| [[Talk:MetaExtensions#rights:_why_reversion|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| subj-. . .&lt;br /&gt;
| To classify by subject a page&#039;s content, a standard subject taxonomy that will be recognized by a search engine or directory will help. Because many such high-quality taxonomies exist, only a prefix is proposed. Over time, particular taxonomies, in print or online, may be recognized here and keywords assigned for each.&amp;lt;br /&amp;gt;The keyword will be constructed case-insensitively with subkeywords in the form subj-[nationAbbrev]-[taxonomy]-[edition][-optionalSubedition], e.g., subj-US-MeSH-2009online (perhaps). After &amp;quot;subj-&amp;quot;, the second subkeyword will identify the nation where the taxonomy is published or offered as an aid in identifying the taxonomy and does not limit the subject coverage; e.g., a taxonomy published in Japan may be ideal for classifying Canadian botany or Peruvian economy.&amp;lt;br /&amp;gt;As subject values may vary between editions of one taxonomy, an edition and optionally a subedition is to be identified in the third and optionally the fourth subkeywords. The subedition, if any, is any update or revision occurring between editions, such that a value drawn from that edition and subedition is stable. The means of identifying edition and subedition should be included in the registration of a keyword.&amp;lt;br /&amp;gt;Examples of taxonomies from the U.S. include MeSH (medical) and the Library of Congress Subject Headings.&amp;lt;br /&amp;gt;The value identifying a subject for a Web page will be drawn from the cited taxonomy&#039;s edition and subedition.&amp;lt;br /&amp;gt;If the value should have a style to prevent ambiguity in interpretation, that style is to be registered here for that keyword. Multiple values are expressed with multiple meta elements, one value for each, since comma-separation is probably not compatible with all taxonomies.&amp;lt;br /&amp;gt;If a value requires case-sensitivity to prevent confusion, the entry here registering the keyword must accommodate that need with the needs of HTML 5 with an appropriate rule. To that end, a proposal to allow case-sensitivity in meta tags under some circumstances has been offered in the W3C bug reporting system.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6854 W3C Bug 6854]&lt;br /&gt;
| subject-. . .&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| nibbler-site-verification&lt;br /&gt;
| Used to verify ownership of Nibbler site&lt;br /&gt;
| [http://nibbler.silktide.com/ Nibbler site]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Claimed spec link does not link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MSSmartTagsPreventParsing&lt;br /&gt;
| Microsoft introduced into Internet Explorer 6 Beta a feature that some website designers wished to preclude from applying in order to prevent public misunderstanding of their websites. The feature allowed a browser to add information but at a risk that users wouldn&#039;t know that it wasn&#039;t supplied by the website. This keyword was provided by Microsoft for those of us who wanted it.&amp;lt;br /&amp;gt;Its value was &amp;quot;TRUE&amp;quot;. Microsoft spelled the keyword with some capitals and the value in all capitals but whether capitalization was required for either is unknown; some opinions vary. Since it need be understood by only one browser, and that one a beta version, full standards compliance should not be assumed, and original case may be required. (This tag is used by Google: &amp;quot;&amp;lt;meta content=&#039;true&#039; name=&#039;MSSmartTagsPreventParsing&#039;/&amp;gt;&amp;quot; appeared (with internal quote marks as singles) in the source code for &amp;lt;http://googleblog.blogspot.com/2009/04/listening-to-google-health-users.html&amp;gt;, as accessed 4-27-09.)&amp;lt;br /&amp;gt;Microsoft has apparently removed this instruction from its website on the ground that the beta version is no longer available and is not supported, but that doesn&#039;t assure that some users aren&#039;t still using the beta browser, perhaps inadvertently. Therefore, designers may wish to continue using the keyword and value and they are preserved here.&lt;br /&gt;
| e.g., [http://www.theregister.co.uk/2001/06/25/web_sites_banish_those_winxp/ The Register (U.K.)], [http://cc.uoregon.edu/cnews/summer2001/summer2001.pdf Univ. Oregon (U.S.) (PDF p. 18)], &amp;amp; [http://trillian.mit.edu/~jc/demo/SmartTagsOff.html John Chambers (U.S.) (job résumé near root)], all as accessed 4-19-09&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks spec, potentially never minted by MS as a meta name (as opposed to a http-equiv value), even if minted by Microsoft, abandoned before shipping in any final release of IE&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| wot-verification&lt;br /&gt;
| Used to verify ownership of WOT (Web Of Trust)&lt;br /&gt;
| [http://www.mywot.com/ WOT site]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Claimed spec URL is not a spec URL&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Failed Proposals ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to more details&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| cache&lt;br /&gt;
| This doesn&#039;t actually work; use HTTP headers instead.&amp;lt;br /&amp;gt;Value must be &amp;quot;public&amp;quot;, &amp;quot;private&amp;quot;, or &amp;quot;no-cache&amp;quot;. Intended as a simple way to tell user agents whether to store a copy of the document or not. An alternate for HTTP/1.1&#039;s cache-control; for publishers without access to modifying cache-control.&lt;br /&gt;
| none&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| no-email-collection&lt;br /&gt;
| HTML5 prohibits URL-valued meta names. They should be rel keywords instead.&amp;lt;br /&amp;gt;Intended to reference legal policy of web site indicating that harvesting of e-mail addresses on the site is not permitted and in violation of applicable laws such as the CAN-SPAM Act of 2003.&lt;br /&gt;
| [https://www.ProjectHoneyPot.org/how_to_avoid_spambots_5.php Project Honey Pot]&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Process ==&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;Status&amp;quot; section to be changed to &amp;quot;Ratified&amp;quot;, the proposed keyword must be defined by a W3C specification in the Candidate Recommendation or Recommendation state. If it fails to go through this process, it is &amp;quot;Unendorsed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For more details, see [http://whatwg.org/specs/web-apps/current-work/#concept-meta-extensions the HTML5 specification].&lt;br /&gt;
&lt;br /&gt;
[[Category:Registries]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=7847</id>
		<title>MetaExtensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=7847"/>
		<updated>2011-12-19T08:33:37Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Move blogcatalog to incomplete proposals&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;To create an account, please ask someone in the #whatwg [[IRC]] channel on Freenode, or e-mail ian@hixie.ch. We had to disable open signups because the level of spam became intolerable.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page lists the allowed extension values for the name=&amp;quot;&amp;quot; attribute of the &amp;amp;lt;meta&amp;gt; element in HTML5. You may add your own values to this list, which makes them legal HTML5 metadata names. We ask that you try to avoid redundancy; if someone has already defined a name that does roughly what you want, please reuse it. Also, please be sure to include &#039;&#039;all&#039;&#039; the items [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names required by the spec] &#039;&#039;including a link to a specification&#039;&#039; that specifies the keyword &#039;&#039;as an HTML meta keyword&#039;&#039;. Note that URL-valued properties must not be registered as meta names but should be registered as [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions rel keywords] instead. Also note that changes to this registry may not be reflected in validators in real time.&lt;br /&gt;
&lt;br /&gt;
== Registered Extensions ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| alexaverifyid&lt;br /&gt;
| Used to verify ownership of Alexa Search&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-capable&lt;br /&gt;
| Sets whether a web application runs in full-screen mode.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| Could maybe be assumed when &amp;lt;code&amp;gt;application-name&amp;lt;/code&amp;gt; is set?&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-status-bar-style&lt;br /&gt;
| Sets the style of the status bar for a web application.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| baiduspider&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Baidu only.&lt;br /&gt;
| [http://www.baidu.com/search/robots_english.html Baidu documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-param&lt;br /&gt;
| Cross-site request forgery protection parameter for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-token&lt;br /&gt;
| Cross-site request forgery protection token for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dc.date.issued&lt;br /&gt;
| Date of publication for Google News. The format of the content is YYYY-MM-DD or YYYY-MM-DDThh:mm:ssTZD.&lt;br /&gt;
| [http://www.google.com/support/news_pub/bin/answer.py?answer=93994 Google News documentation]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dcterms.issued&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dc.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a&lt;br /&gt;
controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the&lt;br /&gt;
&amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dc.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
&amp;lt;code&amp;gt;dc.language&amp;lt;/code&amp;gt; is preferred by several web validators over &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.abstract&lt;br /&gt;
| A summary of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-abstract DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accessRights&lt;br /&gt;
| Information about who can access the resource or an indication of its security status.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accessRights DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualMethod&lt;br /&gt;
| The method by which items are added to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualMethod DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualPeriodicity&lt;br /&gt;
| The frequency with which items are added to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualPeriodicity DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualPolicy&lt;br /&gt;
| The policy governing the addition of items to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualPolicy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.alternative&lt;br /&gt;
| An alternative name for the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-alternative DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.audience&lt;br /&gt;
| A class of entity for whom the resource is intended or useful.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-audience DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.available&lt;br /&gt;
| Date (often a range) that the resource became or will become available.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-available DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.bibliographicCitation&lt;br /&gt;
| A bibliographic reference for the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-bibliographicCitation DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;cite&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.conformsTo&lt;br /&gt;
| An established standard to which the described resource conforms.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-conformsTo DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.contributor&lt;br /&gt;
| An entity responsible for making contributions to the content of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-contributor DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.coverage&lt;br /&gt;
| The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-coverage DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.created&lt;br /&gt;
| Date of creation of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-created DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.creator&lt;br /&gt;
| An entity primarily responsible for making the resource. Examples of&lt;br /&gt;
a Creator include a person, an organization, or a service.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-creator DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| In some cases redundant with the HTML built-in keyword &lt;br /&gt;
| &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt; Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.date&lt;br /&gt;
| A point or period of time associated with an event in the lifecycle of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-date DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateAccepted&lt;br /&gt;
| Date of acceptance of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateAccepted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateCopyrighted&lt;br /&gt;
| Date of copyright.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateCopyrighted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateSubmitted&lt;br /&gt;
| Date of submission of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateSubmitted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.description&lt;br /&gt;
| An account of the resource. Description may include but is not&lt;br /&gt;
limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-description DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt; &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.educationLevel&lt;br /&gt;
| A class of entity, defined in terms of progression through an educational or training context, for which the described resource is intended.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-educationLevel DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.extent&lt;br /&gt;
| The size or duration of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-extent DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.format&lt;br /&gt;
| The file format, physical medium, or dimensions of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-format DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasFormat&lt;br /&gt;
| A related resource that is substantially the same as the pre-existing described resource, but in another format.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasFormat DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasPart&lt;br /&gt;
| A related resource that is included either physically or logically in the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasPart DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
 &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasVersion&lt;br /&gt;
| A related resource that is a version, edition, or adaptation of the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasVersion DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.identifier&lt;br /&gt;
| An unambiguous reference to the resource within a given context.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-identifier DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.instructionalMethod&lt;br /&gt;
| A process used to engender knowledge, attitudes and skills, that the described resource is designed to support.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-instructionalMethod DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isFormatOf&lt;br /&gt;
| A related resource that is substantially the same as the described resource, but in another format.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isFormatOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isPartOf&lt;br /&gt;
| A related resource in which the described resource is physically or logically included.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isPartOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isReferencedBy&lt;br /&gt;
| A related resource that references, cites, or otherwise points to the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isReferencedBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isReplacedBy&lt;br /&gt;
| A related resource that supplants, displaces, or supersedes the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isReplacedBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isRequiredBy&lt;br /&gt;
| A related resource that requires the described resource to support its function, delivery, or coherence.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isRequiredBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.issued&lt;br /&gt;
| Date of formal issuance (e.g., publication) of the resource. (DC&lt;br /&gt;
doesn&#039;t spec a date format but the established practice is&lt;br /&gt;
YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-issued DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isVersionOf&lt;br /&gt;
| A related resource of which the described resource is a version, edition, or adaptation.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isVersionOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a&lt;br /&gt;
controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the&lt;br /&gt;
&amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.license&lt;br /&gt;
| A legal document giving official permission to do something with the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-license DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;license&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.mediator&lt;br /&gt;
| An entity that mediates access to the resource and for whom the resource is intended or useful.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-mediator DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.medium&lt;br /&gt;
| The material or physical carrier of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-medium DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.modified&lt;br /&gt;
| Date on which the resource was changed. (DC doesn&#039;t spec a date&lt;br /&gt;
format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-modified DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.provenance&lt;br /&gt;
| A statement for any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-provenance DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.publisher&lt;br /&gt;
| An entity responsible for making the resource available.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-publisher DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.references&lt;br /&gt;
| A related resource that is referenced, cited, or otherwise pointed to by the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-references DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.relation&lt;br /&gt;
| A related resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-relation DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.replaces&lt;br /&gt;
| A related resource that is supplanted, displaced, or superseded by the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-replaces DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.requires&lt;br /&gt;
| A related resource that is required by the described resource to support its function, delivery, or coherence.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-requires DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.rights&lt;br /&gt;
| Information about rights held in and over the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-rights DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.rightsHolder&lt;br /&gt;
| A person or organization owning or managing rights over the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-rightsHolder DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.source&lt;br /&gt;
| A related resource from which the described resource is derived.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-source DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.spatial&lt;br /&gt;
| Spatial characteristics of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-spatial DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.subject&lt;br /&gt;
| The topic of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-subject DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;keywords&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.tableOfContents&lt;br /&gt;
| A list of subunits of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-tableOfContents DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.temporal&lt;br /&gt;
| Temporal characteristics of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-temporal DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| A name given to the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-title DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.type&lt;br /&gt;
| The nature or genre of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-type DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.valid&lt;br /&gt;
| Date (often a range) of validity of a resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-valid DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| designer&lt;br /&gt;
| Credits the designer(s) responsible for the visual presentation of a website.&lt;br /&gt;
| [https://sites.google.com/site/metadesignerspec/ Documenation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| EssayDirectory&lt;br /&gt;
| Defines a custom description of websites listed in EssayDirectory.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;EssayDirectory&amp;quot; content=&amp;quot;Helping students find legitimate essay services.&amp;quot;&amp;gt;&lt;br /&gt;
| [http://essaydirectory.com/privacy-terms/#EssayDirectory_MetaExtension Documenation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| publisher&lt;br /&gt;
| Searching for one content publisher&#039;s or page publisher&#039;s work requires a standard robot-parsable format for the information. This often differs from creator or author when the publisher is an institution. An institutional name, personal name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one publisher. Multiple publishers are to be represented with multiple tags, although multiple publishers are less common than multiple authors or creators; multiplicity is more likely for a legal name and a well-known name.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a publisher need only enter a name once in one order.&lt;br /&gt;
| defacto standard, used in nearly every website, e.g. [http://www.gaijin.at/olsmgen.php][http://developers.evrsoft.com/metagen.shtml][http://www.html-seminar.de/metatags.htm]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| review_date&lt;br /&gt;
| The date a resource is scheduled for review by content creator in order to determine if it should be archived, updated or retained as is.&lt;br /&gt;
| [http://www.hc-sc.gc.ca/home-accueil/alt_formats/pacrb-dgapcr/pdf/Metadata_Application_Profile_2009.pdf Health Canada Web Metadata Application Profile March 2009 ]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| es.title&lt;br /&gt;
| Object Title, where this is not the TITLE or H1 tag content, but the resource title&lt;br /&gt;
| [http://www.eibs.co.uk/reference/ EIBS EasySite CMS - Content Attributes Reference]&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-detection&lt;br /&gt;
| Enables or disables automatic detection of possible phone numbers in a webpage in Safari on iOS.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.country&lt;br /&gt;
| Case-insensitive ISO 3166-1 alpha-2 code of a country to which the page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.country&amp;quot; content=&amp;quot;de&amp;quot;&amp;gt;&lt;br /&gt;
| [http://www.syndic8.com/help_metadata.php All About Feed Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.placename&lt;br /&gt;
| Defines name of geographic place to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.placename&amp;quot; content=&amp;quot;Auwaldstraße 11, 79110 Freiburg im Breisgau, Deutschland&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.position&lt;br /&gt;
| Defines geographic position to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.position&amp;quot; content=&amp;quot;48.02682000000001;7.809769999999958&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| icbm (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.region&lt;br /&gt;
| Defines name of geographic region to which page is related to. Content is specified by ISO-3166.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.region&amp;quot; content=&amp;quot;DE-BW&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&amp;lt;br&amp;gt;[http://en.wikipedia.org/wiki/ISO_3166 ISO-3166]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| google-site-verification&lt;br /&gt;
| Used to verify ownership for Webmaster Tools.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=79812 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| googlebot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Googlebot only.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=93710 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| revisit-after&lt;br /&gt;
| revisit-after is used to tell search engines how often to recrawl the page. To our knowledge only one search engine has ever supported it, and that search engine was never widely used — at this point, it is nothing more than a good luck charm.&lt;br /&gt;
| [http://code.google.com/webstats/2005-12/metadata.html Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| icbm&lt;br /&gt;
| Defines geographic position to which page is related to. The acronym stands for ICBM Intercontinental Ballistic Missile - an old, humorous allusion to the possible use of such coordinates.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;ICBM&amp;quot; content=&amp;quot;47.0667, 15.4500&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://geourl.org/add.html GeoURL documentation]&lt;br /&gt;
| geo.position (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| HandheldFriendly&lt;br /&gt;
| Denotes handheld-friendly content&lt;br /&gt;
| [http://learnthemobileweb.com/tag/handheldfriendly/]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MobileOptimized&lt;br /&gt;
| Denotes content optimized for mobile browsers&lt;br /&gt;
| [http://learnthemobileweb.com/tag/mobileoptimized/]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| itemsPerPage&lt;br /&gt;
| Used to identify the number of search results returned per page.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-task&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
Jump List items act as entry points into the website even when the browser is not running. A Jump List can contain commonly used destinations and tasks. Some items apply to the whole site, and some apply only to specific users. &lt;br /&gt;
For example, to add a single task called &amp;quot;Check Order Status&amp;quot; specify a meta element in the head of your webpage, as follows:&lt;br /&gt;
 &amp;lt;META name=&amp;quot;msapplication-task&amp;quot; content=&amp;quot;name=Check Order Status;&lt;br /&gt;
      action-uri=./orderStatus.aspx?src=IE9;&lt;br /&gt;
      icon-uri=./favicon.ico&amp;quot;  /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491725(v=vs.85).aspx Tasks in Jump List]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-starturl&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-starturl&amp;quot; metadata contains the root URL of the application. The start URL can be fully qualified, or relative to the current document. Only HTTP and HTTPS protocols are allowed. If this element is missing, the address of the current page is used instead.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-starturl&amp;quot; content=&amp;quot;./&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-tooltip&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-tooltip&amp;quot; metadata provides additional tooltip text that appears when you hover over the Pinned Site shortcut in the Windows Start menu or on the desktop.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-tooltip&amp;quot; content=&amp;quot;Channel 9 Podcasts&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-navbutton-color&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-navbutton-color&amp;quot; metadata define the custom color of the Back and Forward buttons in the Pinned Site browser window. Any named color, or hex color value is valid.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-navbutton-color&amp;quot; content=&amp;quot;#FF3300&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msvalidate.01&lt;br /&gt;
| One of the verification elements used by Bing.&lt;br /&gt;
| [http://onlinehelp.microsoft.com/en-us/bing/hh204490.aspx Bing Webmaster Tools]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| norton-safeweb-site-verification&lt;br /&gt;
| Used to verify ownership of Website for Norton SafeWeb.&lt;br /&gt;
| http://safeweb.norton.com/help/site_owners#verification_tips Norton SafeWeb Help Documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rating &lt;br /&gt;
| The Restricted to Adults label (RTA) provides a way for adult oriented websites to indicate that their content is off limits to children. RTA was introduced in 2006 and is currently used by a large number of adult web content providers. RTA is recognized by all major parental control filters.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;RATING&amp;quot; content=&amp;quot;RTA-5042-1996-1400-1577-RTA&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://www.rtalabel.org/index.php?content=howto RTA documentation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rights-standard&lt;br /&gt;
| The purpose is to enable search engines and other cataloging services to compile the types of rights allocated to the work. (Does any search engine actually implement this? [[User:Hsivonen|hsivonen]] 07:34, 14 July 2011 (UTC))&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This keyword does not provide, remove or alter any legal protections or designations.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Format: &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;rights-standard&amp;quot; content=&amp;quot;element id;rights&amp;quot; /&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* element id - the HTML Element ID of the item these rights apply to&lt;br /&gt;
* rights - what rights are assigned to the item&lt;br /&gt;
** &amp;quot;pd&amp;quot; - Public domain&lt;br /&gt;
** &amp;quot;cc by-sa&amp;quot; - Creative Commons Attribution&lt;br /&gt;
** &amp;quot;cc by-nd&amp;quot; - Creative Commons  NoDerivs &lt;br /&gt;
** &amp;quot;cc by-nc&amp;quot; - Creative Commons Attribution-NonCommercial&lt;br /&gt;
** &amp;quot;cc by-nc-sa&amp;quot; - Creative Commons Attribution-NonCommercial-ShareAlike&lt;br /&gt;
** &amp;quot;cc by-nc-nd&amp;quot; - Creative Commons Attribution-NonCommercial-NoDerivs&lt;br /&gt;
&lt;br /&gt;
| [http://sites.google.com/site/metarightsstandard/ Spec]&lt;br /&gt;
|Redundant with [http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#licensing-works Microdata vocabulary for licensing works].&lt;br /&gt;
|Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| robots&lt;br /&gt;
| A comma-separated list of operators explaining how search engine crawlers should treat the content. Possible values are &amp;quot;noarchive&amp;quot; to prevent cached versions, &amp;quot;noindex&amp;quot; to prevent indexing, and &amp;quot;nofollow&amp;quot; works as the link rel value with the same name. This meta name is already supported by every popular search engine.&amp;lt;br /&amp;gt;The content value &amp;quot;NOODP&amp;quot; has been offered elsewhere, so I&#039;m proposing it here. It blocks robots from using [http://www.dmoz.org Open Directory Project] descriptions of a website instead of Web pages&#039; own meta descriptions. It may have been introduced by Microsoft.&amp;lt;br /&amp;gt;The content value &amp;quot;NOYDIR&amp;quot; has been offered by Yahoo, so I&#039;m proposing it here. It blocks Yahoo&#039;s robot from using the Yahoo directory&#039;s descriptions of a website instead of Web pages&#039; own meta descriptions. Whether any other robot supports this is unknown but possibly no other search engine uses Yahoo&#039;s directory anyway.&lt;br /&gt;
| [http://www.robotstxt.org/wc/exclusion.html#meta Robots exclusion protocol], NOODP value: [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=35264 Google], [http://help.yahoo.com/l/us/yahoo/search/indexing/indexing-11.html Yahoo], NOYDIR value: [http://ysearchblog.com/2007/02/28/yahoo-search-support-for-noydir-meta-tags-and-weather-update/ Yahoo], as accessed 4-28-09&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| slurp&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Yahoo! only.&lt;br /&gt;
| [http://help.yahoo.com/l/au/yahoo7/search/indexing/indexing-11.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| startIndex&lt;br /&gt;
| Used to identify the index of the first search result in the current set of search results.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| teoma&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Teoma and Ask.com only.&lt;br /&gt;
| [http://about.ask.com/en/docs/about/webmasters.shtml Ask.com documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| totalResults&lt;br /&gt;
| Used to identify the number of search results available for the current search.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| verify-v1&lt;br /&gt;
| Legacy verification for Google Sitemaps.&lt;br /&gt;
| [http://sitemaps.blogspot.com/2006/05/more-about-meta-tag-verification.html Inside Google Sitemaps: More about meta tag verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| &amp;lt;span id=&amp;quot;viewport&amp;quot;&amp;gt;viewport&amp;lt;/span&amp;gt;&lt;br /&gt;
| Provides a way for documents to specify (using markup rather than CSS) the size, zoom factor, and orientation of the viewport that is used as the base for the document&#039;s [http://www.w3.org/TR/CSS21/visudet.html#containing-block-details initial containing block]. The following properties can be used in the value of the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute:&lt;br /&gt;
* width&lt;br /&gt;
* height&lt;br /&gt;
* initial-scale&lt;br /&gt;
* minimum-scale&lt;br /&gt;
* maximum-scale&lt;br /&gt;
* user-scalable&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;initial-scale=1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=480, initial-scale=2.0, user-scalable=1&amp;quot;&amp;gt;&lt;br /&gt;
For more details, see the [http://dev.w3.org/csswg/css-device-adapt/#viewport-meta-element Viewport META element] section of the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification.&lt;br /&gt;
| For &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; elements that have a &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute whose value is &amp;lt;code&amp;gt;viewport&amp;lt;/code&amp;gt;, the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification defines the recognized properties for the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute&amp;gt;, as well as an algorithm for parsing the value of that attribute.&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_n&lt;br /&gt;
| &#039;&#039;&#039;Name of the Content Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_n&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_s&lt;br /&gt;
| &#039;&#039;&#039;Name of Content Sub-Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_s&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ac&lt;br /&gt;
| &#039;&#039;&#039;Advertising Click parameter&#039;&#039;&#039;&lt;br /&gt;
When a visitor to your site clicks on an ad, that action is referred to as an Ad Click. The following META tag tracks advertising clicks:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ac&amp;quot; CONTENT=&amp;quot;name&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the advertisement clicked to reach a particular web page. The Ad Click must contain an external redirect back to the client. The redirect needs to include the necessary code to generate a hit to the SDC server. You can designate multiple Advertising Clicks using semicolons.&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file111.html?WT.ac=CONTENT111&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file222.html?WT.ac=CONTENT222&amp;quot;&amp;gt;&lt;br /&gt;
The name of the advertisement clicked to reach a particular web page. To capture this information with DCS, the Advertising Click must contain an external redirect back to the client. The redirect needs to &lt;br /&gt;
&lt;br /&gt;
include the necessary code to generate a hit to the DCS. The maximum length for each name is 64 bytes.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ad&lt;br /&gt;
| &#039;&#039;&#039;Advertising View parameter&#039;&#039;&#039;&lt;br /&gt;
Visitors often view advertisements that they do not necessarily click on. You can use On-Site Advertising to determine the number of visitors to your web site who view particular ads. With this feature you can produce advertising reports for each of your clients.&lt;br /&gt;
If you are selling advertising space on your web site, for example, you can collect traffic statistics to help determine pricing schedules.&lt;br /&gt;
The following META tag tracks advertising views:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.ad&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.mc_id&lt;br /&gt;
| &#039;&#039;&#039;Identifies the ID of the marketing campaign&#039;&#039;&#039;&lt;br /&gt;
To attract new students, a university launches a marketing campaign by sending recruitment email to all graduating high school seniors in a metropolitan area. The email links to a special landing page in the university’s web site, containing the following META tag to track marketing campaigns.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.mc_id&amp;quot; CONTENT=&amp;quot;1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
You may use this parameter on the URL.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;link?WT.mc_id=1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
The Campaign ID 1X2GG34 represents recruits to be contacted by email&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.sv&lt;br /&gt;
| &#039;&#039;&#039;Tracking Servers parameter&#039;&#039;&#039;&lt;br /&gt;
If your site is hosted on multiple servers, a server cluster, or a server farm, and you want to evaluate the performance of your load balancer, Webtrends can track page views for each server. To do so, populate the following META tag on all pages on each server:&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;My Server&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the machine that serves the web page. If you have two servers (Server1 and Server2), you would make two copies of the META tag and designate CONTENT=“Server1” for deployment to pages on the first server and CONTENT=“Server2” for deployment to the same pages on the second server.&lt;br /&gt;
For a server farm, you can extract the value of the built-in server name and dynamically assign it to the&lt;br /&gt;
META tag using server-side scripting.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server1&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server2&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [https://tagbuilder.webtrends.com/Help/Miscellaneous/AdSearch.aspx?keepThis=true&amp;amp;TB_iframe=true&amp;amp;height=450&amp;amp;width=650 About WT.ad].&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ti&lt;br /&gt;
| &#039;&#039;&#039;Tracking Page Titles&#039;&#039;&#039;&lt;br /&gt;
You may want to modify a page title before sending it to Webtrends in the following cases:&lt;br /&gt;
* You are dealing with dynamic content pages identified by URL parameters, and the page title represents the title of the base URL page rather than the dynamic content page.&lt;br /&gt;
Unless you modify the page titles, all pages have the same title in the reports.&lt;br /&gt;
* All pages have been assigned the same title, for reasons of style or company policy.&lt;br /&gt;
Even though URLs are displayed in addition to page title, the entire URL cannot be depended upon to distinguish one page from another.&lt;br /&gt;
Use server-side scripts to change the title to something that reflects the content of the pages so that you can identify them in reports. Next, pass the customized page titles to Webtrends, using the following META tag:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ti&amp;quot; CONTENT=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the title for this page.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| y_key&lt;br /&gt;
| Used to verify ownership for Yahoo! Site Explorer&lt;br /&gt;
| [http://help.yahoo.com/l/us/yahoo/search/siteexplorer/siteexplorer-06.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| yandex-verification&lt;br /&gt;
| Used to verify ownership for Yandex Webmaster.&lt;br /&gt;
| [http://help.yandex.ru/webmaster/?id=995300#995356 Yandex Webmaster ownership verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.instruction&lt;br /&gt;
| Globrix property information: Property to Buy or Rent&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.price&lt;br /&gt;
| Globrix property information: Price for the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.postcode&lt;br /&gt;
| Globrix property information: Postcode of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bedrooms&lt;br /&gt;
| Globrix property information: Number of bedrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bathrooms&lt;br /&gt;
| Globrix property information: Number of bathrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.type&lt;br /&gt;
| Globrix property information: Type of property e.g. &#039;semi-detatched house&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.condition&lt;br /&gt;
| Globrix property information: Condition of the property e.g. &#039;renovated&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.features&lt;br /&gt;
| Globrix property information: Features of the property e.g. &#039;double glazing&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.outsidespace&lt;br /&gt;
| Globrix property information: External features of the property e.g. &#039;garden&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.parking&lt;br /&gt;
| Globrix property information: Parking available for property e.g. &#039;parking for 2 cars&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.period&lt;br /&gt;
| Globrix property information: Period of the property e.g. &#039;victorian terrace&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.poa&lt;br /&gt;
| Globrix property information: If the property price is only available on application&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.tenure&lt;br /&gt;
| Globrix property information: The tenure of the property e.g. &#039;leasehold&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.underoffer&lt;br /&gt;
| Globrix property information: Indicates if the property is under offer&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.priceproximity&lt;br /&gt;
| Globrix property information: The region of the attached price e.g. &#039;guide price of&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.latitude&lt;br /&gt;
| Globrix property information: The latitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.longitude&lt;br /&gt;
| Globrix property information: The longitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| nibbler-site-verification&lt;br /&gt;
| Used to verify ownership of Nibbler site&lt;br /&gt;
| [http://nibbler.silktide.com/ Nibbler site]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:title&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:type&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:url&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:image&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:site_name&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| fb:admins&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:description&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| fb:page_id&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| gm-gpx-v&lt;br /&gt;
| Wordpress Plugin Google Maps GPX Viewer&lt;br /&gt;
| [http://wordpress.org/extend/plugins/google-maps-gpx-viewer/ Google Maps GPX Viewer]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| meta_date&lt;br /&gt;
| The date used to indicate that the Metadata has been prepared and/or reviewed and approved by the Metadata Unit. Its purpose is administrative. (Used by &amp;quot;Autonomy&amp;quot;.)&lt;br /&gt;
| [http://www.hc-sc.gc.ca/home-accueil/alt_formats/pacrb-dgapcr/pdf/Metadata_Application_Profile_2009.pdf Health Canada Web Metadata Application Profile March 2009 ]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposals that don&#039;t meet the [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names requirements] for a registration ==&lt;br /&gt;
&lt;br /&gt;
Note that these proposals can be moved back to the registry table if the problems listed in the rightmost column of this table are addressed.&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
! Registration requirement failure&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| audience&lt;br /&gt;
| To aid search engines in classifying and to aid directory compilers, an audience most appropriate for the page may be suggested. Subject matter may not be a good clue; for example, an analysis of children&#039;s literature may be directed to teachers.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated. Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values:&amp;lt;br /&amp;gt;-- &amp;quot;all&amp;quot; and &amp;quot;everyone&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;adult&amp;quot; and &amp;quot;mature&amp;quot; have the same meaning and are for content that only adults may access, but no one responsible for preventing a nonadult or the immature from accessing the page or its content should rely on either or both of these values to do so without other means (not the same as &amp;quot;grownup&amp;quot;, which see)&amp;lt;br /&amp;gt;-- &amp;quot;child&amp;quot; and &amp;quot;juvenile&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;teen&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;grownup&amp;quot; is not identical to &amp;quot;adult&amp;quot; or &amp;quot;mature&amp;quot; in not implying a precise boundary but is approximately any person who may be able to understand and apply the content (e.g., car driving instruction that may be read by a minor not yet old enough to drive a car but who would likely benefit from somewhat early exposure to the instruction)&amp;lt;br /&amp;gt;-- &amp;quot;parent&amp;quot; to include guardian and temporary caregiver&amp;lt;br /&amp;gt;-- &amp;quot;teacher&amp;quot; to include professor and ad hoc instructor&amp;lt;br /&amp;gt;-- &amp;quot;elementary school student&amp;quot; to include any student below high school&amp;lt;br /&amp;gt;-- &amp;quot;high school student&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;elhi&amp;quot; to include any student in elementary school through high school&amp;lt;br /&amp;gt;-- &amp;quot;college student&amp;quot; including graduate and professional school&amp;lt;br /&amp;gt;-- &amp;quot;business&amp;quot; including management, finance, and prospective customers (this includes e-commerce and investor sites)&amp;lt;br /&amp;gt;-- &amp;quot;health&amp;quot; including any health care provider including alternative and ad hoc&amp;lt;br /&amp;gt;-- &amp;quot;patient&amp;quot; for any health care recipient&amp;lt;br /&amp;gt;-- &amp;quot;lawyer&amp;quot; including judge, paralegal, and jailhouse lawyer&amp;lt;br /&amp;gt;-- &amp;quot;law client&amp;quot; for any prospective recipient of a lawyer&#039;s service (not usually a social work client) with &#039;&#039;lawyer&#039;&#039; including paralegal and jailhouse lawyer but not necessarily judge&amp;lt;br /&amp;gt;-- &amp;quot;craft&amp;quot; for any craftworker including laborer and artisan&amp;lt;br /&amp;gt;-- &amp;quot;artist&amp;quot; including musician, actor, dancer, and sculptor and including creator and performer&amp;lt;br /&amp;gt;-- &amp;quot;military&amp;quot; including paramilitary&amp;lt;br /&amp;gt;-- &amp;quot;news&amp;quot; including any consumer of rapidly-developing news&amp;lt;br /&amp;gt;-- &amp;quot;introductory&amp;quot; and &amp;quot;beginner&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;intermediate&amp;quot; and &amp;quot;midlevel&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;advanced&amp;quot; and &amp;quot;advance&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;scholarly&amp;quot; and &amp;quot;scholar&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;popular&amp;quot; generally referring to a writing style&amp;lt;br /&amp;gt;-- &amp;quot;older&amp;quot; including retiree&amp;lt;br /&amp;gt;-- &amp;quot;institution&amp;quot; including from corporation to conspiracy (such as for management advice)&amp;lt;br /&amp;gt;-- &amp;quot;government&amp;quot; including agencies and prospective politicians&amp;lt;br /&amp;gt;-- values using any integer or single-digit decimal in the form of &amp;quot;grade 8&amp;quot; or &amp;quot;grade 6.4&amp;quot; including to refer to a reading comprehension level (this generally will not exceed 12 and might be meaningless above 20 so higher values may be interpreted as the highest meaningful value)&amp;lt;br /&amp;gt;-- &amp;quot;viewers&amp;quot; for when content (such as a movie) is intended almost entirely to be seen rather than read&amp;lt;br /&amp;gt;-- &amp;quot;listeners&amp;quot; for when content (such as music) is intended almost entirely to be heard rather than read but not generally including text-to-speech support&amp;lt;br /&amp;gt;-- &amp;quot;tts&amp;quot;, &amp;quot;text-to-speech&amp;quot;, or &amp;quot;text to speech&amp;quot;, which three have the same meaning and which are for a page that has substantial support for TTS or that will be readily understood through TTS without need for such support (TTS is often aided by, e.g., pre-resolving pronunciation ambiguities in page coding)&amp;lt;br /&amp;gt;-- values using any numbers in the form of &amp;quot;3-6 years old&amp;quot;, whether a range or a single-number value&amp;lt;br /&amp;gt;-- values using any decade in the form of &amp;quot;born in 1970s&amp;quot;&amp;lt;br /&amp;gt;Unrecognized values such as &amp;quot;botanists&amp;quot;, &amp;quot;Texans&amp;quot;, and &amp;quot;writers who use red ink&amp;quot; may be used but at a risk that a search engine or directory editor will either fail to recognize it or will interpret it in unpredictable ways, or will in the future.&amp;lt;br /&amp;gt;Spellings that are erroneous or slightly different from a recognized value may be interpreted by a search engine or directory editor as representing a recognized value.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value of &amp;quot;all&amp;quot; but without overriding another indication arrived at by other means.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| blogcatalog&lt;br /&gt;
| Used to verify ownership of Blog Catalog.com&lt;br /&gt;
| [http://www.blogcatalog.com/ Blog catalog site]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Claimed spec link is not a link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| bot-. . .&lt;br /&gt;
| Robot owners, to allow page authors access to robotic capabilities, e.g., to deny them, should prefix &amp;quot;bot-&amp;quot; to the name of their robot, especially for proprietary bots.&amp;lt;br /&amp;gt;Example: If a robot were to be named &amp;quot;dullbucklequiz&amp;quot;, the name in the meta element would be &amp;quot;bot-dullbucklequiz&amp;quot;.&amp;lt;br /&amp;gt;The value &amp;quot;bot-&amp;quot; alone represents all bots so prefixed, like a wildcard.&amp;lt;br /&amp;gt;Arguably, there&#039;s no need for a list here of any specific bots if http://user-agents.org or http://www.botsvsbrowsers.com/ (and perhaps other sites) is reliable.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| citeseerxbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting CiteSeerX only.&lt;br /&gt;
| [http://csxstatic.ist.psu.edu/about/crawler CiteSeerX Crawler documentation]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The claimed spec doesn&#039;t actually specify meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| created&lt;br /&gt;
| The datetime at which the document was created. The value is an ISO8601 date. The date MUST follow the [http://www.w3.org/TR/NOTE-datetime W3C Profile of ISO 8601] with a granularity of &amp;quot;Complete date:&amp;quot; or finer. The [http://www.bbc.co.uk/guidelines/futuremedia/desed/previousversions/searchmetadata_vs_1_0.shtml#metadata BBC] use this name.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| creator&lt;br /&gt;
| The creator is an off-Web or pre-Web creator of a work for which an author authored a Web page, so that the creator and the author may be different people.&amp;lt;br /&amp;gt;Searching for one content creator&#039;s work requires a standard robot-parsable format for the information. A personal name, institutional name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one creator. Multiple creators are to be represented with multiple tags.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a content creator need only enter a name once in one first-last or family-given order (e.g., Pat Thunderbird or Thunderbird, Pat, but not requiring both).&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;creator&#039;_MetaExtension|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msnbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Bing only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| ia_archive&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Internet Archive and Alexa only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage&lt;br /&gt;
| The author may be the best expert on which time frame is most relevant to the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers that may focus on the 1800s but mention 1731 and 1912 perhaps unimportantly.&amp;lt;br /&amp;gt;The value for this keyword is a date or time -- not a range and not vague, for which other keywords are proposed -- in a format in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than  once, all the values so appearing are determinative. Multiple values are to be expressed with separate meta elements lest the note be revised in the future in a way incompatible with comma-separating a list.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| property=&amp;quot;og:*&amp;quot;&lt;br /&gt;
| Metadata used by the Open Graph protocol (used by Facebook). Note: currently these are defined as: &amp;lt;meta property=&amp;quot;og.*&amp;quot; content=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ FAQ About the Open Graph protocol from Facebook.]&lt;br /&gt;
| &lt;br /&gt;
| Doesn&#039;t belong in this registry&lt;br /&gt;
| Not a value to be used in the &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-end&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the end. If this keyword is used without datetime-coverage-start (also proposed), its value is interpreted as ending a range without a start.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the end of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-end=1865, datetime-coverage-start=1914, datetime-coverage-end=1918, and datetime-coverage-start=1862, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-start&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the start. If this keyword is used without datetime-coverage-end (also proposed), its value is interpreted as starting a range without an end.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the start of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-start=1862, datetime-coverage-start=1914, datetime-coverage-end=1865, and datetime-coverage-end=1918, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-vague&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that its value is not necessarily crisp. This keyword should be used only when datetime-coverage, datetime-coverage-start, and datetime-coverage-end are inappropriate, but there&#039;s no ban on using all four. Any text without a comma can be the value (e.g., Pleistocene, 1820s, Tuesdays, or before we were born); multiple values are comma-separated.&amp;lt;br /&amp;gt;If this keyword is used with datetime-coverage, datetime-coverage-start, or datetime-coverage-end, the vague value should be exploited along with the value/s for the other keyword/s.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all are determinative.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| DC.&lt;br /&gt;
| Dublin Core, maintained by Dublin Core MetaData Initiative (DCMI), is an extensive system with some overlap with non-DC names.&amp;lt;br /&amp;gt;This reserves all strings that begin with DC and a dot. &#039;&#039;Not true; DC-HTML doesn&#039;t use hardwired prefixes, but defines the prefixes using link/@rel=&amp;quot;scheme.prefix&amp;quot;&#039;&#039;&lt;br /&gt;
| [http://www.DublinCore.org DCMI]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dir-content-pointer&lt;br /&gt;
| When several pages in a directory include main content, a table of contents, an index, and the like, a search engine may be able to organize results more usefully by identifying which is which with a standard vocabulary, helpful when different publishers use different conventions when displaying or printing content.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma and optionally with a trailing number. Multiple values are to be comma-separated (multiple values are appropriate when one document serves multiple purposes). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values, which are pointer types to which numbers may be suffixed, are limited to &amp;quot;start&amp;quot; meaning &#039;the first page that should be seen by a user&#039; (this may be anywhere in the directory and anywhere within content), &amp;quot;toc&amp;quot; meaning &#039;table of contents&#039;, &amp;quot;intro&amp;quot; including introductions, forewords, prefaces, and tables of figures, &amp;quot;abstract&amp;quot;, &amp;quot;main&amp;quot;, &amp;quot;bibliography&amp;quot; and &amp;quot;biblio&amp;quot;, which have the same meaning, &amp;quot;index&amp;quot; which may mean &#039;sitemap&#039; or not, &amp;quot;afterword&amp;quot; and &amp;quot;update&amp;quot; which have the same meaning and need not actually update, &amp;quot;credit&amp;quot; meaning &#039;credits and acknowledgments&#039;, and &amp;quot;author bio&amp;quot; meaning &#039;author&#039;s biography&#039;, including any information about the author including credentials and contact information. The number suffix may be spaceless or not.&amp;lt;br /&amp;gt;When numbers are suffixed, a search engine or directory should arrange like items in numerical order in the results, with unnumbered items following like items that are numbered, e.g., intro 1, intro 2, main 1, main 2, main, main, and so on.&amp;lt;br /&amp;gt;Each directory and each subdirectory has its own sequence.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|expires&lt;br /&gt;
|&amp;lt;code&amp;gt;meta name=&#039;expires&#039;&amp;lt;/code&amp;gt; defines the expiration date of the page. This can be used for web pages in preparation for an upcoming event, e.g. a registration form for an exposition or competition, or other cases with a pre-set date when the document will no longer be valid, e.g. a product offer in a special sale or a support page for a product known not to be supported anymore from a given time onward.&lt;br /&gt;
&lt;br /&gt;
Search engines should respond to this meta tag in a reasonable way, i.e. by removing the page from their main search results after the expiration date (possibly still returning the result in a special search for expired pages as long as the page exists and is not explicitly excluded via &amp;lt;code&amp;gt;robots.txt&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;meta name=&#039;robots&#039;&amp;lt;/code&amp;gt; etc.) or simply by indicating to the user that this result is out-of-date.&lt;br /&gt;
&lt;br /&gt;
The content attribute should define the expiration date in accordance with http://www.w3.org/TR/NOTE-datetime . The meta tag should not be used for pages without expiration date. However, for historical reasons, search engines should also interpret other date formats where possible and should be prepared to find values such as &amp;quot;&amp;quot;, &amp;quot;0&amp;quot;, &amp;quot;no&amp;quot; and &amp;quot;never&amp;quot;. Such non-date values are to be interpreted as no expiration date.&lt;br /&gt;
&lt;br /&gt;
Correctly formatted example:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&#039;expires&#039; content=&#039;2012-12-31T23:59Z&#039;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tag is not to be confused with and has a different meaning than &amp;lt;code&amp;gt;meta http-equiv=&#039;expires&#039;.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-print&lt;br /&gt;
| This is to allow a user agent to inform an operating system or a printer driver of the preferred print medium, such as the paper size.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated (multiple values might be appropriate because standard paper sizes vary around the world). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values are limited to &amp;quot;letter&amp;quot;, &amp;quot;A4&amp;quot;, &amp;quot;legal&amp;quot;, &amp;quot;A5&amp;quot;, &amp;quot;B5&amp;quot;, &amp;quot;monarch&amp;quot;, &amp;quot;envelope 10&amp;quot; meaning size #10, &amp;quot;envelope 6-3-4&amp;quot; meaning size #6 3/4, values with integers and decimals in the form of &amp;quot;8.5 x 11&amp;quot; or &amp;quot;8.5x11&amp;quot; in which spacing of the &amp;quot;x&amp;quot; does not affect meaning, &amp;quot;paper&amp;quot;, which means &#039;paper of the default color (usually white) and weight (usually 20-lb. stock)&#039;, &amp;quot;white&amp;quot;, &amp;quot;yellow&amp;quot;, &amp;quot;pink&amp;quot;, &amp;quot;blue&amp;quot;, &amp;quot;green&amp;quot;, &amp;quot;violet&amp;quot;, or &amp;quot;multicolor&amp;quot;, which means a medium of the given color or mixed, &amp;quot;letterhead&amp;quot;, &amp;quot;p2 letterhead&amp;quot; meaning &#039;letterhead intended for any page except the first&#039;, &amp;quot;watermark&amp;quot; meaning a &#039;special watermark such as an organization&#039;s own&#039;, and &amp;quot;plain&amp;quot; meaning &#039;not preprinted and not letterhead (it may have a paper manufacturer&#039;s watermark not related to letterhead)&#039;.&amp;lt;br /&amp;gt;Omitting &amp;quot;paper&amp;quot; when another recognized value is given defaults to an implied meaning of &#039;paper&#039; with the other value; e.g., &amp;quot;letter&amp;quot; means &#039;letter paper&#039;; the same principle applies to a medium&#039;s color (the default being white for paper and colorless for transparency) and plainness or lack thereof (the default being plain).&amp;lt;br /&amp;gt;Other values should be proposed before being recognized here. Label sizes should be proposed here for labels that are not on backing sheets that fit one of the recognized values, e.g., labels on narrow rolls. Blueprint paper sizes should be proposed here. Media other than standard paper, such as onion skin, heavier paper, card, and clear or color transparency, should be proposed here.&amp;lt;br /&amp;gt;The user agent may, with the user&#039;s or user sysadmin&#039;s permission (as by a menu-driven default), interpret a value to offer an alternative the user might accept and software and firmware other than the UA may interpret a value to the same end with or without permission, so this keyword is only suggestive; e.g., &amp;quot;letter&amp;quot; may be interpreted as &amp;quot;A4&amp;quot;.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value determined by other than the page, e.g., by the printer driver or the user agent.&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;format-print&#039;_MetaExtension|Talk]]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geographic-coverage&lt;br /&gt;
| The author may be the best expert on the geographic relevance of the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers and epidemiological studies which may mention locales only once.&amp;lt;br /&amp;gt;Absence of the keyword defaults to a value of world (not universe), unless the search engine chooses to interpret the page or larger unit for some other value, probably based on other than just contact information given in the website.&amp;lt;br /&amp;gt;The value for this keyword is a semicolon-separated list of one or more place-values, the order of which do not matter. One place-value will use commas to separate, in order, an optional standard natural language symbol applicable to the place-value (when omitted the language applicable to the page will control), a place-class, one or more place-subclasses if any, and one or more place name parts (where, e.g., in &amp;quot;Cape Town, South Africa&amp;quot;, &amp;quot;Cape Town&amp;quot; is a place name part but &amp;quot;Town&amp;quot; is not). Spaces after semicolons and commas are optional; spaces within place-values are present when required for each place-value (e.g., &amp;quot;Quezon City&amp;quot;, not an invented &amp;quot;QuezonCity&amp;quot;).&amp;lt;br /&amp;gt;To distinguish names that might otherwise be too similar, place-classes, all lower-case and hyphenatably spaceless, include &#039;&#039;outer-space&#039;&#039;, &#039;&#039;region&#039;&#039; (on Earth and crossing or larger than a nation, e.g., southern hemisphere, polar region, temperate zone, or Asia), &#039;&#039;intntl-water&#039;&#039; (an &#039;international water body&#039;), &#039;&#039;intntl-agcy&#039;&#039; (&#039;international agency&#039; or &#039;international collection&#039;, e.g., all U.N. member nations), &#039;&#039;nation&#039;&#039;, &#039;&#039;within-nation&#039;&#039; (limited to only one political level down from nation, e.g., state, province, territory, possession, city not included within other political units of a nation, or any comparable unit), &#039;&#039;city&#039;&#039; (including town, village, hamlet, and any comparable political unit below the level of &#039;&#039;within-nation&#039;&#039;), &#039;&#039;addr&#039;&#039; (including address, full-length street, building, institution, and neighborhood without political boundaries), &#039;&#039;pol-unit&#039;&#039; (&#039;&#039;pol&#039;&#039; abbreviating &#039;political&#039;) (e.g., a place of disputed nationhood), &#039;&#039;hist-pol-unit&#039;&#039; (&#039;&#039;hist&#039;&#039; abbreviating &#039;historical&#039;) (e.g., the Roman Empire), &#039;&#039;feature&#039;&#039; (e.g., river), &#039;&#039;num&#039;&#039; (e.g., latitude and longitude or outer-space equivalent in numbers), and &#039;&#039;ethereal&#039;&#039; (including thealogical/theological, fictional including from modern popular entertainment, and ancient secular mythical, but not including that which is asserted to be a state of mind or existence but not a place, such as nirvana). (Example for one hypothetical page: name=&amp;quot;geographic-coverage&amp;quot; content=&amp;quot;region, sub-Saharan Africa; nation, Panama; city, Panama, Panama; within-nation, Sao Paulo, Brazil; city, Sao Paulo, Sao Paulo, Brazil; within-nation, Mississippi, United States of America; region, Middle East; region, Midwest, United States of America; hist-pol-unit, Northwest Territory, United States of America; feature, river, Indus; outer-space, Indus; ethereal, ultima Thule; ethereal, Heaven; ethereal, Flatland; ethereal, Valhalla; en-US, addr, Hotel Valhalla, Fredrikstad, Norway; es, nation, Espana&amp;quot; (Indus is both a river and a constellation, illustrating the need for place-classes)).&amp;lt;br /&amp;gt;Ambiguity of place-values should be avoided despite convenience in coding because search engines may each interpret them as they see fit, e.g., it would be hard for an engine to distinguish New York from New York.&amp;lt;br /&amp;gt;For consistency of spelling, several authority lists should be settled upon, with legal, well-known, and disputed names and common abbreviations all being acceptable; but I&#039;m not proposing one here now (relying on IANA&#039;s ccTLD list might be too complex to implement and still assure coding consistency, e.g., occasionally ccTLDs can be phased out and off of IANA&#039;s list) (a standard vocabulary possibly usable here is the [http://www.getty.edu/research/conducting_research/vocabularies/tgn/index.html Getty Thesaurus of Geographic Names Online], subject to licensing and charset choice); and promulgating authority lists may best be done publicly by search engine managements, who may disagree with each other.&amp;lt;br /&amp;gt;Allowing Unicode for non-Roman alphabet-using locales is desirable, but at present that may raise technical problems, including computer security issues, that are not yet readily soluble.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| keywords-not&lt;br /&gt;
| A comma-separated list of negative keywords that distinguish a closely-related theme from this page&#039;s true theme, to support Boolean NOT searches often more realistically than visible text can, especially when both themes share the same lexicon.&amp;lt;br /&amp;gt;If keywords is no longer a supported name for a meta element, keywords-not is superfluous; however, debate has been revived on whether keywords should be supported or not; see the keywords entry in this Wiki.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6609 W3C Bug 6609]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| nextgen&lt;br /&gt;
| Used for nextgen gallery plugin in wordpress&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Unrelated spec link&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-datetime&lt;br /&gt;
| Better ranking in search engine results for recency or relevance to an event date would be aided by a standard format robots can parse. Users would save search time by not having to load many pages to find which ones are new or date-relevant.&amp;lt;br /&amp;gt;To supply a consistent and known format, the value for this keyword is a date-time expression formed in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-version&lt;br /&gt;
| Pages may be revised several times daily. While date-time given to a granularity of a fraction of a second would often suffice, when a page has to be approved more than once before posting, any or no such time may be correct (without this keyword, a comment could be necessary but probably not parsable by an engine). In addition, versions regardless of date may show consecutiveness and can replace a date that must be vague. In that case, a version number may be more useful for searches and so a robot-parsable format is needed.&amp;lt;br /&amp;gt;The keyword&#039;s value is stated in ASCII digits, is any nonnegative base-10 rational number expressed as an integer or a decimal, with any number of decimal places allowed, and may be padded with any number of leading zeros to support extraction for ASCII sorting.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&amp;lt;br /&amp;gt;The versions 0 and 0.&#039;&#039;n&#039;&#039;, with &#039;&#039;n&#039;&#039; being to any number of places, signify beta versions, i.e., drafts, in the tradition of beta software, while versions 1 and higher ordinarily signify final-release versions. After a final-release version is released, a draft of a later version is not given a version number of 0 or 0.&#039;&#039;n&#039;&#039;, but is numbered higher than the last final-release version. It is suggested to page authors that draft status, if applicable, be shown in the visibly displayed text of the page, rather than that this meta tag be relied upon as the sole notice of draft status, as it may be inadequate notice if alone.&amp;lt;br /&amp;gt;To assign a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1, the page&#039;s URL, if static, may be used as the relevant premise. Thus, if a page is copied or moved to a new URL, the author may choose to restart page-version numbering from 0.&#039;&#039;n&#039;&#039; or 1. If a page&#039;s URL is dynamic, e.g., if created on the fly from a script, the page author may prefer to use as the relevant premise for assigning a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1 the URL of the script or other technology that generates the dynamic-URL page, placing this meta element containing this attribute within the script or other technology, not within the generating page&#039;s head element (the generating page&#039;s head element may have its own meta element with this attribute describing the generating page). If one page containing the script or other technology that generates another page has more than one means for generating dynamic-URL pages, each means should contain its own meta element with this attribute. Page-version is thus largely independent of the page&#039;s date, although both would likely advance roughly in parallel.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| referrer&lt;br /&gt;
| Developers wish to control the sharing of referrer information with linked resources and followed links at the meta level. It&#039;s sometimes desirable to share referrer information from secure to non-secure resources. The proposal is to add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never|default|always&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where the value of the &#039;&#039;&#039;content&#039;&#039;&#039; attribute is:&lt;br /&gt;
* &#039;&#039;&#039;never&#039;&#039;&#039;: No referrer information is leaked when following a links or requesting resources.&lt;br /&gt;
* &#039;&#039;&#039;default&#039;&#039;&#039;: Include referrer information in non-secure context or for HTTPS resources with the same origin.&lt;br /&gt;
* &#039;&#039;&#039;always&#039;&#039;&#039;: Include referrer information when following all links and requesting any resources.&lt;br /&gt;
&lt;br /&gt;
Since &amp;lt;code&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; is redundant with a proposed &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;, the &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; proposal should be supplanted with this one, which provides more robust control.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| resolutions&lt;br /&gt;
| Authoring web sites to use resolution independent images that display beautifully on high-resolution displays should be made as easy as possible for developers and should not require JavaScript to accomplish.&lt;br /&gt;
&lt;br /&gt;
To accomplish this, I propose a new HTML Meta Tag, &amp;lt;code&amp;gt;resolutions&amp;lt;/code&amp;gt;, that can be used to specify that high-resolution versions of images linked to from the page are available and that the browser should use them in place of the lower-resolution default images if it detects that a user is using a high-resolution screen. The resolutions meta tag lists the device-pixel ratios supported by images in the page. &lt;br /&gt;
&lt;br /&gt;
So, for example…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… means that the developer is telling the browser that she has created 2x resolution images for the images linked to from the current page and named them with a @2x suffix. &lt;br /&gt;
&lt;br /&gt;
To illustrate, if her image tag is as follows…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;img src=&amp;quot;/images/flower.jpg&amp;quot; alt=&amp;quot;A flower&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… then she has two image files under /images: the low-resolution default (flower.jpg), and a higher-resolution (200%) version named flower@2x.jpg. &lt;br /&gt;
&lt;br /&gt;
(This is the same naming convention already used by Apple in its Cocoa Touch framework for automatically loading in higher-resolution versions of images.)&lt;br /&gt;
&lt;br /&gt;
Based on the meta tag, if the browser detects that the user is running at a &amp;lt;code&amp;gt;min-device-pixel-ratio&amp;lt;/code&amp;gt; of 2.0, it will automatically ask for the 2x version of the image (flower@2x.jpg) instead of the default image as specified in the image tag. &lt;br /&gt;
&lt;br /&gt;
Finally, so as not to flood external sites with high-resolution image requests, this functionality would only work for local images specified via relative links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Multiple resolutions&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The resolutions tag can also contain a list of supported device-pixel ratios so as to support even higher-resolution displays when and if they become available in the future. &lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x, 4x, 8x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this case, the developer would provide 2x, 4x, and 8x versions of all images. So, in the running example, she would make flower.jpg, flower@2x.jpg, flower@4x.jpg, and flower@8x.jpg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Advantages&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages of this approach are several:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Makes it very simple for developers to support high-resolution displays like the iPhone 4&#039;s Retina screen&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not require JavaScript&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not change the default way that things work (if the meta tag is not specified, the browser simply behaves as it always has).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| [http://aralbalkan.com/3355 Proposal for native browser support of high-resolution image substitution]&lt;br /&gt;
[http://aralbalkan.com/3331 How to make your web content look stunning on the iPhone 4’s new Retina display]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| rights&lt;br /&gt;
| As a page effectively appears in at least two forms, usually one as interpreted and displayed on a device and the other as source code, arguably intellectual property rights that must be asserted must be asserted in ways understandable in both contexts. For example, &amp;amp;amp;copy; is a raw representation that may legally fail as part of copyright notice to someone seeing source code and not the display, important when someone wants to copy source code for use elsewhere and may rely on a defense of innocent infringement (at least in U.S.). While such assertions can be made in a comment element, it may be helpful to have a tag that search engines can parse and index verbatim.&amp;lt;br /&amp;gt;The value may include standard and nonstandard notices, invocations of licenses such as GFDL and ASCAP, and any other information. Content is defined as free-form, leaving the page author discretion for the entry.&amp;lt;br /&amp;gt;Statements in one tag may discuss several portions of the page differently, e.g., with different licenses.&amp;lt;br /&amp;gt;More than one license may be offered, along with the page&#039;s relationship to all.&amp;lt;br /&amp;gt;Not all statements need be license grants. A statement may state whom to ask for reprint permission or may reserve all rights, for example.&amp;lt;br /&amp;gt;Only one meta tag with this keyword may be present. Page authors must not use more than one. A UA finding multiple such tags on one page must ignore all of them.&amp;lt;br /&amp;gt;The copyright symbol that would be generated by its character entity is not recommended for legal notice in source code when the word &#039;Copyright&#039; may be used instead, because the entity may be read in raw form, but use is up to the page author. The same concept applies to any intellectual property rights symbol for which a suitable alternative is available, such as for trademark or service mark.&amp;lt;br /&amp;gt;ASCII text would not suffice when a name or notice legally may have to be in a non-Roman alphabet, but no alternative may yet exist in HTML5.&amp;lt;br /&amp;gt;Search engine storage may impose a length limit, but, because of legal consequences, if the value&#039;s length exceeds a given limit the search index should retain or interpret none of it but only refer to it.&amp;lt;br /&amp;gt;The content string may only be copied verbatim in its full length, referred to, or ignored. It may not be, for example, paraphrased, truncated, interpreted, or classified except in addition to being copied verbatim in its full length.&amp;lt;br /&amp;gt;Ignoring shall not void, nullify, or alter any rights stated in such tag.&amp;lt;br /&amp;gt;For the synonymy, &#039;&#039;IP&#039;&#039;, &#039;&#039;IP-rights&#039;&#039;, and &#039;&#039;IP-right&#039;&#039; are not reserved; while the abbreviation &#039;&#039;IP&#039;&#039; &#039;intellectual property&#039; is common among attorneys in the U.S., page authors will more likely be computerate, and the abbreviation may be wanted for &#039;Internet Protocol&#039;.&lt;br /&gt;
| [[Talk:MetaExtensions#rights:_why_reversion|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| subj-. . .&lt;br /&gt;
| To classify by subject a page&#039;s content, a standard subject taxonomy that will be recognized by a search engine or directory will help. Because many such high-quality taxonomies exist, only a prefix is proposed. Over time, particular taxonomies, in print or online, may be recognized here and keywords assigned for each.&amp;lt;br /&amp;gt;The keyword will be constructed case-insensitively with subkeywords in the form subj-[nationAbbrev]-[taxonomy]-[edition][-optionalSubedition], e.g., subj-US-MeSH-2009online (perhaps). After &amp;quot;subj-&amp;quot;, the second subkeyword will identify the nation where the taxonomy is published or offered as an aid in identifying the taxonomy and does not limit the subject coverage; e.g., a taxonomy published in Japan may be ideal for classifying Canadian botany or Peruvian economy.&amp;lt;br /&amp;gt;As subject values may vary between editions of one taxonomy, an edition and optionally a subedition is to be identified in the third and optionally the fourth subkeywords. The subedition, if any, is any update or revision occurring between editions, such that a value drawn from that edition and subedition is stable. The means of identifying edition and subedition should be included in the registration of a keyword.&amp;lt;br /&amp;gt;Examples of taxonomies from the U.S. include MeSH (medical) and the Library of Congress Subject Headings.&amp;lt;br /&amp;gt;The value identifying a subject for a Web page will be drawn from the cited taxonomy&#039;s edition and subedition.&amp;lt;br /&amp;gt;If the value should have a style to prevent ambiguity in interpretation, that style is to be registered here for that keyword. Multiple values are expressed with multiple meta elements, one value for each, since comma-separation is probably not compatible with all taxonomies.&amp;lt;br /&amp;gt;If a value requires case-sensitivity to prevent confusion, the entry here registering the keyword must accommodate that need with the needs of HTML 5 with an appropriate rule. To that end, a proposal to allow case-sensitivity in meta tags under some circumstances has been offered in the W3C bug reporting system.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6854 W3C Bug 6854]&lt;br /&gt;
| subject-. . .&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MSSmartTagsPreventParsing&lt;br /&gt;
| Microsoft introduced into Internet Explorer 6 Beta a feature that some website designers wished to preclude from applying in order to prevent public misunderstanding of their websites. The feature allowed a browser to add information but at a risk that users wouldn&#039;t know that it wasn&#039;t supplied by the website. This keyword was provided by Microsoft for those of us who wanted it.&amp;lt;br /&amp;gt;Its value was &amp;quot;TRUE&amp;quot;. Microsoft spelled the keyword with some capitals and the value in all capitals but whether capitalization was required for either is unknown; some opinions vary. Since it need be understood by only one browser, and that one a beta version, full standards compliance should not be assumed, and original case may be required. (This tag is used by Google: &amp;quot;&amp;lt;meta content=&#039;true&#039; name=&#039;MSSmartTagsPreventParsing&#039;/&amp;gt;&amp;quot; appeared (with internal quote marks as singles) in the source code for &amp;lt;http://googleblog.blogspot.com/2009/04/listening-to-google-health-users.html&amp;gt;, as accessed 4-27-09.)&amp;lt;br /&amp;gt;Microsoft has apparently removed this instruction from its website on the ground that the beta version is no longer available and is not supported, but that doesn&#039;t assure that some users aren&#039;t still using the beta browser, perhaps inadvertently. Therefore, designers may wish to continue using the keyword and value and they are preserved here.&lt;br /&gt;
| e.g., [http://www.theregister.co.uk/2001/06/25/web_sites_banish_those_winxp/ The Register (U.K.)], [http://cc.uoregon.edu/cnews/summer2001/summer2001.pdf Univ. Oregon (U.S.) (PDF p. 18)], &amp;amp; [http://trillian.mit.edu/~jc/demo/SmartTagsOff.html John Chambers (U.S.) (job résumé near root)], all as accessed 4-19-09&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks spec, potentially never minted by MS as a meta name (as opposed to a http-equiv value), even if minted by Microsoft, abandoned before shipping in any final release of IE&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| wot-verification&lt;br /&gt;
| Used to verify ownership of WOT (Web Of Trust)&lt;br /&gt;
| [http://www.mywot.com/ WOT site]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Claimed spec URL is not a spec URL&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Failed Proposals ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to more details&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| cache&lt;br /&gt;
| This doesn&#039;t actually work; use HTTP headers instead.&amp;lt;br /&amp;gt;Value must be &amp;quot;public&amp;quot;, &amp;quot;private&amp;quot;, or &amp;quot;no-cache&amp;quot;. Intended as a simple way to tell user agents whether to store a copy of the document or not. An alternate for HTTP/1.1&#039;s cache-control; for publishers without access to modifying cache-control.&lt;br /&gt;
| none&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| no-email-collection&lt;br /&gt;
| HTML5 prohibits URL-valued meta names. They should be rel keywords instead.&amp;lt;br /&amp;gt;Intended to reference legal policy of web site indicating that harvesting of e-mail addresses on the site is not permitted and in violation of applicable laws such as the CAN-SPAM Act of 2003.&lt;br /&gt;
| [https://www.ProjectHoneyPot.org/how_to_avoid_spambots_5.php Project Honey Pot]&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Process ==&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;Status&amp;quot; section to be changed to &amp;quot;Ratified&amp;quot;, the proposed keyword must be defined by a W3C specification in the Candidate Recommendation or Recommendation state. If it fails to go through this process, it is &amp;quot;Unendorsed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For more details, see [http://whatwg.org/specs/web-apps/current-work/#concept-meta-extensions the HTML5 specification].&lt;br /&gt;
&lt;br /&gt;
[[Category:Registries]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=7846</id>
		<title>MetaExtensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=7846"/>
		<updated>2011-12-19T08:31:20Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Move wot-verification to incomplete proposals&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;To create an account, please ask someone in the #whatwg [[IRC]] channel on Freenode, or e-mail ian@hixie.ch. We had to disable open signups because the level of spam became intolerable.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page lists the allowed extension values for the name=&amp;quot;&amp;quot; attribute of the &amp;amp;lt;meta&amp;gt; element in HTML5. You may add your own values to this list, which makes them legal HTML5 metadata names. We ask that you try to avoid redundancy; if someone has already defined a name that does roughly what you want, please reuse it. Also, please be sure to include &#039;&#039;all&#039;&#039; the items [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names required by the spec] &#039;&#039;including a link to a specification&#039;&#039; that specifies the keyword &#039;&#039;as an HTML meta keyword&#039;&#039;. Note that URL-valued properties must not be registered as meta names but should be registered as [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions rel keywords] instead. Also note that changes to this registry may not be reflected in validators in real time.&lt;br /&gt;
&lt;br /&gt;
== Registered Extensions ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| alexaverifyid&lt;br /&gt;
| Used to verify ownership of Alexa Search&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-capable&lt;br /&gt;
| Sets whether a web application runs in full-screen mode.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| Could maybe be assumed when &amp;lt;code&amp;gt;application-name&amp;lt;/code&amp;gt; is set?&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-status-bar-style&lt;br /&gt;
| Sets the style of the status bar for a web application.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| baiduspider&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Baidu only.&lt;br /&gt;
| [http://www.baidu.com/search/robots_english.html Baidu documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-param&lt;br /&gt;
| Cross-site request forgery protection parameter for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-token&lt;br /&gt;
| Cross-site request forgery protection token for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dc.date.issued&lt;br /&gt;
| Date of publication for Google News. The format of the content is YYYY-MM-DD or YYYY-MM-DDThh:mm:ssTZD.&lt;br /&gt;
| [http://www.google.com/support/news_pub/bin/answer.py?answer=93994 Google News documentation]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dcterms.issued&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dc.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a&lt;br /&gt;
controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the&lt;br /&gt;
&amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dc.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
&amp;lt;code&amp;gt;dc.language&amp;lt;/code&amp;gt; is preferred by several web validators over &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.abstract&lt;br /&gt;
| A summary of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-abstract DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accessRights&lt;br /&gt;
| Information about who can access the resource or an indication of its security status.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accessRights DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualMethod&lt;br /&gt;
| The method by which items are added to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualMethod DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualPeriodicity&lt;br /&gt;
| The frequency with which items are added to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualPeriodicity DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualPolicy&lt;br /&gt;
| The policy governing the addition of items to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualPolicy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.alternative&lt;br /&gt;
| An alternative name for the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-alternative DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.audience&lt;br /&gt;
| A class of entity for whom the resource is intended or useful.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-audience DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.available&lt;br /&gt;
| Date (often a range) that the resource became or will become available.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-available DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.bibliographicCitation&lt;br /&gt;
| A bibliographic reference for the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-bibliographicCitation DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;cite&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.conformsTo&lt;br /&gt;
| An established standard to which the described resource conforms.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-conformsTo DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.contributor&lt;br /&gt;
| An entity responsible for making contributions to the content of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-contributor DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.coverage&lt;br /&gt;
| The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-coverage DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.created&lt;br /&gt;
| Date of creation of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-created DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.creator&lt;br /&gt;
| An entity primarily responsible for making the resource. Examples of&lt;br /&gt;
a Creator include a person, an organization, or a service.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-creator DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| In some cases redundant with the HTML built-in keyword &lt;br /&gt;
| &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt; Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.date&lt;br /&gt;
| A point or period of time associated with an event in the lifecycle of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-date DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateAccepted&lt;br /&gt;
| Date of acceptance of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateAccepted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateCopyrighted&lt;br /&gt;
| Date of copyright.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateCopyrighted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateSubmitted&lt;br /&gt;
| Date of submission of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateSubmitted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.description&lt;br /&gt;
| An account of the resource. Description may include but is not&lt;br /&gt;
limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-description DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt; &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.educationLevel&lt;br /&gt;
| A class of entity, defined in terms of progression through an educational or training context, for which the described resource is intended.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-educationLevel DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.extent&lt;br /&gt;
| The size or duration of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-extent DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.format&lt;br /&gt;
| The file format, physical medium, or dimensions of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-format DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasFormat&lt;br /&gt;
| A related resource that is substantially the same as the pre-existing described resource, but in another format.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasFormat DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasPart&lt;br /&gt;
| A related resource that is included either physically or logically in the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasPart DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
 &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasVersion&lt;br /&gt;
| A related resource that is a version, edition, or adaptation of the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasVersion DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.identifier&lt;br /&gt;
| An unambiguous reference to the resource within a given context.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-identifier DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.instructionalMethod&lt;br /&gt;
| A process used to engender knowledge, attitudes and skills, that the described resource is designed to support.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-instructionalMethod DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isFormatOf&lt;br /&gt;
| A related resource that is substantially the same as the described resource, but in another format.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isFormatOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isPartOf&lt;br /&gt;
| A related resource in which the described resource is physically or logically included.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isPartOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isReferencedBy&lt;br /&gt;
| A related resource that references, cites, or otherwise points to the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isReferencedBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isReplacedBy&lt;br /&gt;
| A related resource that supplants, displaces, or supersedes the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isReplacedBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isRequiredBy&lt;br /&gt;
| A related resource that requires the described resource to support its function, delivery, or coherence.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isRequiredBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.issued&lt;br /&gt;
| Date of formal issuance (e.g., publication) of the resource. (DC&lt;br /&gt;
doesn&#039;t spec a date format but the established practice is&lt;br /&gt;
YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-issued DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isVersionOf&lt;br /&gt;
| A related resource of which the described resource is a version, edition, or adaptation.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isVersionOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a&lt;br /&gt;
controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the&lt;br /&gt;
&amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.license&lt;br /&gt;
| A legal document giving official permission to do something with the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-license DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;license&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.mediator&lt;br /&gt;
| An entity that mediates access to the resource and for whom the resource is intended or useful.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-mediator DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.medium&lt;br /&gt;
| The material or physical carrier of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-medium DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.modified&lt;br /&gt;
| Date on which the resource was changed. (DC doesn&#039;t spec a date&lt;br /&gt;
format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-modified DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.provenance&lt;br /&gt;
| A statement for any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-provenance DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.publisher&lt;br /&gt;
| An entity responsible for making the resource available.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-publisher DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.references&lt;br /&gt;
| A related resource that is referenced, cited, or otherwise pointed to by the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-references DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.relation&lt;br /&gt;
| A related resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-relation DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.replaces&lt;br /&gt;
| A related resource that is supplanted, displaced, or superseded by the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-replaces DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.requires&lt;br /&gt;
| A related resource that is required by the described resource to support its function, delivery, or coherence.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-requires DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.rights&lt;br /&gt;
| Information about rights held in and over the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-rights DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.rightsHolder&lt;br /&gt;
| A person or organization owning or managing rights over the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-rightsHolder DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.source&lt;br /&gt;
| A related resource from which the described resource is derived.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-source DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.spatial&lt;br /&gt;
| Spatial characteristics of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-spatial DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.subject&lt;br /&gt;
| The topic of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-subject DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;keywords&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.tableOfContents&lt;br /&gt;
| A list of subunits of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-tableOfContents DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.temporal&lt;br /&gt;
| Temporal characteristics of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-temporal DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| A name given to the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-title DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.type&lt;br /&gt;
| The nature or genre of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-type DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.valid&lt;br /&gt;
| Date (often a range) of validity of a resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-valid DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| designer&lt;br /&gt;
| Credits the designer(s) responsible for the visual presentation of a website.&lt;br /&gt;
| [https://sites.google.com/site/metadesignerspec/ Documenation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| EssayDirectory&lt;br /&gt;
| Defines a custom description of websites listed in EssayDirectory.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;EssayDirectory&amp;quot; content=&amp;quot;Helping students find legitimate essay services.&amp;quot;&amp;gt;&lt;br /&gt;
| [http://essaydirectory.com/privacy-terms/#EssayDirectory_MetaExtension Documenation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| publisher&lt;br /&gt;
| Searching for one content publisher&#039;s or page publisher&#039;s work requires a standard robot-parsable format for the information. This often differs from creator or author when the publisher is an institution. An institutional name, personal name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one publisher. Multiple publishers are to be represented with multiple tags, although multiple publishers are less common than multiple authors or creators; multiplicity is more likely for a legal name and a well-known name.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a publisher need only enter a name once in one order.&lt;br /&gt;
| defacto standard, used in nearly every website, e.g. [http://www.gaijin.at/olsmgen.php][http://developers.evrsoft.com/metagen.shtml][http://www.html-seminar.de/metatags.htm]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| review_date&lt;br /&gt;
| The date a resource is scheduled for review by content creator in order to determine if it should be archived, updated or retained as is.&lt;br /&gt;
| [http://www.hc-sc.gc.ca/home-accueil/alt_formats/pacrb-dgapcr/pdf/Metadata_Application_Profile_2009.pdf Health Canada Web Metadata Application Profile March 2009 ]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| es.title&lt;br /&gt;
| Object Title, where this is not the TITLE or H1 tag content, but the resource title&lt;br /&gt;
| [http://www.eibs.co.uk/reference/ EIBS EasySite CMS - Content Attributes Reference]&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-detection&lt;br /&gt;
| Enables or disables automatic detection of possible phone numbers in a webpage in Safari on iOS.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.country&lt;br /&gt;
| Case-insensitive ISO 3166-1 alpha-2 code of a country to which the page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.country&amp;quot; content=&amp;quot;de&amp;quot;&amp;gt;&lt;br /&gt;
| [http://www.syndic8.com/help_metadata.php All About Feed Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.placename&lt;br /&gt;
| Defines name of geographic place to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.placename&amp;quot; content=&amp;quot;Auwaldstraße 11, 79110 Freiburg im Breisgau, Deutschland&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.position&lt;br /&gt;
| Defines geographic position to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.position&amp;quot; content=&amp;quot;48.02682000000001;7.809769999999958&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| icbm (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.region&lt;br /&gt;
| Defines name of geographic region to which page is related to. Content is specified by ISO-3166.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.region&amp;quot; content=&amp;quot;DE-BW&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&amp;lt;br&amp;gt;[http://en.wikipedia.org/wiki/ISO_3166 ISO-3166]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| google-site-verification&lt;br /&gt;
| Used to verify ownership for Webmaster Tools.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=79812 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| googlebot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Googlebot only.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=93710 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| revisit-after&lt;br /&gt;
| revisit-after is used to tell search engines how often to recrawl the page. To our knowledge only one search engine has ever supported it, and that search engine was never widely used — at this point, it is nothing more than a good luck charm.&lt;br /&gt;
| [http://code.google.com/webstats/2005-12/metadata.html Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| icbm&lt;br /&gt;
| Defines geographic position to which page is related to. The acronym stands for ICBM Intercontinental Ballistic Missile - an old, humorous allusion to the possible use of such coordinates.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;ICBM&amp;quot; content=&amp;quot;47.0667, 15.4500&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://geourl.org/add.html GeoURL documentation]&lt;br /&gt;
| geo.position (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| HandheldFriendly&lt;br /&gt;
| Denotes handheld-friendly content&lt;br /&gt;
| [http://learnthemobileweb.com/tag/handheldfriendly/]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MobileOptimized&lt;br /&gt;
| Denotes content optimized for mobile browsers&lt;br /&gt;
| [http://learnthemobileweb.com/tag/mobileoptimized/]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| itemsPerPage&lt;br /&gt;
| Used to identify the number of search results returned per page.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-task&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
Jump List items act as entry points into the website even when the browser is not running. A Jump List can contain commonly used destinations and tasks. Some items apply to the whole site, and some apply only to specific users. &lt;br /&gt;
For example, to add a single task called &amp;quot;Check Order Status&amp;quot; specify a meta element in the head of your webpage, as follows:&lt;br /&gt;
 &amp;lt;META name=&amp;quot;msapplication-task&amp;quot; content=&amp;quot;name=Check Order Status;&lt;br /&gt;
      action-uri=./orderStatus.aspx?src=IE9;&lt;br /&gt;
      icon-uri=./favicon.ico&amp;quot;  /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491725(v=vs.85).aspx Tasks in Jump List]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-starturl&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-starturl&amp;quot; metadata contains the root URL of the application. The start URL can be fully qualified, or relative to the current document. Only HTTP and HTTPS protocols are allowed. If this element is missing, the address of the current page is used instead.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-starturl&amp;quot; content=&amp;quot;./&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-tooltip&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-tooltip&amp;quot; metadata provides additional tooltip text that appears when you hover over the Pinned Site shortcut in the Windows Start menu or on the desktop.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-tooltip&amp;quot; content=&amp;quot;Channel 9 Podcasts&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-navbutton-color&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-navbutton-color&amp;quot; metadata define the custom color of the Back and Forward buttons in the Pinned Site browser window. Any named color, or hex color value is valid.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-navbutton-color&amp;quot; content=&amp;quot;#FF3300&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msvalidate.01&lt;br /&gt;
| One of the verification elements used by Bing.&lt;br /&gt;
| [http://onlinehelp.microsoft.com/en-us/bing/hh204490.aspx Bing Webmaster Tools]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| norton-safeweb-site-verification&lt;br /&gt;
| Used to verify ownership of Website for Norton SafeWeb.&lt;br /&gt;
| http://safeweb.norton.com/help/site_owners#verification_tips Norton SafeWeb Help Documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rating &lt;br /&gt;
| The Restricted to Adults label (RTA) provides a way for adult oriented websites to indicate that their content is off limits to children. RTA was introduced in 2006 and is currently used by a large number of adult web content providers. RTA is recognized by all major parental control filters.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;RATING&amp;quot; content=&amp;quot;RTA-5042-1996-1400-1577-RTA&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://www.rtalabel.org/index.php?content=howto RTA documentation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rights-standard&lt;br /&gt;
| The purpose is to enable search engines and other cataloging services to compile the types of rights allocated to the work. (Does any search engine actually implement this? [[User:Hsivonen|hsivonen]] 07:34, 14 July 2011 (UTC))&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This keyword does not provide, remove or alter any legal protections or designations.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Format: &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;rights-standard&amp;quot; content=&amp;quot;element id;rights&amp;quot; /&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* element id - the HTML Element ID of the item these rights apply to&lt;br /&gt;
* rights - what rights are assigned to the item&lt;br /&gt;
** &amp;quot;pd&amp;quot; - Public domain&lt;br /&gt;
** &amp;quot;cc by-sa&amp;quot; - Creative Commons Attribution&lt;br /&gt;
** &amp;quot;cc by-nd&amp;quot; - Creative Commons  NoDerivs &lt;br /&gt;
** &amp;quot;cc by-nc&amp;quot; - Creative Commons Attribution-NonCommercial&lt;br /&gt;
** &amp;quot;cc by-nc-sa&amp;quot; - Creative Commons Attribution-NonCommercial-ShareAlike&lt;br /&gt;
** &amp;quot;cc by-nc-nd&amp;quot; - Creative Commons Attribution-NonCommercial-NoDerivs&lt;br /&gt;
&lt;br /&gt;
| [http://sites.google.com/site/metarightsstandard/ Spec]&lt;br /&gt;
|Redundant with [http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#licensing-works Microdata vocabulary for licensing works].&lt;br /&gt;
|Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| robots&lt;br /&gt;
| A comma-separated list of operators explaining how search engine crawlers should treat the content. Possible values are &amp;quot;noarchive&amp;quot; to prevent cached versions, &amp;quot;noindex&amp;quot; to prevent indexing, and &amp;quot;nofollow&amp;quot; works as the link rel value with the same name. This meta name is already supported by every popular search engine.&amp;lt;br /&amp;gt;The content value &amp;quot;NOODP&amp;quot; has been offered elsewhere, so I&#039;m proposing it here. It blocks robots from using [http://www.dmoz.org Open Directory Project] descriptions of a website instead of Web pages&#039; own meta descriptions. It may have been introduced by Microsoft.&amp;lt;br /&amp;gt;The content value &amp;quot;NOYDIR&amp;quot; has been offered by Yahoo, so I&#039;m proposing it here. It blocks Yahoo&#039;s robot from using the Yahoo directory&#039;s descriptions of a website instead of Web pages&#039; own meta descriptions. Whether any other robot supports this is unknown but possibly no other search engine uses Yahoo&#039;s directory anyway.&lt;br /&gt;
| [http://www.robotstxt.org/wc/exclusion.html#meta Robots exclusion protocol], NOODP value: [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=35264 Google], [http://help.yahoo.com/l/us/yahoo/search/indexing/indexing-11.html Yahoo], NOYDIR value: [http://ysearchblog.com/2007/02/28/yahoo-search-support-for-noydir-meta-tags-and-weather-update/ Yahoo], as accessed 4-28-09&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| slurp&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Yahoo! only.&lt;br /&gt;
| [http://help.yahoo.com/l/au/yahoo7/search/indexing/indexing-11.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| startIndex&lt;br /&gt;
| Used to identify the index of the first search result in the current set of search results.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| teoma&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Teoma and Ask.com only.&lt;br /&gt;
| [http://about.ask.com/en/docs/about/webmasters.shtml Ask.com documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| totalResults&lt;br /&gt;
| Used to identify the number of search results available for the current search.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| verify-v1&lt;br /&gt;
| Legacy verification for Google Sitemaps.&lt;br /&gt;
| [http://sitemaps.blogspot.com/2006/05/more-about-meta-tag-verification.html Inside Google Sitemaps: More about meta tag verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| &amp;lt;span id=&amp;quot;viewport&amp;quot;&amp;gt;viewport&amp;lt;/span&amp;gt;&lt;br /&gt;
| Provides a way for documents to specify (using markup rather than CSS) the size, zoom factor, and orientation of the viewport that is used as the base for the document&#039;s [http://www.w3.org/TR/CSS21/visudet.html#containing-block-details initial containing block]. The following properties can be used in the value of the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute:&lt;br /&gt;
* width&lt;br /&gt;
* height&lt;br /&gt;
* initial-scale&lt;br /&gt;
* minimum-scale&lt;br /&gt;
* maximum-scale&lt;br /&gt;
* user-scalable&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;initial-scale=1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=480, initial-scale=2.0, user-scalable=1&amp;quot;&amp;gt;&lt;br /&gt;
For more details, see the [http://dev.w3.org/csswg/css-device-adapt/#viewport-meta-element Viewport META element] section of the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification.&lt;br /&gt;
| For &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; elements that have a &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute whose value is &amp;lt;code&amp;gt;viewport&amp;lt;/code&amp;gt;, the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification defines the recognized properties for the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute&amp;gt;, as well as an algorithm for parsing the value of that attribute.&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_n&lt;br /&gt;
| &#039;&#039;&#039;Name of the Content Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_n&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_s&lt;br /&gt;
| &#039;&#039;&#039;Name of Content Sub-Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_s&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ac&lt;br /&gt;
| &#039;&#039;&#039;Advertising Click parameter&#039;&#039;&#039;&lt;br /&gt;
When a visitor to your site clicks on an ad, that action is referred to as an Ad Click. The following META tag tracks advertising clicks:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ac&amp;quot; CONTENT=&amp;quot;name&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the advertisement clicked to reach a particular web page. The Ad Click must contain an external redirect back to the client. The redirect needs to include the necessary code to generate a hit to the SDC server. You can designate multiple Advertising Clicks using semicolons.&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file111.html?WT.ac=CONTENT111&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file222.html?WT.ac=CONTENT222&amp;quot;&amp;gt;&lt;br /&gt;
The name of the advertisement clicked to reach a particular web page. To capture this information with DCS, the Advertising Click must contain an external redirect back to the client. The redirect needs to &lt;br /&gt;
&lt;br /&gt;
include the necessary code to generate a hit to the DCS. The maximum length for each name is 64 bytes.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ad&lt;br /&gt;
| &#039;&#039;&#039;Advertising View parameter&#039;&#039;&#039;&lt;br /&gt;
Visitors often view advertisements that they do not necessarily click on. You can use On-Site Advertising to determine the number of visitors to your web site who view particular ads. With this feature you can produce advertising reports for each of your clients.&lt;br /&gt;
If you are selling advertising space on your web site, for example, you can collect traffic statistics to help determine pricing schedules.&lt;br /&gt;
The following META tag tracks advertising views:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.ad&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.mc_id&lt;br /&gt;
| &#039;&#039;&#039;Identifies the ID of the marketing campaign&#039;&#039;&#039;&lt;br /&gt;
To attract new students, a university launches a marketing campaign by sending recruitment email to all graduating high school seniors in a metropolitan area. The email links to a special landing page in the university’s web site, containing the following META tag to track marketing campaigns.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.mc_id&amp;quot; CONTENT=&amp;quot;1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
You may use this parameter on the URL.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;link?WT.mc_id=1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
The Campaign ID 1X2GG34 represents recruits to be contacted by email&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.sv&lt;br /&gt;
| &#039;&#039;&#039;Tracking Servers parameter&#039;&#039;&#039;&lt;br /&gt;
If your site is hosted on multiple servers, a server cluster, or a server farm, and you want to evaluate the performance of your load balancer, Webtrends can track page views for each server. To do so, populate the following META tag on all pages on each server:&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;My Server&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the machine that serves the web page. If you have two servers (Server1 and Server2), you would make two copies of the META tag and designate CONTENT=“Server1” for deployment to pages on the first server and CONTENT=“Server2” for deployment to the same pages on the second server.&lt;br /&gt;
For a server farm, you can extract the value of the built-in server name and dynamically assign it to the&lt;br /&gt;
META tag using server-side scripting.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server1&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server2&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [https://tagbuilder.webtrends.com/Help/Miscellaneous/AdSearch.aspx?keepThis=true&amp;amp;TB_iframe=true&amp;amp;height=450&amp;amp;width=650 About WT.ad].&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ti&lt;br /&gt;
| &#039;&#039;&#039;Tracking Page Titles&#039;&#039;&#039;&lt;br /&gt;
You may want to modify a page title before sending it to Webtrends in the following cases:&lt;br /&gt;
* You are dealing with dynamic content pages identified by URL parameters, and the page title represents the title of the base URL page rather than the dynamic content page.&lt;br /&gt;
Unless you modify the page titles, all pages have the same title in the reports.&lt;br /&gt;
* All pages have been assigned the same title, for reasons of style or company policy.&lt;br /&gt;
Even though URLs are displayed in addition to page title, the entire URL cannot be depended upon to distinguish one page from another.&lt;br /&gt;
Use server-side scripts to change the title to something that reflects the content of the pages so that you can identify them in reports. Next, pass the customized page titles to Webtrends, using the following META tag:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ti&amp;quot; CONTENT=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the title for this page.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| y_key&lt;br /&gt;
| Used to verify ownership for Yahoo! Site Explorer&lt;br /&gt;
| [http://help.yahoo.com/l/us/yahoo/search/siteexplorer/siteexplorer-06.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| yandex-verification&lt;br /&gt;
| Used to verify ownership for Yandex Webmaster.&lt;br /&gt;
| [http://help.yandex.ru/webmaster/?id=995300#995356 Yandex Webmaster ownership verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.instruction&lt;br /&gt;
| Globrix property information: Property to Buy or Rent&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.price&lt;br /&gt;
| Globrix property information: Price for the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.postcode&lt;br /&gt;
| Globrix property information: Postcode of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bedrooms&lt;br /&gt;
| Globrix property information: Number of bedrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bathrooms&lt;br /&gt;
| Globrix property information: Number of bathrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.type&lt;br /&gt;
| Globrix property information: Type of property e.g. &#039;semi-detatched house&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.condition&lt;br /&gt;
| Globrix property information: Condition of the property e.g. &#039;renovated&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.features&lt;br /&gt;
| Globrix property information: Features of the property e.g. &#039;double glazing&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.outsidespace&lt;br /&gt;
| Globrix property information: External features of the property e.g. &#039;garden&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.parking&lt;br /&gt;
| Globrix property information: Parking available for property e.g. &#039;parking for 2 cars&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.period&lt;br /&gt;
| Globrix property information: Period of the property e.g. &#039;victorian terrace&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.poa&lt;br /&gt;
| Globrix property information: If the property price is only available on application&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.tenure&lt;br /&gt;
| Globrix property information: The tenure of the property e.g. &#039;leasehold&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.underoffer&lt;br /&gt;
| Globrix property information: Indicates if the property is under offer&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.priceproximity&lt;br /&gt;
| Globrix property information: The region of the attached price e.g. &#039;guide price of&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.latitude&lt;br /&gt;
| Globrix property information: The latitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.longitude&lt;br /&gt;
| Globrix property information: The longitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| blogcatalog&lt;br /&gt;
| Used to verify ownership of Blog Catalog.com&lt;br /&gt;
| [http://www.blogcatalog.com/ Blog catalog site]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| nibbler-site-verification&lt;br /&gt;
| Used to verify ownership of Nibbler site&lt;br /&gt;
| [http://nibbler.silktide.com/ Nibbler site]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:title&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:type&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:url&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:image&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:site_name&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| fb:admins&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:description&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| fb:page_id&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| gm-gpx-v&lt;br /&gt;
| Wordpress Plugin Google Maps GPX Viewer&lt;br /&gt;
| [http://wordpress.org/extend/plugins/google-maps-gpx-viewer/ Google Maps GPX Viewer]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| meta_date&lt;br /&gt;
| The date used to indicate that the Metadata has been prepared and/or reviewed and approved by the Metadata Unit. Its purpose is administrative. (Used by &amp;quot;Autonomy&amp;quot;.)&lt;br /&gt;
| [http://www.hc-sc.gc.ca/home-accueil/alt_formats/pacrb-dgapcr/pdf/Metadata_Application_Profile_2009.pdf Health Canada Web Metadata Application Profile March 2009 ]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposals that don&#039;t meet the [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names requirements] for a registration ==&lt;br /&gt;
&lt;br /&gt;
Note that these proposals can be moved back to the registry table if the problems listed in the rightmost column of this table are addressed.&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
! Registration requirement failure&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| audience&lt;br /&gt;
| To aid search engines in classifying and to aid directory compilers, an audience most appropriate for the page may be suggested. Subject matter may not be a good clue; for example, an analysis of children&#039;s literature may be directed to teachers.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated. Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values:&amp;lt;br /&amp;gt;-- &amp;quot;all&amp;quot; and &amp;quot;everyone&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;adult&amp;quot; and &amp;quot;mature&amp;quot; have the same meaning and are for content that only adults may access, but no one responsible for preventing a nonadult or the immature from accessing the page or its content should rely on either or both of these values to do so without other means (not the same as &amp;quot;grownup&amp;quot;, which see)&amp;lt;br /&amp;gt;-- &amp;quot;child&amp;quot; and &amp;quot;juvenile&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;teen&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;grownup&amp;quot; is not identical to &amp;quot;adult&amp;quot; or &amp;quot;mature&amp;quot; in not implying a precise boundary but is approximately any person who may be able to understand and apply the content (e.g., car driving instruction that may be read by a minor not yet old enough to drive a car but who would likely benefit from somewhat early exposure to the instruction)&amp;lt;br /&amp;gt;-- &amp;quot;parent&amp;quot; to include guardian and temporary caregiver&amp;lt;br /&amp;gt;-- &amp;quot;teacher&amp;quot; to include professor and ad hoc instructor&amp;lt;br /&amp;gt;-- &amp;quot;elementary school student&amp;quot; to include any student below high school&amp;lt;br /&amp;gt;-- &amp;quot;high school student&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;elhi&amp;quot; to include any student in elementary school through high school&amp;lt;br /&amp;gt;-- &amp;quot;college student&amp;quot; including graduate and professional school&amp;lt;br /&amp;gt;-- &amp;quot;business&amp;quot; including management, finance, and prospective customers (this includes e-commerce and investor sites)&amp;lt;br /&amp;gt;-- &amp;quot;health&amp;quot; including any health care provider including alternative and ad hoc&amp;lt;br /&amp;gt;-- &amp;quot;patient&amp;quot; for any health care recipient&amp;lt;br /&amp;gt;-- &amp;quot;lawyer&amp;quot; including judge, paralegal, and jailhouse lawyer&amp;lt;br /&amp;gt;-- &amp;quot;law client&amp;quot; for any prospective recipient of a lawyer&#039;s service (not usually a social work client) with &#039;&#039;lawyer&#039;&#039; including paralegal and jailhouse lawyer but not necessarily judge&amp;lt;br /&amp;gt;-- &amp;quot;craft&amp;quot; for any craftworker including laborer and artisan&amp;lt;br /&amp;gt;-- &amp;quot;artist&amp;quot; including musician, actor, dancer, and sculptor and including creator and performer&amp;lt;br /&amp;gt;-- &amp;quot;military&amp;quot; including paramilitary&amp;lt;br /&amp;gt;-- &amp;quot;news&amp;quot; including any consumer of rapidly-developing news&amp;lt;br /&amp;gt;-- &amp;quot;introductory&amp;quot; and &amp;quot;beginner&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;intermediate&amp;quot; and &amp;quot;midlevel&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;advanced&amp;quot; and &amp;quot;advance&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;scholarly&amp;quot; and &amp;quot;scholar&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;popular&amp;quot; generally referring to a writing style&amp;lt;br /&amp;gt;-- &amp;quot;older&amp;quot; including retiree&amp;lt;br /&amp;gt;-- &amp;quot;institution&amp;quot; including from corporation to conspiracy (such as for management advice)&amp;lt;br /&amp;gt;-- &amp;quot;government&amp;quot; including agencies and prospective politicians&amp;lt;br /&amp;gt;-- values using any integer or single-digit decimal in the form of &amp;quot;grade 8&amp;quot; or &amp;quot;grade 6.4&amp;quot; including to refer to a reading comprehension level (this generally will not exceed 12 and might be meaningless above 20 so higher values may be interpreted as the highest meaningful value)&amp;lt;br /&amp;gt;-- &amp;quot;viewers&amp;quot; for when content (such as a movie) is intended almost entirely to be seen rather than read&amp;lt;br /&amp;gt;-- &amp;quot;listeners&amp;quot; for when content (such as music) is intended almost entirely to be heard rather than read but not generally including text-to-speech support&amp;lt;br /&amp;gt;-- &amp;quot;tts&amp;quot;, &amp;quot;text-to-speech&amp;quot;, or &amp;quot;text to speech&amp;quot;, which three have the same meaning and which are for a page that has substantial support for TTS or that will be readily understood through TTS without need for such support (TTS is often aided by, e.g., pre-resolving pronunciation ambiguities in page coding)&amp;lt;br /&amp;gt;-- values using any numbers in the form of &amp;quot;3-6 years old&amp;quot;, whether a range or a single-number value&amp;lt;br /&amp;gt;-- values using any decade in the form of &amp;quot;born in 1970s&amp;quot;&amp;lt;br /&amp;gt;Unrecognized values such as &amp;quot;botanists&amp;quot;, &amp;quot;Texans&amp;quot;, and &amp;quot;writers who use red ink&amp;quot; may be used but at a risk that a search engine or directory editor will either fail to recognize it or will interpret it in unpredictable ways, or will in the future.&amp;lt;br /&amp;gt;Spellings that are erroneous or slightly different from a recognized value may be interpreted by a search engine or directory editor as representing a recognized value.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value of &amp;quot;all&amp;quot; but without overriding another indication arrived at by other means.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| bot-. . .&lt;br /&gt;
| Robot owners, to allow page authors access to robotic capabilities, e.g., to deny them, should prefix &amp;quot;bot-&amp;quot; to the name of their robot, especially for proprietary bots.&amp;lt;br /&amp;gt;Example: If a robot were to be named &amp;quot;dullbucklequiz&amp;quot;, the name in the meta element would be &amp;quot;bot-dullbucklequiz&amp;quot;.&amp;lt;br /&amp;gt;The value &amp;quot;bot-&amp;quot; alone represents all bots so prefixed, like a wildcard.&amp;lt;br /&amp;gt;Arguably, there&#039;s no need for a list here of any specific bots if http://user-agents.org or http://www.botsvsbrowsers.com/ (and perhaps other sites) is reliable.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| citeseerxbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting CiteSeerX only.&lt;br /&gt;
| [http://csxstatic.ist.psu.edu/about/crawler CiteSeerX Crawler documentation]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The claimed spec doesn&#039;t actually specify meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| created&lt;br /&gt;
| The datetime at which the document was created. The value is an ISO8601 date. The date MUST follow the [http://www.w3.org/TR/NOTE-datetime W3C Profile of ISO 8601] with a granularity of &amp;quot;Complete date:&amp;quot; or finer. The [http://www.bbc.co.uk/guidelines/futuremedia/desed/previousversions/searchmetadata_vs_1_0.shtml#metadata BBC] use this name.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| creator&lt;br /&gt;
| The creator is an off-Web or pre-Web creator of a work for which an author authored a Web page, so that the creator and the author may be different people.&amp;lt;br /&amp;gt;Searching for one content creator&#039;s work requires a standard robot-parsable format for the information. A personal name, institutional name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one creator. Multiple creators are to be represented with multiple tags.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a content creator need only enter a name once in one first-last or family-given order (e.g., Pat Thunderbird or Thunderbird, Pat, but not requiring both).&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;creator&#039;_MetaExtension|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msnbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Bing only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| ia_archive&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Internet Archive and Alexa only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage&lt;br /&gt;
| The author may be the best expert on which time frame is most relevant to the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers that may focus on the 1800s but mention 1731 and 1912 perhaps unimportantly.&amp;lt;br /&amp;gt;The value for this keyword is a date or time -- not a range and not vague, for which other keywords are proposed -- in a format in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than  once, all the values so appearing are determinative. Multiple values are to be expressed with separate meta elements lest the note be revised in the future in a way incompatible with comma-separating a list.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| property=&amp;quot;og:*&amp;quot;&lt;br /&gt;
| Metadata used by the Open Graph protocol (used by Facebook). Note: currently these are defined as: &amp;lt;meta property=&amp;quot;og.*&amp;quot; content=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ FAQ About the Open Graph protocol from Facebook.]&lt;br /&gt;
| &lt;br /&gt;
| Doesn&#039;t belong in this registry&lt;br /&gt;
| Not a value to be used in the &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-end&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the end. If this keyword is used without datetime-coverage-start (also proposed), its value is interpreted as ending a range without a start.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the end of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-end=1865, datetime-coverage-start=1914, datetime-coverage-end=1918, and datetime-coverage-start=1862, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-start&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the start. If this keyword is used without datetime-coverage-end (also proposed), its value is interpreted as starting a range without an end.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the start of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-start=1862, datetime-coverage-start=1914, datetime-coverage-end=1865, and datetime-coverage-end=1918, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-vague&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that its value is not necessarily crisp. This keyword should be used only when datetime-coverage, datetime-coverage-start, and datetime-coverage-end are inappropriate, but there&#039;s no ban on using all four. Any text without a comma can be the value (e.g., Pleistocene, 1820s, Tuesdays, or before we were born); multiple values are comma-separated.&amp;lt;br /&amp;gt;If this keyword is used with datetime-coverage, datetime-coverage-start, or datetime-coverage-end, the vague value should be exploited along with the value/s for the other keyword/s.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all are determinative.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| DC.&lt;br /&gt;
| Dublin Core, maintained by Dublin Core MetaData Initiative (DCMI), is an extensive system with some overlap with non-DC names.&amp;lt;br /&amp;gt;This reserves all strings that begin with DC and a dot. &#039;&#039;Not true; DC-HTML doesn&#039;t use hardwired prefixes, but defines the prefixes using link/@rel=&amp;quot;scheme.prefix&amp;quot;&#039;&#039;&lt;br /&gt;
| [http://www.DublinCore.org DCMI]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dir-content-pointer&lt;br /&gt;
| When several pages in a directory include main content, a table of contents, an index, and the like, a search engine may be able to organize results more usefully by identifying which is which with a standard vocabulary, helpful when different publishers use different conventions when displaying or printing content.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma and optionally with a trailing number. Multiple values are to be comma-separated (multiple values are appropriate when one document serves multiple purposes). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values, which are pointer types to which numbers may be suffixed, are limited to &amp;quot;start&amp;quot; meaning &#039;the first page that should be seen by a user&#039; (this may be anywhere in the directory and anywhere within content), &amp;quot;toc&amp;quot; meaning &#039;table of contents&#039;, &amp;quot;intro&amp;quot; including introductions, forewords, prefaces, and tables of figures, &amp;quot;abstract&amp;quot;, &amp;quot;main&amp;quot;, &amp;quot;bibliography&amp;quot; and &amp;quot;biblio&amp;quot;, which have the same meaning, &amp;quot;index&amp;quot; which may mean &#039;sitemap&#039; or not, &amp;quot;afterword&amp;quot; and &amp;quot;update&amp;quot; which have the same meaning and need not actually update, &amp;quot;credit&amp;quot; meaning &#039;credits and acknowledgments&#039;, and &amp;quot;author bio&amp;quot; meaning &#039;author&#039;s biography&#039;, including any information about the author including credentials and contact information. The number suffix may be spaceless or not.&amp;lt;br /&amp;gt;When numbers are suffixed, a search engine or directory should arrange like items in numerical order in the results, with unnumbered items following like items that are numbered, e.g., intro 1, intro 2, main 1, main 2, main, main, and so on.&amp;lt;br /&amp;gt;Each directory and each subdirectory has its own sequence.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|expires&lt;br /&gt;
|&amp;lt;code&amp;gt;meta name=&#039;expires&#039;&amp;lt;/code&amp;gt; defines the expiration date of the page. This can be used for web pages in preparation for an upcoming event, e.g. a registration form for an exposition or competition, or other cases with a pre-set date when the document will no longer be valid, e.g. a product offer in a special sale or a support page for a product known not to be supported anymore from a given time onward.&lt;br /&gt;
&lt;br /&gt;
Search engines should respond to this meta tag in a reasonable way, i.e. by removing the page from their main search results after the expiration date (possibly still returning the result in a special search for expired pages as long as the page exists and is not explicitly excluded via &amp;lt;code&amp;gt;robots.txt&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;meta name=&#039;robots&#039;&amp;lt;/code&amp;gt; etc.) or simply by indicating to the user that this result is out-of-date.&lt;br /&gt;
&lt;br /&gt;
The content attribute should define the expiration date in accordance with http://www.w3.org/TR/NOTE-datetime . The meta tag should not be used for pages without expiration date. However, for historical reasons, search engines should also interpret other date formats where possible and should be prepared to find values such as &amp;quot;&amp;quot;, &amp;quot;0&amp;quot;, &amp;quot;no&amp;quot; and &amp;quot;never&amp;quot;. Such non-date values are to be interpreted as no expiration date.&lt;br /&gt;
&lt;br /&gt;
Correctly formatted example:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&#039;expires&#039; content=&#039;2012-12-31T23:59Z&#039;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tag is not to be confused with and has a different meaning than &amp;lt;code&amp;gt;meta http-equiv=&#039;expires&#039;.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-print&lt;br /&gt;
| This is to allow a user agent to inform an operating system or a printer driver of the preferred print medium, such as the paper size.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated (multiple values might be appropriate because standard paper sizes vary around the world). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values are limited to &amp;quot;letter&amp;quot;, &amp;quot;A4&amp;quot;, &amp;quot;legal&amp;quot;, &amp;quot;A5&amp;quot;, &amp;quot;B5&amp;quot;, &amp;quot;monarch&amp;quot;, &amp;quot;envelope 10&amp;quot; meaning size #10, &amp;quot;envelope 6-3-4&amp;quot; meaning size #6 3/4, values with integers and decimals in the form of &amp;quot;8.5 x 11&amp;quot; or &amp;quot;8.5x11&amp;quot; in which spacing of the &amp;quot;x&amp;quot; does not affect meaning, &amp;quot;paper&amp;quot;, which means &#039;paper of the default color (usually white) and weight (usually 20-lb. stock)&#039;, &amp;quot;white&amp;quot;, &amp;quot;yellow&amp;quot;, &amp;quot;pink&amp;quot;, &amp;quot;blue&amp;quot;, &amp;quot;green&amp;quot;, &amp;quot;violet&amp;quot;, or &amp;quot;multicolor&amp;quot;, which means a medium of the given color or mixed, &amp;quot;letterhead&amp;quot;, &amp;quot;p2 letterhead&amp;quot; meaning &#039;letterhead intended for any page except the first&#039;, &amp;quot;watermark&amp;quot; meaning a &#039;special watermark such as an organization&#039;s own&#039;, and &amp;quot;plain&amp;quot; meaning &#039;not preprinted and not letterhead (it may have a paper manufacturer&#039;s watermark not related to letterhead)&#039;.&amp;lt;br /&amp;gt;Omitting &amp;quot;paper&amp;quot; when another recognized value is given defaults to an implied meaning of &#039;paper&#039; with the other value; e.g., &amp;quot;letter&amp;quot; means &#039;letter paper&#039;; the same principle applies to a medium&#039;s color (the default being white for paper and colorless for transparency) and plainness or lack thereof (the default being plain).&amp;lt;br /&amp;gt;Other values should be proposed before being recognized here. Label sizes should be proposed here for labels that are not on backing sheets that fit one of the recognized values, e.g., labels on narrow rolls. Blueprint paper sizes should be proposed here. Media other than standard paper, such as onion skin, heavier paper, card, and clear or color transparency, should be proposed here.&amp;lt;br /&amp;gt;The user agent may, with the user&#039;s or user sysadmin&#039;s permission (as by a menu-driven default), interpret a value to offer an alternative the user might accept and software and firmware other than the UA may interpret a value to the same end with or without permission, so this keyword is only suggestive; e.g., &amp;quot;letter&amp;quot; may be interpreted as &amp;quot;A4&amp;quot;.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value determined by other than the page, e.g., by the printer driver or the user agent.&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;format-print&#039;_MetaExtension|Talk]]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geographic-coverage&lt;br /&gt;
| The author may be the best expert on the geographic relevance of the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers and epidemiological studies which may mention locales only once.&amp;lt;br /&amp;gt;Absence of the keyword defaults to a value of world (not universe), unless the search engine chooses to interpret the page or larger unit for some other value, probably based on other than just contact information given in the website.&amp;lt;br /&amp;gt;The value for this keyword is a semicolon-separated list of one or more place-values, the order of which do not matter. One place-value will use commas to separate, in order, an optional standard natural language symbol applicable to the place-value (when omitted the language applicable to the page will control), a place-class, one or more place-subclasses if any, and one or more place name parts (where, e.g., in &amp;quot;Cape Town, South Africa&amp;quot;, &amp;quot;Cape Town&amp;quot; is a place name part but &amp;quot;Town&amp;quot; is not). Spaces after semicolons and commas are optional; spaces within place-values are present when required for each place-value (e.g., &amp;quot;Quezon City&amp;quot;, not an invented &amp;quot;QuezonCity&amp;quot;).&amp;lt;br /&amp;gt;To distinguish names that might otherwise be too similar, place-classes, all lower-case and hyphenatably spaceless, include &#039;&#039;outer-space&#039;&#039;, &#039;&#039;region&#039;&#039; (on Earth and crossing or larger than a nation, e.g., southern hemisphere, polar region, temperate zone, or Asia), &#039;&#039;intntl-water&#039;&#039; (an &#039;international water body&#039;), &#039;&#039;intntl-agcy&#039;&#039; (&#039;international agency&#039; or &#039;international collection&#039;, e.g., all U.N. member nations), &#039;&#039;nation&#039;&#039;, &#039;&#039;within-nation&#039;&#039; (limited to only one political level down from nation, e.g., state, province, territory, possession, city not included within other political units of a nation, or any comparable unit), &#039;&#039;city&#039;&#039; (including town, village, hamlet, and any comparable political unit below the level of &#039;&#039;within-nation&#039;&#039;), &#039;&#039;addr&#039;&#039; (including address, full-length street, building, institution, and neighborhood without political boundaries), &#039;&#039;pol-unit&#039;&#039; (&#039;&#039;pol&#039;&#039; abbreviating &#039;political&#039;) (e.g., a place of disputed nationhood), &#039;&#039;hist-pol-unit&#039;&#039; (&#039;&#039;hist&#039;&#039; abbreviating &#039;historical&#039;) (e.g., the Roman Empire), &#039;&#039;feature&#039;&#039; (e.g., river), &#039;&#039;num&#039;&#039; (e.g., latitude and longitude or outer-space equivalent in numbers), and &#039;&#039;ethereal&#039;&#039; (including thealogical/theological, fictional including from modern popular entertainment, and ancient secular mythical, but not including that which is asserted to be a state of mind or existence but not a place, such as nirvana). (Example for one hypothetical page: name=&amp;quot;geographic-coverage&amp;quot; content=&amp;quot;region, sub-Saharan Africa; nation, Panama; city, Panama, Panama; within-nation, Sao Paulo, Brazil; city, Sao Paulo, Sao Paulo, Brazil; within-nation, Mississippi, United States of America; region, Middle East; region, Midwest, United States of America; hist-pol-unit, Northwest Territory, United States of America; feature, river, Indus; outer-space, Indus; ethereal, ultima Thule; ethereal, Heaven; ethereal, Flatland; ethereal, Valhalla; en-US, addr, Hotel Valhalla, Fredrikstad, Norway; es, nation, Espana&amp;quot; (Indus is both a river and a constellation, illustrating the need for place-classes)).&amp;lt;br /&amp;gt;Ambiguity of place-values should be avoided despite convenience in coding because search engines may each interpret them as they see fit, e.g., it would be hard for an engine to distinguish New York from New York.&amp;lt;br /&amp;gt;For consistency of spelling, several authority lists should be settled upon, with legal, well-known, and disputed names and common abbreviations all being acceptable; but I&#039;m not proposing one here now (relying on IANA&#039;s ccTLD list might be too complex to implement and still assure coding consistency, e.g., occasionally ccTLDs can be phased out and off of IANA&#039;s list) (a standard vocabulary possibly usable here is the [http://www.getty.edu/research/conducting_research/vocabularies/tgn/index.html Getty Thesaurus of Geographic Names Online], subject to licensing and charset choice); and promulgating authority lists may best be done publicly by search engine managements, who may disagree with each other.&amp;lt;br /&amp;gt;Allowing Unicode for non-Roman alphabet-using locales is desirable, but at present that may raise technical problems, including computer security issues, that are not yet readily soluble.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| keywords-not&lt;br /&gt;
| A comma-separated list of negative keywords that distinguish a closely-related theme from this page&#039;s true theme, to support Boolean NOT searches often more realistically than visible text can, especially when both themes share the same lexicon.&amp;lt;br /&amp;gt;If keywords is no longer a supported name for a meta element, keywords-not is superfluous; however, debate has been revived on whether keywords should be supported or not; see the keywords entry in this Wiki.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6609 W3C Bug 6609]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| nextgen&lt;br /&gt;
| Used for nextgen gallery plugin in wordpress&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Unrelated spec link&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-datetime&lt;br /&gt;
| Better ranking in search engine results for recency or relevance to an event date would be aided by a standard format robots can parse. Users would save search time by not having to load many pages to find which ones are new or date-relevant.&amp;lt;br /&amp;gt;To supply a consistent and known format, the value for this keyword is a date-time expression formed in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-version&lt;br /&gt;
| Pages may be revised several times daily. While date-time given to a granularity of a fraction of a second would often suffice, when a page has to be approved more than once before posting, any or no such time may be correct (without this keyword, a comment could be necessary but probably not parsable by an engine). In addition, versions regardless of date may show consecutiveness and can replace a date that must be vague. In that case, a version number may be more useful for searches and so a robot-parsable format is needed.&amp;lt;br /&amp;gt;The keyword&#039;s value is stated in ASCII digits, is any nonnegative base-10 rational number expressed as an integer or a decimal, with any number of decimal places allowed, and may be padded with any number of leading zeros to support extraction for ASCII sorting.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&amp;lt;br /&amp;gt;The versions 0 and 0.&#039;&#039;n&#039;&#039;, with &#039;&#039;n&#039;&#039; being to any number of places, signify beta versions, i.e., drafts, in the tradition of beta software, while versions 1 and higher ordinarily signify final-release versions. After a final-release version is released, a draft of a later version is not given a version number of 0 or 0.&#039;&#039;n&#039;&#039;, but is numbered higher than the last final-release version. It is suggested to page authors that draft status, if applicable, be shown in the visibly displayed text of the page, rather than that this meta tag be relied upon as the sole notice of draft status, as it may be inadequate notice if alone.&amp;lt;br /&amp;gt;To assign a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1, the page&#039;s URL, if static, may be used as the relevant premise. Thus, if a page is copied or moved to a new URL, the author may choose to restart page-version numbering from 0.&#039;&#039;n&#039;&#039; or 1. If a page&#039;s URL is dynamic, e.g., if created on the fly from a script, the page author may prefer to use as the relevant premise for assigning a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1 the URL of the script or other technology that generates the dynamic-URL page, placing this meta element containing this attribute within the script or other technology, not within the generating page&#039;s head element (the generating page&#039;s head element may have its own meta element with this attribute describing the generating page). If one page containing the script or other technology that generates another page has more than one means for generating dynamic-URL pages, each means should contain its own meta element with this attribute. Page-version is thus largely independent of the page&#039;s date, although both would likely advance roughly in parallel.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| referrer&lt;br /&gt;
| Developers wish to control the sharing of referrer information with linked resources and followed links at the meta level. It&#039;s sometimes desirable to share referrer information from secure to non-secure resources. The proposal is to add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never|default|always&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where the value of the &#039;&#039;&#039;content&#039;&#039;&#039; attribute is:&lt;br /&gt;
* &#039;&#039;&#039;never&#039;&#039;&#039;: No referrer information is leaked when following a links or requesting resources.&lt;br /&gt;
* &#039;&#039;&#039;default&#039;&#039;&#039;: Include referrer information in non-secure context or for HTTPS resources with the same origin.&lt;br /&gt;
* &#039;&#039;&#039;always&#039;&#039;&#039;: Include referrer information when following all links and requesting any resources.&lt;br /&gt;
&lt;br /&gt;
Since &amp;lt;code&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; is redundant with a proposed &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;, the &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; proposal should be supplanted with this one, which provides more robust control.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| resolutions&lt;br /&gt;
| Authoring web sites to use resolution independent images that display beautifully on high-resolution displays should be made as easy as possible for developers and should not require JavaScript to accomplish.&lt;br /&gt;
&lt;br /&gt;
To accomplish this, I propose a new HTML Meta Tag, &amp;lt;code&amp;gt;resolutions&amp;lt;/code&amp;gt;, that can be used to specify that high-resolution versions of images linked to from the page are available and that the browser should use them in place of the lower-resolution default images if it detects that a user is using a high-resolution screen. The resolutions meta tag lists the device-pixel ratios supported by images in the page. &lt;br /&gt;
&lt;br /&gt;
So, for example…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… means that the developer is telling the browser that she has created 2x resolution images for the images linked to from the current page and named them with a @2x suffix. &lt;br /&gt;
&lt;br /&gt;
To illustrate, if her image tag is as follows…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;img src=&amp;quot;/images/flower.jpg&amp;quot; alt=&amp;quot;A flower&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… then she has two image files under /images: the low-resolution default (flower.jpg), and a higher-resolution (200%) version named flower@2x.jpg. &lt;br /&gt;
&lt;br /&gt;
(This is the same naming convention already used by Apple in its Cocoa Touch framework for automatically loading in higher-resolution versions of images.)&lt;br /&gt;
&lt;br /&gt;
Based on the meta tag, if the browser detects that the user is running at a &amp;lt;code&amp;gt;min-device-pixel-ratio&amp;lt;/code&amp;gt; of 2.0, it will automatically ask for the 2x version of the image (flower@2x.jpg) instead of the default image as specified in the image tag. &lt;br /&gt;
&lt;br /&gt;
Finally, so as not to flood external sites with high-resolution image requests, this functionality would only work for local images specified via relative links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Multiple resolutions&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The resolutions tag can also contain a list of supported device-pixel ratios so as to support even higher-resolution displays when and if they become available in the future. &lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x, 4x, 8x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this case, the developer would provide 2x, 4x, and 8x versions of all images. So, in the running example, she would make flower.jpg, flower@2x.jpg, flower@4x.jpg, and flower@8x.jpg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Advantages&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages of this approach are several:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Makes it very simple for developers to support high-resolution displays like the iPhone 4&#039;s Retina screen&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not require JavaScript&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not change the default way that things work (if the meta tag is not specified, the browser simply behaves as it always has).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| [http://aralbalkan.com/3355 Proposal for native browser support of high-resolution image substitution]&lt;br /&gt;
[http://aralbalkan.com/3331 How to make your web content look stunning on the iPhone 4’s new Retina display]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| rights&lt;br /&gt;
| As a page effectively appears in at least two forms, usually one as interpreted and displayed on a device and the other as source code, arguably intellectual property rights that must be asserted must be asserted in ways understandable in both contexts. For example, &amp;amp;amp;copy; is a raw representation that may legally fail as part of copyright notice to someone seeing source code and not the display, important when someone wants to copy source code for use elsewhere and may rely on a defense of innocent infringement (at least in U.S.). While such assertions can be made in a comment element, it may be helpful to have a tag that search engines can parse and index verbatim.&amp;lt;br /&amp;gt;The value may include standard and nonstandard notices, invocations of licenses such as GFDL and ASCAP, and any other information. Content is defined as free-form, leaving the page author discretion for the entry.&amp;lt;br /&amp;gt;Statements in one tag may discuss several portions of the page differently, e.g., with different licenses.&amp;lt;br /&amp;gt;More than one license may be offered, along with the page&#039;s relationship to all.&amp;lt;br /&amp;gt;Not all statements need be license grants. A statement may state whom to ask for reprint permission or may reserve all rights, for example.&amp;lt;br /&amp;gt;Only one meta tag with this keyword may be present. Page authors must not use more than one. A UA finding multiple such tags on one page must ignore all of them.&amp;lt;br /&amp;gt;The copyright symbol that would be generated by its character entity is not recommended for legal notice in source code when the word &#039;Copyright&#039; may be used instead, because the entity may be read in raw form, but use is up to the page author. The same concept applies to any intellectual property rights symbol for which a suitable alternative is available, such as for trademark or service mark.&amp;lt;br /&amp;gt;ASCII text would not suffice when a name or notice legally may have to be in a non-Roman alphabet, but no alternative may yet exist in HTML5.&amp;lt;br /&amp;gt;Search engine storage may impose a length limit, but, because of legal consequences, if the value&#039;s length exceeds a given limit the search index should retain or interpret none of it but only refer to it.&amp;lt;br /&amp;gt;The content string may only be copied verbatim in its full length, referred to, or ignored. It may not be, for example, paraphrased, truncated, interpreted, or classified except in addition to being copied verbatim in its full length.&amp;lt;br /&amp;gt;Ignoring shall not void, nullify, or alter any rights stated in such tag.&amp;lt;br /&amp;gt;For the synonymy, &#039;&#039;IP&#039;&#039;, &#039;&#039;IP-rights&#039;&#039;, and &#039;&#039;IP-right&#039;&#039; are not reserved; while the abbreviation &#039;&#039;IP&#039;&#039; &#039;intellectual property&#039; is common among attorneys in the U.S., page authors will more likely be computerate, and the abbreviation may be wanted for &#039;Internet Protocol&#039;.&lt;br /&gt;
| [[Talk:MetaExtensions#rights:_why_reversion|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| subj-. . .&lt;br /&gt;
| To classify by subject a page&#039;s content, a standard subject taxonomy that will be recognized by a search engine or directory will help. Because many such high-quality taxonomies exist, only a prefix is proposed. Over time, particular taxonomies, in print or online, may be recognized here and keywords assigned for each.&amp;lt;br /&amp;gt;The keyword will be constructed case-insensitively with subkeywords in the form subj-[nationAbbrev]-[taxonomy]-[edition][-optionalSubedition], e.g., subj-US-MeSH-2009online (perhaps). After &amp;quot;subj-&amp;quot;, the second subkeyword will identify the nation where the taxonomy is published or offered as an aid in identifying the taxonomy and does not limit the subject coverage; e.g., a taxonomy published in Japan may be ideal for classifying Canadian botany or Peruvian economy.&amp;lt;br /&amp;gt;As subject values may vary between editions of one taxonomy, an edition and optionally a subedition is to be identified in the third and optionally the fourth subkeywords. The subedition, if any, is any update or revision occurring between editions, such that a value drawn from that edition and subedition is stable. The means of identifying edition and subedition should be included in the registration of a keyword.&amp;lt;br /&amp;gt;Examples of taxonomies from the U.S. include MeSH (medical) and the Library of Congress Subject Headings.&amp;lt;br /&amp;gt;The value identifying a subject for a Web page will be drawn from the cited taxonomy&#039;s edition and subedition.&amp;lt;br /&amp;gt;If the value should have a style to prevent ambiguity in interpretation, that style is to be registered here for that keyword. Multiple values are expressed with multiple meta elements, one value for each, since comma-separation is probably not compatible with all taxonomies.&amp;lt;br /&amp;gt;If a value requires case-sensitivity to prevent confusion, the entry here registering the keyword must accommodate that need with the needs of HTML 5 with an appropriate rule. To that end, a proposal to allow case-sensitivity in meta tags under some circumstances has been offered in the W3C bug reporting system.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6854 W3C Bug 6854]&lt;br /&gt;
| subject-. . .&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MSSmartTagsPreventParsing&lt;br /&gt;
| Microsoft introduced into Internet Explorer 6 Beta a feature that some website designers wished to preclude from applying in order to prevent public misunderstanding of their websites. The feature allowed a browser to add information but at a risk that users wouldn&#039;t know that it wasn&#039;t supplied by the website. This keyword was provided by Microsoft for those of us who wanted it.&amp;lt;br /&amp;gt;Its value was &amp;quot;TRUE&amp;quot;. Microsoft spelled the keyword with some capitals and the value in all capitals but whether capitalization was required for either is unknown; some opinions vary. Since it need be understood by only one browser, and that one a beta version, full standards compliance should not be assumed, and original case may be required. (This tag is used by Google: &amp;quot;&amp;lt;meta content=&#039;true&#039; name=&#039;MSSmartTagsPreventParsing&#039;/&amp;gt;&amp;quot; appeared (with internal quote marks as singles) in the source code for &amp;lt;http://googleblog.blogspot.com/2009/04/listening-to-google-health-users.html&amp;gt;, as accessed 4-27-09.)&amp;lt;br /&amp;gt;Microsoft has apparently removed this instruction from its website on the ground that the beta version is no longer available and is not supported, but that doesn&#039;t assure that some users aren&#039;t still using the beta browser, perhaps inadvertently. Therefore, designers may wish to continue using the keyword and value and they are preserved here.&lt;br /&gt;
| e.g., [http://www.theregister.co.uk/2001/06/25/web_sites_banish_those_winxp/ The Register (U.K.)], [http://cc.uoregon.edu/cnews/summer2001/summer2001.pdf Univ. Oregon (U.S.) (PDF p. 18)], &amp;amp; [http://trillian.mit.edu/~jc/demo/SmartTagsOff.html John Chambers (U.S.) (job résumé near root)], all as accessed 4-19-09&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks spec, potentially never minted by MS as a meta name (as opposed to a http-equiv value), even if minted by Microsoft, abandoned before shipping in any final release of IE&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| wot-verification&lt;br /&gt;
| Used to verify ownership of WOT (Web Of Trust)&lt;br /&gt;
| [http://www.mywot.com/ WOT site]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Claimed spec URL is not a spec URL&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Failed Proposals ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to more details&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| cache&lt;br /&gt;
| This doesn&#039;t actually work; use HTTP headers instead.&amp;lt;br /&amp;gt;Value must be &amp;quot;public&amp;quot;, &amp;quot;private&amp;quot;, or &amp;quot;no-cache&amp;quot;. Intended as a simple way to tell user agents whether to store a copy of the document or not. An alternate for HTTP/1.1&#039;s cache-control; for publishers without access to modifying cache-control.&lt;br /&gt;
| none&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| no-email-collection&lt;br /&gt;
| HTML5 prohibits URL-valued meta names. They should be rel keywords instead.&amp;lt;br /&amp;gt;Intended to reference legal policy of web site indicating that harvesting of e-mail addresses on the site is not permitted and in violation of applicable laws such as the CAN-SPAM Act of 2003.&lt;br /&gt;
| [https://www.ProjectHoneyPot.org/how_to_avoid_spambots_5.php Project Honey Pot]&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Process ==&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;Status&amp;quot; section to be changed to &amp;quot;Ratified&amp;quot;, the proposed keyword must be defined by a W3C specification in the Candidate Recommendation or Recommendation state. If it fails to go through this process, it is &amp;quot;Unendorsed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For more details, see [http://whatwg.org/specs/web-apps/current-work/#concept-meta-extensions the HTML5 specification].&lt;br /&gt;
&lt;br /&gt;
[[Category:Registries]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=7844</id>
		<title>MetaExtensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=7844"/>
		<updated>2011-12-19T08:21:36Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Sort dc.language correctly&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;To create an account, please ask someone in the #whatwg [[IRC]] channel on Freenode, or e-mail ian@hixie.ch. We had to disable open signups because the level of spam became intolerable.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page lists the allowed extension values for the name=&amp;quot;&amp;quot; attribute of the &amp;amp;lt;meta&amp;gt; element in HTML5. You may add your own values to this list, which makes them legal HTML5 metadata names. We ask that you try to avoid redundancy; if someone has already defined a name that does roughly what you want, please reuse it. Also, please be sure to include &#039;&#039;all&#039;&#039; the items [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names required by the spec] &#039;&#039;including a link to a specification&#039;&#039; that specifies the keyword &#039;&#039;as an HTML meta keyword&#039;&#039;. Note that URL-valued properties must not be registered as meta names but should be registered as [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions rel keywords] instead. Also note that changes to this registry may not be reflected in validators in real time.&lt;br /&gt;
&lt;br /&gt;
== Registered Extensions ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| alexaverifyid&lt;br /&gt;
| Used to verify ownership of Alexa Search&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-capable&lt;br /&gt;
| Sets whether a web application runs in full-screen mode.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| Could maybe be assumed when &amp;lt;code&amp;gt;application-name&amp;lt;/code&amp;gt; is set?&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-status-bar-style&lt;br /&gt;
| Sets the style of the status bar for a web application.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| baiduspider&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Baidu only.&lt;br /&gt;
| [http://www.baidu.com/search/robots_english.html Baidu documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-param&lt;br /&gt;
| Cross-site request forgery protection parameter for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-token&lt;br /&gt;
| Cross-site request forgery protection token for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dc.date.issued&lt;br /&gt;
| Date of publication for Google News. The format of the content is YYYY-MM-DD or YYYY-MM-DDThh:mm:ssTZD.&lt;br /&gt;
| [http://www.google.com/support/news_pub/bin/answer.py?answer=93994 Google News documentation]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dcterms.issued&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dc.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a&lt;br /&gt;
controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the&lt;br /&gt;
&amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dc.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
&amp;lt;code&amp;gt;dc.language&amp;lt;/code&amp;gt; is preferred by several web validators over &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.abstract&lt;br /&gt;
| A summary of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-abstract DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accessRights&lt;br /&gt;
| Information about who can access the resource or an indication of its security status.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accessRights DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualMethod&lt;br /&gt;
| The method by which items are added to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualMethod DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualPeriodicity&lt;br /&gt;
| The frequency with which items are added to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualPeriodicity DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualPolicy&lt;br /&gt;
| The policy governing the addition of items to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualPolicy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.alternative&lt;br /&gt;
| An alternative name for the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-alternative DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.audience&lt;br /&gt;
| A class of entity for whom the resource is intended or useful.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-audience DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.available&lt;br /&gt;
| Date (often a range) that the resource became or will become available.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-available DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.bibliographicCitation&lt;br /&gt;
| A bibliographic reference for the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-bibliographicCitation DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;cite&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.conformsTo&lt;br /&gt;
| An established standard to which the described resource conforms.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-conformsTo DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.contributor&lt;br /&gt;
| An entity responsible for making contributions to the content of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-contributor DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.coverage&lt;br /&gt;
| The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-coverage DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.created&lt;br /&gt;
| Date of creation of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-created DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.creator&lt;br /&gt;
| An entity primarily responsible for making the resource. Examples of&lt;br /&gt;
a Creator include a person, an organization, or a service.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-creator DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| In some cases redundant with the HTML built-in keyword &lt;br /&gt;
| &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt; Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.date&lt;br /&gt;
| A point or period of time associated with an event in the lifecycle of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-date DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateAccepted&lt;br /&gt;
| Date of acceptance of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateAccepted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateCopyrighted&lt;br /&gt;
| Date of copyright.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateCopyrighted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateSubmitted&lt;br /&gt;
| Date of submission of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateSubmitted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.description&lt;br /&gt;
| An account of the resource. Description may include but is not&lt;br /&gt;
limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-description DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt; &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.educationLevel&lt;br /&gt;
| A class of entity, defined in terms of progression through an educational or training context, for which the described resource is intended.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-educationLevel DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.extent&lt;br /&gt;
| The size or duration of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-extent DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.format&lt;br /&gt;
| The file format, physical medium, or dimensions of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-format DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasFormat&lt;br /&gt;
| A related resource that is substantially the same as the pre-existing described resource, but in another format.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasFormat DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasPart&lt;br /&gt;
| A related resource that is included either physically or logically in the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasPart DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
 &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasVersion&lt;br /&gt;
| A related resource that is a version, edition, or adaptation of the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasVersion DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.identifier&lt;br /&gt;
| An unambiguous reference to the resource within a given context.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-identifier DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.instructionalMethod&lt;br /&gt;
| A process used to engender knowledge, attitudes and skills, that the described resource is designed to support.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-instructionalMethod DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isFormatOf&lt;br /&gt;
| A related resource that is substantially the same as the described resource, but in another format.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isFormatOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isPartOf&lt;br /&gt;
| A related resource in which the described resource is physically or logically included.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isPartOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isReferencedBy&lt;br /&gt;
| A related resource that references, cites, or otherwise points to the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isReferencedBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isReplacedBy&lt;br /&gt;
| A related resource that supplants, displaces, or supersedes the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isReplacedBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isRequiredBy&lt;br /&gt;
| A related resource that requires the described resource to support its function, delivery, or coherence.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isRequiredBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.issued&lt;br /&gt;
| Date of formal issuance (e.g., publication) of the resource. (DC&lt;br /&gt;
doesn&#039;t spec a date format but the established practice is&lt;br /&gt;
YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-issued DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isVersionOf&lt;br /&gt;
| A related resource of which the described resource is a version, edition, or adaptation.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isVersionOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a&lt;br /&gt;
controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the&lt;br /&gt;
&amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.license&lt;br /&gt;
| A legal document giving official permission to do something with the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-license DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;license&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.mediator&lt;br /&gt;
| An entity that mediates access to the resource and for whom the resource is intended or useful.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-mediator DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.medium&lt;br /&gt;
| The material or physical carrier of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-medium DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.modified&lt;br /&gt;
| Date on which the resource was changed. (DC doesn&#039;t spec a date&lt;br /&gt;
format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-modified DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.provenance&lt;br /&gt;
| A statement for any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-provenance DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.publisher&lt;br /&gt;
| An entity responsible for making the resource available.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-publisher DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.references&lt;br /&gt;
| A related resource that is referenced, cited, or otherwise pointed to by the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-references DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.relation&lt;br /&gt;
| A related resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-relation DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.replaces&lt;br /&gt;
| A related resource that is supplanted, displaced, or superseded by the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-replaces DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.requires&lt;br /&gt;
| A related resource that is required by the described resource to support its function, delivery, or coherence.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-requires DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.rights&lt;br /&gt;
| Information about rights held in and over the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-rights DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.rightsHolder&lt;br /&gt;
| A person or organization owning or managing rights over the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-rightsHolder DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.source&lt;br /&gt;
| A related resource from which the described resource is derived.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-source DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.spatial&lt;br /&gt;
| Spatial characteristics of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-spatial DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.subject&lt;br /&gt;
| The topic of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-subject DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;keywords&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.tableOfContents&lt;br /&gt;
| A list of subunits of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-tableOfContents DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.temporal&lt;br /&gt;
| Temporal characteristics of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-temporal DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| A name given to the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-title DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.type&lt;br /&gt;
| The nature or genre of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-type DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.valid&lt;br /&gt;
| Date (often a range) of validity of a resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-valid DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| designer&lt;br /&gt;
| Credits the designer(s) responsible for the visual presentation of a website.&lt;br /&gt;
| [https://sites.google.com/site/metadesignerspec/ Documenation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| EssayDirectory&lt;br /&gt;
| Defines a custom description of websites listed in EssayDirectory.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;EssayDirectory&amp;quot; content=&amp;quot;Helping students find legitimate essay services.&amp;quot;&amp;gt;&lt;br /&gt;
| [http://essaydirectory.com/privacy-terms/#EssayDirectory_MetaExtension Documenation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| publisher&lt;br /&gt;
| Searching for one content publisher&#039;s or page publisher&#039;s work requires a standard robot-parsable format for the information. This often differs from creator or author when the publisher is an institution. An institutional name, personal name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one publisher. Multiple publishers are to be represented with multiple tags, although multiple publishers are less common than multiple authors or creators; multiplicity is more likely for a legal name and a well-known name.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a publisher need only enter a name once in one order.&lt;br /&gt;
| defacto standard, used in nearly every website, e.g. [http://www.gaijin.at/olsmgen.php][http://developers.evrsoft.com/metagen.shtml][http://www.html-seminar.de/metatags.htm]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| review_date&lt;br /&gt;
| The date a resource is scheduled for review by content creator in order to determine if it should be archived, updated or retained as is.&lt;br /&gt;
| [http://www.hc-sc.gc.ca/home-accueil/alt_formats/pacrb-dgapcr/pdf/Metadata_Application_Profile_2009.pdf Health Canada Web Metadata Application Profile March 2009 ]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| es.title&lt;br /&gt;
| Object Title, where this is not the TITLE or H1 tag content, but the resource title&lt;br /&gt;
| [http://www.eibs.co.uk/reference/ EIBS EasySite CMS - Content Attributes Reference]&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-detection&lt;br /&gt;
| Enables or disables automatic detection of possible phone numbers in a webpage in Safari on iOS.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.country&lt;br /&gt;
| Case-insensitive ISO 3166-1 alpha-2 code of a country to which the page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.country&amp;quot; content=&amp;quot;de&amp;quot;&amp;gt;&lt;br /&gt;
| [http://www.syndic8.com/help_metadata.php All About Feed Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.placename&lt;br /&gt;
| Defines name of geographic place to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.placename&amp;quot; content=&amp;quot;Auwaldstraße 11, 79110 Freiburg im Breisgau, Deutschland&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.position&lt;br /&gt;
| Defines geographic position to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.position&amp;quot; content=&amp;quot;48.02682000000001;7.809769999999958&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| icbm (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.region&lt;br /&gt;
| Defines name of geographic region to which page is related to. Content is specified by ISO-3166.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.region&amp;quot; content=&amp;quot;DE-BW&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&amp;lt;br&amp;gt;[http://en.wikipedia.org/wiki/ISO_3166 ISO-3166]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| google-site-verification&lt;br /&gt;
| Used to verify ownership for Webmaster Tools.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=79812 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| googlebot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Googlebot only.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=93710 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| revisit-after&lt;br /&gt;
| revisit-after is used to tell search engines how often to recrawl the page. To our knowledge only one search engine has ever supported it, and that search engine was never widely used — at this point, it is nothing more than a good luck charm.&lt;br /&gt;
| [http://code.google.com/webstats/2005-12/metadata.html Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| icbm&lt;br /&gt;
| Defines geographic position to which page is related to. The acronym stands for ICBM Intercontinental Ballistic Missile - an old, humorous allusion to the possible use of such coordinates.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;ICBM&amp;quot; content=&amp;quot;47.0667, 15.4500&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://geourl.org/add.html GeoURL documentation]&lt;br /&gt;
| geo.position (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| HandheldFriendly&lt;br /&gt;
| Denotes handheld-friendly content&lt;br /&gt;
| [http://learnthemobileweb.com/tag/handheldfriendly/]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MobileOptimized&lt;br /&gt;
| Denotes content optimized for mobile browsers&lt;br /&gt;
| [http://learnthemobileweb.com/tag/mobileoptimized/]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| itemsPerPage&lt;br /&gt;
| Used to identify the number of search results returned per page.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-task&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
Jump List items act as entry points into the website even when the browser is not running. A Jump List can contain commonly used destinations and tasks. Some items apply to the whole site, and some apply only to specific users. &lt;br /&gt;
For example, to add a single task called &amp;quot;Check Order Status&amp;quot; specify a meta element in the head of your webpage, as follows:&lt;br /&gt;
 &amp;lt;META name=&amp;quot;msapplication-task&amp;quot; content=&amp;quot;name=Check Order Status;&lt;br /&gt;
      action-uri=./orderStatus.aspx?src=IE9;&lt;br /&gt;
      icon-uri=./favicon.ico&amp;quot;  /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491725(v=vs.85).aspx Tasks in Jump List]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-starturl&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-starturl&amp;quot; metadata contains the root URL of the application. The start URL can be fully qualified, or relative to the current document. Only HTTP and HTTPS protocols are allowed. If this element is missing, the address of the current page is used instead.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-starturl&amp;quot; content=&amp;quot;./&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-tooltip&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-tooltip&amp;quot; metadata provides additional tooltip text that appears when you hover over the Pinned Site shortcut in the Windows Start menu or on the desktop.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-tooltip&amp;quot; content=&amp;quot;Channel 9 Podcasts&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-navbutton-color&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-navbutton-color&amp;quot; metadata define the custom color of the Back and Forward buttons in the Pinned Site browser window. Any named color, or hex color value is valid.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-navbutton-color&amp;quot; content=&amp;quot;#FF3300&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msvalidate.01&lt;br /&gt;
| One of the verification elements used by Bing.&lt;br /&gt;
| [http://onlinehelp.microsoft.com/en-us/bing/hh204490.aspx Bing Webmaster Tools]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| norton-safeweb-site-verification&lt;br /&gt;
| Used to verify ownership of Website for Norton SafeWeb.&lt;br /&gt;
| http://safeweb.norton.com/help/site_owners#verification_tips Norton SafeWeb Help Documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rating &lt;br /&gt;
| The Restricted to Adults label (RTA) provides a way for adult oriented websites to indicate that their content is off limits to children. RTA was introduced in 2006 and is currently used by a large number of adult web content providers. RTA is recognized by all major parental control filters.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;RATING&amp;quot; content=&amp;quot;RTA-5042-1996-1400-1577-RTA&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://www.rtalabel.org/index.php?content=howto RTA documentation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rights-standard&lt;br /&gt;
| The purpose is to enable search engines and other cataloging services to compile the types of rights allocated to the work. (Does any search engine actually implement this? [[User:Hsivonen|hsivonen]] 07:34, 14 July 2011 (UTC))&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This keyword does not provide, remove or alter any legal protections or designations.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Format: &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;rights-standard&amp;quot; content=&amp;quot;element id;rights&amp;quot; /&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* element id - the HTML Element ID of the item these rights apply to&lt;br /&gt;
* rights - what rights are assigned to the item&lt;br /&gt;
** &amp;quot;pd&amp;quot; - Public domain&lt;br /&gt;
** &amp;quot;cc by-sa&amp;quot; - Creative Commons Attribution&lt;br /&gt;
** &amp;quot;cc by-nd&amp;quot; - Creative Commons  NoDerivs &lt;br /&gt;
** &amp;quot;cc by-nc&amp;quot; - Creative Commons Attribution-NonCommercial&lt;br /&gt;
** &amp;quot;cc by-nc-sa&amp;quot; - Creative Commons Attribution-NonCommercial-ShareAlike&lt;br /&gt;
** &amp;quot;cc by-nc-nd&amp;quot; - Creative Commons Attribution-NonCommercial-NoDerivs&lt;br /&gt;
&lt;br /&gt;
| [http://sites.google.com/site/metarightsstandard/ Spec]&lt;br /&gt;
|Redundant with [http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#licensing-works Microdata vocabulary for licensing works].&lt;br /&gt;
|Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| robots&lt;br /&gt;
| A comma-separated list of operators explaining how search engine crawlers should treat the content. Possible values are &amp;quot;noarchive&amp;quot; to prevent cached versions, &amp;quot;noindex&amp;quot; to prevent indexing, and &amp;quot;nofollow&amp;quot; works as the link rel value with the same name. This meta name is already supported by every popular search engine.&amp;lt;br /&amp;gt;The content value &amp;quot;NOODP&amp;quot; has been offered elsewhere, so I&#039;m proposing it here. It blocks robots from using [http://www.dmoz.org Open Directory Project] descriptions of a website instead of Web pages&#039; own meta descriptions. It may have been introduced by Microsoft.&amp;lt;br /&amp;gt;The content value &amp;quot;NOYDIR&amp;quot; has been offered by Yahoo, so I&#039;m proposing it here. It blocks Yahoo&#039;s robot from using the Yahoo directory&#039;s descriptions of a website instead of Web pages&#039; own meta descriptions. Whether any other robot supports this is unknown but possibly no other search engine uses Yahoo&#039;s directory anyway.&lt;br /&gt;
| [http://www.robotstxt.org/wc/exclusion.html#meta Robots exclusion protocol], NOODP value: [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=35264 Google], [http://help.yahoo.com/l/us/yahoo/search/indexing/indexing-11.html Yahoo], NOYDIR value: [http://ysearchblog.com/2007/02/28/yahoo-search-support-for-noydir-meta-tags-and-weather-update/ Yahoo], as accessed 4-28-09&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| slurp&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Yahoo! only.&lt;br /&gt;
| [http://help.yahoo.com/l/au/yahoo7/search/indexing/indexing-11.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| startIndex&lt;br /&gt;
| Used to identify the index of the first search result in the current set of search results.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| teoma&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Teoma and Ask.com only.&lt;br /&gt;
| [http://about.ask.com/en/docs/about/webmasters.shtml Ask.com documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| totalResults&lt;br /&gt;
| Used to identify the number of search results available for the current search.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| verify-v1&lt;br /&gt;
| Legacy verification for Google Sitemaps.&lt;br /&gt;
| [http://sitemaps.blogspot.com/2006/05/more-about-meta-tag-verification.html Inside Google Sitemaps: More about meta tag verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| &amp;lt;span id=&amp;quot;viewport&amp;quot;&amp;gt;viewport&amp;lt;/span&amp;gt;&lt;br /&gt;
| Provides a way for documents to specify (using markup rather than CSS) the size, zoom factor, and orientation of the viewport that is used as the base for the document&#039;s [http://www.w3.org/TR/CSS21/visudet.html#containing-block-details initial containing block]. The following properties can be used in the value of the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute:&lt;br /&gt;
* width&lt;br /&gt;
* height&lt;br /&gt;
* initial-scale&lt;br /&gt;
* minimum-scale&lt;br /&gt;
* maximum-scale&lt;br /&gt;
* user-scalable&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;initial-scale=1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=480, initial-scale=2.0, user-scalable=1&amp;quot;&amp;gt;&lt;br /&gt;
For more details, see the [http://dev.w3.org/csswg/css-device-adapt/#viewport-meta-element Viewport META element] section of the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification.&lt;br /&gt;
| For &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; elements that have a &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute whose value is &amp;lt;code&amp;gt;viewport&amp;lt;/code&amp;gt;, the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification defines the recognized properties for the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute&amp;gt;, as well as an algorithm for parsing the value of that attribute.&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_n&lt;br /&gt;
| &#039;&#039;&#039;Name of the Content Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_n&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_s&lt;br /&gt;
| &#039;&#039;&#039;Name of Content Sub-Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_s&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ac&lt;br /&gt;
| &#039;&#039;&#039;Advertising Click parameter&#039;&#039;&#039;&lt;br /&gt;
When a visitor to your site clicks on an ad, that action is referred to as an Ad Click. The following META tag tracks advertising clicks:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ac&amp;quot; CONTENT=&amp;quot;name&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the advertisement clicked to reach a particular web page. The Ad Click must contain an external redirect back to the client. The redirect needs to include the necessary code to generate a hit to the SDC server. You can designate multiple Advertising Clicks using semicolons.&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file111.html?WT.ac=CONTENT111&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file222.html?WT.ac=CONTENT222&amp;quot;&amp;gt;&lt;br /&gt;
The name of the advertisement clicked to reach a particular web page. To capture this information with DCS, the Advertising Click must contain an external redirect back to the client. The redirect needs to &lt;br /&gt;
&lt;br /&gt;
include the necessary code to generate a hit to the DCS. The maximum length for each name is 64 bytes.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ad&lt;br /&gt;
| &#039;&#039;&#039;Advertising View parameter&#039;&#039;&#039;&lt;br /&gt;
Visitors often view advertisements that they do not necessarily click on. You can use On-Site Advertising to determine the number of visitors to your web site who view particular ads. With this feature you can produce advertising reports for each of your clients.&lt;br /&gt;
If you are selling advertising space on your web site, for example, you can collect traffic statistics to help determine pricing schedules.&lt;br /&gt;
The following META tag tracks advertising views:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.ad&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.mc_id&lt;br /&gt;
| &#039;&#039;&#039;Identifies the ID of the marketing campaign&#039;&#039;&#039;&lt;br /&gt;
To attract new students, a university launches a marketing campaign by sending recruitment email to all graduating high school seniors in a metropolitan area. The email links to a special landing page in the university’s web site, containing the following META tag to track marketing campaigns.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.mc_id&amp;quot; CONTENT=&amp;quot;1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
You may use this parameter on the URL.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;link?WT.mc_id=1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
The Campaign ID 1X2GG34 represents recruits to be contacted by email&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.sv&lt;br /&gt;
| &#039;&#039;&#039;Tracking Servers parameter&#039;&#039;&#039;&lt;br /&gt;
If your site is hosted on multiple servers, a server cluster, or a server farm, and you want to evaluate the performance of your load balancer, Webtrends can track page views for each server. To do so, populate the following META tag on all pages on each server:&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;My Server&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the machine that serves the web page. If you have two servers (Server1 and Server2), you would make two copies of the META tag and designate CONTENT=“Server1” for deployment to pages on the first server and CONTENT=“Server2” for deployment to the same pages on the second server.&lt;br /&gt;
For a server farm, you can extract the value of the built-in server name and dynamically assign it to the&lt;br /&gt;
META tag using server-side scripting.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server1&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server2&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [https://tagbuilder.webtrends.com/Help/Miscellaneous/AdSearch.aspx?keepThis=true&amp;amp;TB_iframe=true&amp;amp;height=450&amp;amp;width=650 About WT.ad].&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ti&lt;br /&gt;
| &#039;&#039;&#039;Tracking Page Titles&#039;&#039;&#039;&lt;br /&gt;
You may want to modify a page title before sending it to Webtrends in the following cases:&lt;br /&gt;
* You are dealing with dynamic content pages identified by URL parameters, and the page title represents the title of the base URL page rather than the dynamic content page.&lt;br /&gt;
Unless you modify the page titles, all pages have the same title in the reports.&lt;br /&gt;
* All pages have been assigned the same title, for reasons of style or company policy.&lt;br /&gt;
Even though URLs are displayed in addition to page title, the entire URL cannot be depended upon to distinguish one page from another.&lt;br /&gt;
Use server-side scripts to change the title to something that reflects the content of the pages so that you can identify them in reports. Next, pass the customized page titles to Webtrends, using the following META tag:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ti&amp;quot; CONTENT=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the title for this page.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| y_key&lt;br /&gt;
| Used to verify ownership for Yahoo! Site Explorer&lt;br /&gt;
| [http://help.yahoo.com/l/us/yahoo/search/siteexplorer/siteexplorer-06.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| yandex-verification&lt;br /&gt;
| Used to verify ownership for Yandex Webmaster.&lt;br /&gt;
| [http://help.yandex.ru/webmaster/?id=995300#995356 Yandex Webmaster ownership verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.instruction&lt;br /&gt;
| Globrix property information: Property to Buy or Rent&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.price&lt;br /&gt;
| Globrix property information: Price for the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.postcode&lt;br /&gt;
| Globrix property information: Postcode of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bedrooms&lt;br /&gt;
| Globrix property information: Number of bedrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bathrooms&lt;br /&gt;
| Globrix property information: Number of bathrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.type&lt;br /&gt;
| Globrix property information: Type of property e.g. &#039;semi-detatched house&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.condition&lt;br /&gt;
| Globrix property information: Condition of the property e.g. &#039;renovated&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.features&lt;br /&gt;
| Globrix property information: Features of the property e.g. &#039;double glazing&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.outsidespace&lt;br /&gt;
| Globrix property information: External features of the property e.g. &#039;garden&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.parking&lt;br /&gt;
| Globrix property information: Parking available for property e.g. &#039;parking for 2 cars&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.period&lt;br /&gt;
| Globrix property information: Period of the property e.g. &#039;victorian terrace&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.poa&lt;br /&gt;
| Globrix property information: If the property price is only available on application&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.tenure&lt;br /&gt;
| Globrix property information: The tenure of the property e.g. &#039;leasehold&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.underoffer&lt;br /&gt;
| Globrix property information: Indicates if the property is under offer&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.priceproximity&lt;br /&gt;
| Globrix property information: The region of the attached price e.g. &#039;guide price of&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.latitude&lt;br /&gt;
| Globrix property information: The latitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.longitude&lt;br /&gt;
| Globrix property information: The longitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| wot-verification&lt;br /&gt;
| Used to verify ownership of WOT (Web Of Trust)&lt;br /&gt;
| [http://www.mywot.com/ WOT site]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| blogcatalog&lt;br /&gt;
| Used to verify ownership of Blog Catalog.com&lt;br /&gt;
| [http://www.blogcatalog.com/ Blog catalog site]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| nibbler-site-verification&lt;br /&gt;
| Used to verify ownership of Nibbler site&lt;br /&gt;
| [http://nibbler.silktide.com/ Nibbler site]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:title&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:type&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:url&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:image&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:site_name&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| fb:admins&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:description&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| fb:page_id&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| gm-gpx-v&lt;br /&gt;
| Wordpress Plugin Google Maps GPX Viewer&lt;br /&gt;
| [http://wordpress.org/extend/plugins/google-maps-gpx-viewer/ Google Maps GPX Viewer]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| meta_date&lt;br /&gt;
| The date used to indicate that the Metadata has been prepared and/or reviewed and approved by the Metadata Unit. Its purpose is administrative. (Used by &amp;quot;Autonomy&amp;quot;.)&lt;br /&gt;
| [http://www.hc-sc.gc.ca/home-accueil/alt_formats/pacrb-dgapcr/pdf/Metadata_Application_Profile_2009.pdf Health Canada Web Metadata Application Profile March 2009 ]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposals that don&#039;t meet the [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names requirements] for a registration ==&lt;br /&gt;
&lt;br /&gt;
Note that these proposals can be moved back to the registry table if the problems listed in the rightmost column of this table are addressed.&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
! Registration requirement failure&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| audience&lt;br /&gt;
| To aid search engines in classifying and to aid directory compilers, an audience most appropriate for the page may be suggested. Subject matter may not be a good clue; for example, an analysis of children&#039;s literature may be directed to teachers.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated. Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values:&amp;lt;br /&amp;gt;-- &amp;quot;all&amp;quot; and &amp;quot;everyone&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;adult&amp;quot; and &amp;quot;mature&amp;quot; have the same meaning and are for content that only adults may access, but no one responsible for preventing a nonadult or the immature from accessing the page or its content should rely on either or both of these values to do so without other means (not the same as &amp;quot;grownup&amp;quot;, which see)&amp;lt;br /&amp;gt;-- &amp;quot;child&amp;quot; and &amp;quot;juvenile&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;teen&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;grownup&amp;quot; is not identical to &amp;quot;adult&amp;quot; or &amp;quot;mature&amp;quot; in not implying a precise boundary but is approximately any person who may be able to understand and apply the content (e.g., car driving instruction that may be read by a minor not yet old enough to drive a car but who would likely benefit from somewhat early exposure to the instruction)&amp;lt;br /&amp;gt;-- &amp;quot;parent&amp;quot; to include guardian and temporary caregiver&amp;lt;br /&amp;gt;-- &amp;quot;teacher&amp;quot; to include professor and ad hoc instructor&amp;lt;br /&amp;gt;-- &amp;quot;elementary school student&amp;quot; to include any student below high school&amp;lt;br /&amp;gt;-- &amp;quot;high school student&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;elhi&amp;quot; to include any student in elementary school through high school&amp;lt;br /&amp;gt;-- &amp;quot;college student&amp;quot; including graduate and professional school&amp;lt;br /&amp;gt;-- &amp;quot;business&amp;quot; including management, finance, and prospective customers (this includes e-commerce and investor sites)&amp;lt;br /&amp;gt;-- &amp;quot;health&amp;quot; including any health care provider including alternative and ad hoc&amp;lt;br /&amp;gt;-- &amp;quot;patient&amp;quot; for any health care recipient&amp;lt;br /&amp;gt;-- &amp;quot;lawyer&amp;quot; including judge, paralegal, and jailhouse lawyer&amp;lt;br /&amp;gt;-- &amp;quot;law client&amp;quot; for any prospective recipient of a lawyer&#039;s service (not usually a social work client) with &#039;&#039;lawyer&#039;&#039; including paralegal and jailhouse lawyer but not necessarily judge&amp;lt;br /&amp;gt;-- &amp;quot;craft&amp;quot; for any craftworker including laborer and artisan&amp;lt;br /&amp;gt;-- &amp;quot;artist&amp;quot; including musician, actor, dancer, and sculptor and including creator and performer&amp;lt;br /&amp;gt;-- &amp;quot;military&amp;quot; including paramilitary&amp;lt;br /&amp;gt;-- &amp;quot;news&amp;quot; including any consumer of rapidly-developing news&amp;lt;br /&amp;gt;-- &amp;quot;introductory&amp;quot; and &amp;quot;beginner&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;intermediate&amp;quot; and &amp;quot;midlevel&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;advanced&amp;quot; and &amp;quot;advance&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;scholarly&amp;quot; and &amp;quot;scholar&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;popular&amp;quot; generally referring to a writing style&amp;lt;br /&amp;gt;-- &amp;quot;older&amp;quot; including retiree&amp;lt;br /&amp;gt;-- &amp;quot;institution&amp;quot; including from corporation to conspiracy (such as for management advice)&amp;lt;br /&amp;gt;-- &amp;quot;government&amp;quot; including agencies and prospective politicians&amp;lt;br /&amp;gt;-- values using any integer or single-digit decimal in the form of &amp;quot;grade 8&amp;quot; or &amp;quot;grade 6.4&amp;quot; including to refer to a reading comprehension level (this generally will not exceed 12 and might be meaningless above 20 so higher values may be interpreted as the highest meaningful value)&amp;lt;br /&amp;gt;-- &amp;quot;viewers&amp;quot; for when content (such as a movie) is intended almost entirely to be seen rather than read&amp;lt;br /&amp;gt;-- &amp;quot;listeners&amp;quot; for when content (such as music) is intended almost entirely to be heard rather than read but not generally including text-to-speech support&amp;lt;br /&amp;gt;-- &amp;quot;tts&amp;quot;, &amp;quot;text-to-speech&amp;quot;, or &amp;quot;text to speech&amp;quot;, which three have the same meaning and which are for a page that has substantial support for TTS or that will be readily understood through TTS without need for such support (TTS is often aided by, e.g., pre-resolving pronunciation ambiguities in page coding)&amp;lt;br /&amp;gt;-- values using any numbers in the form of &amp;quot;3-6 years old&amp;quot;, whether a range or a single-number value&amp;lt;br /&amp;gt;-- values using any decade in the form of &amp;quot;born in 1970s&amp;quot;&amp;lt;br /&amp;gt;Unrecognized values such as &amp;quot;botanists&amp;quot;, &amp;quot;Texans&amp;quot;, and &amp;quot;writers who use red ink&amp;quot; may be used but at a risk that a search engine or directory editor will either fail to recognize it or will interpret it in unpredictable ways, or will in the future.&amp;lt;br /&amp;gt;Spellings that are erroneous or slightly different from a recognized value may be interpreted by a search engine or directory editor as representing a recognized value.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value of &amp;quot;all&amp;quot; but without overriding another indication arrived at by other means.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| bot-. . .&lt;br /&gt;
| Robot owners, to allow page authors access to robotic capabilities, e.g., to deny them, should prefix &amp;quot;bot-&amp;quot; to the name of their robot, especially for proprietary bots.&amp;lt;br /&amp;gt;Example: If a robot were to be named &amp;quot;dullbucklequiz&amp;quot;, the name in the meta element would be &amp;quot;bot-dullbucklequiz&amp;quot;.&amp;lt;br /&amp;gt;The value &amp;quot;bot-&amp;quot; alone represents all bots so prefixed, like a wildcard.&amp;lt;br /&amp;gt;Arguably, there&#039;s no need for a list here of any specific bots if http://user-agents.org or http://www.botsvsbrowsers.com/ (and perhaps other sites) is reliable.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| citeseerxbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting CiteSeerX only.&lt;br /&gt;
| [http://csxstatic.ist.psu.edu/about/crawler CiteSeerX Crawler documentation]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The claimed spec doesn&#039;t actually specify meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| created&lt;br /&gt;
| The datetime at which the document was created. The value is an ISO8601 date. The date MUST follow the [http://www.w3.org/TR/NOTE-datetime W3C Profile of ISO 8601] with a granularity of &amp;quot;Complete date:&amp;quot; or finer. The [http://www.bbc.co.uk/guidelines/futuremedia/desed/previousversions/searchmetadata_vs_1_0.shtml#metadata BBC] use this name.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| creator&lt;br /&gt;
| The creator is an off-Web or pre-Web creator of a work for which an author authored a Web page, so that the creator and the author may be different people.&amp;lt;br /&amp;gt;Searching for one content creator&#039;s work requires a standard robot-parsable format for the information. A personal name, institutional name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one creator. Multiple creators are to be represented with multiple tags.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a content creator need only enter a name once in one first-last or family-given order (e.g., Pat Thunderbird or Thunderbird, Pat, but not requiring both).&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;creator&#039;_MetaExtension|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msnbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Bing only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| ia_archive&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Internet Archive and Alexa only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage&lt;br /&gt;
| The author may be the best expert on which time frame is most relevant to the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers that may focus on the 1800s but mention 1731 and 1912 perhaps unimportantly.&amp;lt;br /&amp;gt;The value for this keyword is a date or time -- not a range and not vague, for which other keywords are proposed -- in a format in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than  once, all the values so appearing are determinative. Multiple values are to be expressed with separate meta elements lest the note be revised in the future in a way incompatible with comma-separating a list.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| property=&amp;quot;og:*&amp;quot;&lt;br /&gt;
| Metadata used by the Open Graph protocol (used by Facebook). Note: currently these are defined as: &amp;lt;meta property=&amp;quot;og.*&amp;quot; content=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ FAQ About the Open Graph protocol from Facebook.]&lt;br /&gt;
| &lt;br /&gt;
| Doesn&#039;t belong in this registry&lt;br /&gt;
| Not a value to be used in the &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-end&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the end. If this keyword is used without datetime-coverage-start (also proposed), its value is interpreted as ending a range without a start.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the end of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-end=1865, datetime-coverage-start=1914, datetime-coverage-end=1918, and datetime-coverage-start=1862, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-start&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the start. If this keyword is used without datetime-coverage-end (also proposed), its value is interpreted as starting a range without an end.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the start of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-start=1862, datetime-coverage-start=1914, datetime-coverage-end=1865, and datetime-coverage-end=1918, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-vague&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that its value is not necessarily crisp. This keyword should be used only when datetime-coverage, datetime-coverage-start, and datetime-coverage-end are inappropriate, but there&#039;s no ban on using all four. Any text without a comma can be the value (e.g., Pleistocene, 1820s, Tuesdays, or before we were born); multiple values are comma-separated.&amp;lt;br /&amp;gt;If this keyword is used with datetime-coverage, datetime-coverage-start, or datetime-coverage-end, the vague value should be exploited along with the value/s for the other keyword/s.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all are determinative.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| DC.&lt;br /&gt;
| Dublin Core, maintained by Dublin Core MetaData Initiative (DCMI), is an extensive system with some overlap with non-DC names.&amp;lt;br /&amp;gt;This reserves all strings that begin with DC and a dot. &#039;&#039;Not true; DC-HTML doesn&#039;t use hardwired prefixes, but defines the prefixes using link/@rel=&amp;quot;scheme.prefix&amp;quot;&#039;&#039;&lt;br /&gt;
| [http://www.DublinCore.org DCMI]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dir-content-pointer&lt;br /&gt;
| When several pages in a directory include main content, a table of contents, an index, and the like, a search engine may be able to organize results more usefully by identifying which is which with a standard vocabulary, helpful when different publishers use different conventions when displaying or printing content.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma and optionally with a trailing number. Multiple values are to be comma-separated (multiple values are appropriate when one document serves multiple purposes). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values, which are pointer types to which numbers may be suffixed, are limited to &amp;quot;start&amp;quot; meaning &#039;the first page that should be seen by a user&#039; (this may be anywhere in the directory and anywhere within content), &amp;quot;toc&amp;quot; meaning &#039;table of contents&#039;, &amp;quot;intro&amp;quot; including introductions, forewords, prefaces, and tables of figures, &amp;quot;abstract&amp;quot;, &amp;quot;main&amp;quot;, &amp;quot;bibliography&amp;quot; and &amp;quot;biblio&amp;quot;, which have the same meaning, &amp;quot;index&amp;quot; which may mean &#039;sitemap&#039; or not, &amp;quot;afterword&amp;quot; and &amp;quot;update&amp;quot; which have the same meaning and need not actually update, &amp;quot;credit&amp;quot; meaning &#039;credits and acknowledgments&#039;, and &amp;quot;author bio&amp;quot; meaning &#039;author&#039;s biography&#039;, including any information about the author including credentials and contact information. The number suffix may be spaceless or not.&amp;lt;br /&amp;gt;When numbers are suffixed, a search engine or directory should arrange like items in numerical order in the results, with unnumbered items following like items that are numbered, e.g., intro 1, intro 2, main 1, main 2, main, main, and so on.&amp;lt;br /&amp;gt;Each directory and each subdirectory has its own sequence.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|expires&lt;br /&gt;
|&amp;lt;code&amp;gt;meta name=&#039;expires&#039;&amp;lt;/code&amp;gt; defines the expiration date of the page. This can be used for web pages in preparation for an upcoming event, e.g. a registration form for an exposition or competition, or other cases with a pre-set date when the document will no longer be valid, e.g. a product offer in a special sale or a support page for a product known not to be supported anymore from a given time onward.&lt;br /&gt;
&lt;br /&gt;
Search engines should respond to this meta tag in a reasonable way, i.e. by removing the page from their main search results after the expiration date (possibly still returning the result in a special search for expired pages as long as the page exists and is not explicitly excluded via &amp;lt;code&amp;gt;robots.txt&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;meta name=&#039;robots&#039;&amp;lt;/code&amp;gt; etc.) or simply by indicating to the user that this result is out-of-date.&lt;br /&gt;
&lt;br /&gt;
The content attribute should define the expiration date in accordance with http://www.w3.org/TR/NOTE-datetime . The meta tag should not be used for pages without expiration date. However, for historical reasons, search engines should also interpret other date formats where possible and should be prepared to find values such as &amp;quot;&amp;quot;, &amp;quot;0&amp;quot;, &amp;quot;no&amp;quot; and &amp;quot;never&amp;quot;. Such non-date values are to be interpreted as no expiration date.&lt;br /&gt;
&lt;br /&gt;
Correctly formatted example:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&#039;expires&#039; content=&#039;2012-12-31T23:59Z&#039;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tag is not to be confused with and has a different meaning than &amp;lt;code&amp;gt;meta http-equiv=&#039;expires&#039;.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-print&lt;br /&gt;
| This is to allow a user agent to inform an operating system or a printer driver of the preferred print medium, such as the paper size.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated (multiple values might be appropriate because standard paper sizes vary around the world). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values are limited to &amp;quot;letter&amp;quot;, &amp;quot;A4&amp;quot;, &amp;quot;legal&amp;quot;, &amp;quot;A5&amp;quot;, &amp;quot;B5&amp;quot;, &amp;quot;monarch&amp;quot;, &amp;quot;envelope 10&amp;quot; meaning size #10, &amp;quot;envelope 6-3-4&amp;quot; meaning size #6 3/4, values with integers and decimals in the form of &amp;quot;8.5 x 11&amp;quot; or &amp;quot;8.5x11&amp;quot; in which spacing of the &amp;quot;x&amp;quot; does not affect meaning, &amp;quot;paper&amp;quot;, which means &#039;paper of the default color (usually white) and weight (usually 20-lb. stock)&#039;, &amp;quot;white&amp;quot;, &amp;quot;yellow&amp;quot;, &amp;quot;pink&amp;quot;, &amp;quot;blue&amp;quot;, &amp;quot;green&amp;quot;, &amp;quot;violet&amp;quot;, or &amp;quot;multicolor&amp;quot;, which means a medium of the given color or mixed, &amp;quot;letterhead&amp;quot;, &amp;quot;p2 letterhead&amp;quot; meaning &#039;letterhead intended for any page except the first&#039;, &amp;quot;watermark&amp;quot; meaning a &#039;special watermark such as an organization&#039;s own&#039;, and &amp;quot;plain&amp;quot; meaning &#039;not preprinted and not letterhead (it may have a paper manufacturer&#039;s watermark not related to letterhead)&#039;.&amp;lt;br /&amp;gt;Omitting &amp;quot;paper&amp;quot; when another recognized value is given defaults to an implied meaning of &#039;paper&#039; with the other value; e.g., &amp;quot;letter&amp;quot; means &#039;letter paper&#039;; the same principle applies to a medium&#039;s color (the default being white for paper and colorless for transparency) and plainness or lack thereof (the default being plain).&amp;lt;br /&amp;gt;Other values should be proposed before being recognized here. Label sizes should be proposed here for labels that are not on backing sheets that fit one of the recognized values, e.g., labels on narrow rolls. Blueprint paper sizes should be proposed here. Media other than standard paper, such as onion skin, heavier paper, card, and clear or color transparency, should be proposed here.&amp;lt;br /&amp;gt;The user agent may, with the user&#039;s or user sysadmin&#039;s permission (as by a menu-driven default), interpret a value to offer an alternative the user might accept and software and firmware other than the UA may interpret a value to the same end with or without permission, so this keyword is only suggestive; e.g., &amp;quot;letter&amp;quot; may be interpreted as &amp;quot;A4&amp;quot;.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value determined by other than the page, e.g., by the printer driver or the user agent.&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;format-print&#039;_MetaExtension|Talk]]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geographic-coverage&lt;br /&gt;
| The author may be the best expert on the geographic relevance of the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers and epidemiological studies which may mention locales only once.&amp;lt;br /&amp;gt;Absence of the keyword defaults to a value of world (not universe), unless the search engine chooses to interpret the page or larger unit for some other value, probably based on other than just contact information given in the website.&amp;lt;br /&amp;gt;The value for this keyword is a semicolon-separated list of one or more place-values, the order of which do not matter. One place-value will use commas to separate, in order, an optional standard natural language symbol applicable to the place-value (when omitted the language applicable to the page will control), a place-class, one or more place-subclasses if any, and one or more place name parts (where, e.g., in &amp;quot;Cape Town, South Africa&amp;quot;, &amp;quot;Cape Town&amp;quot; is a place name part but &amp;quot;Town&amp;quot; is not). Spaces after semicolons and commas are optional; spaces within place-values are present when required for each place-value (e.g., &amp;quot;Quezon City&amp;quot;, not an invented &amp;quot;QuezonCity&amp;quot;).&amp;lt;br /&amp;gt;To distinguish names that might otherwise be too similar, place-classes, all lower-case and hyphenatably spaceless, include &#039;&#039;outer-space&#039;&#039;, &#039;&#039;region&#039;&#039; (on Earth and crossing or larger than a nation, e.g., southern hemisphere, polar region, temperate zone, or Asia), &#039;&#039;intntl-water&#039;&#039; (an &#039;international water body&#039;), &#039;&#039;intntl-agcy&#039;&#039; (&#039;international agency&#039; or &#039;international collection&#039;, e.g., all U.N. member nations), &#039;&#039;nation&#039;&#039;, &#039;&#039;within-nation&#039;&#039; (limited to only one political level down from nation, e.g., state, province, territory, possession, city not included within other political units of a nation, or any comparable unit), &#039;&#039;city&#039;&#039; (including town, village, hamlet, and any comparable political unit below the level of &#039;&#039;within-nation&#039;&#039;), &#039;&#039;addr&#039;&#039; (including address, full-length street, building, institution, and neighborhood without political boundaries), &#039;&#039;pol-unit&#039;&#039; (&#039;&#039;pol&#039;&#039; abbreviating &#039;political&#039;) (e.g., a place of disputed nationhood), &#039;&#039;hist-pol-unit&#039;&#039; (&#039;&#039;hist&#039;&#039; abbreviating &#039;historical&#039;) (e.g., the Roman Empire), &#039;&#039;feature&#039;&#039; (e.g., river), &#039;&#039;num&#039;&#039; (e.g., latitude and longitude or outer-space equivalent in numbers), and &#039;&#039;ethereal&#039;&#039; (including thealogical/theological, fictional including from modern popular entertainment, and ancient secular mythical, but not including that which is asserted to be a state of mind or existence but not a place, such as nirvana). (Example for one hypothetical page: name=&amp;quot;geographic-coverage&amp;quot; content=&amp;quot;region, sub-Saharan Africa; nation, Panama; city, Panama, Panama; within-nation, Sao Paulo, Brazil; city, Sao Paulo, Sao Paulo, Brazil; within-nation, Mississippi, United States of America; region, Middle East; region, Midwest, United States of America; hist-pol-unit, Northwest Territory, United States of America; feature, river, Indus; outer-space, Indus; ethereal, ultima Thule; ethereal, Heaven; ethereal, Flatland; ethereal, Valhalla; en-US, addr, Hotel Valhalla, Fredrikstad, Norway; es, nation, Espana&amp;quot; (Indus is both a river and a constellation, illustrating the need for place-classes)).&amp;lt;br /&amp;gt;Ambiguity of place-values should be avoided despite convenience in coding because search engines may each interpret them as they see fit, e.g., it would be hard for an engine to distinguish New York from New York.&amp;lt;br /&amp;gt;For consistency of spelling, several authority lists should be settled upon, with legal, well-known, and disputed names and common abbreviations all being acceptable; but I&#039;m not proposing one here now (relying on IANA&#039;s ccTLD list might be too complex to implement and still assure coding consistency, e.g., occasionally ccTLDs can be phased out and off of IANA&#039;s list) (a standard vocabulary possibly usable here is the [http://www.getty.edu/research/conducting_research/vocabularies/tgn/index.html Getty Thesaurus of Geographic Names Online], subject to licensing and charset choice); and promulgating authority lists may best be done publicly by search engine managements, who may disagree with each other.&amp;lt;br /&amp;gt;Allowing Unicode for non-Roman alphabet-using locales is desirable, but at present that may raise technical problems, including computer security issues, that are not yet readily soluble.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| keywords-not&lt;br /&gt;
| A comma-separated list of negative keywords that distinguish a closely-related theme from this page&#039;s true theme, to support Boolean NOT searches often more realistically than visible text can, especially when both themes share the same lexicon.&amp;lt;br /&amp;gt;If keywords is no longer a supported name for a meta element, keywords-not is superfluous; however, debate has been revived on whether keywords should be supported or not; see the keywords entry in this Wiki.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6609 W3C Bug 6609]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| nextgen&lt;br /&gt;
| Used for nextgen gallery plugin in wordpress&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Unrelated spec link&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-datetime&lt;br /&gt;
| Better ranking in search engine results for recency or relevance to an event date would be aided by a standard format robots can parse. Users would save search time by not having to load many pages to find which ones are new or date-relevant.&amp;lt;br /&amp;gt;To supply a consistent and known format, the value for this keyword is a date-time expression formed in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-version&lt;br /&gt;
| Pages may be revised several times daily. While date-time given to a granularity of a fraction of a second would often suffice, when a page has to be approved more than once before posting, any or no such time may be correct (without this keyword, a comment could be necessary but probably not parsable by an engine). In addition, versions regardless of date may show consecutiveness and can replace a date that must be vague. In that case, a version number may be more useful for searches and so a robot-parsable format is needed.&amp;lt;br /&amp;gt;The keyword&#039;s value is stated in ASCII digits, is any nonnegative base-10 rational number expressed as an integer or a decimal, with any number of decimal places allowed, and may be padded with any number of leading zeros to support extraction for ASCII sorting.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&amp;lt;br /&amp;gt;The versions 0 and 0.&#039;&#039;n&#039;&#039;, with &#039;&#039;n&#039;&#039; being to any number of places, signify beta versions, i.e., drafts, in the tradition of beta software, while versions 1 and higher ordinarily signify final-release versions. After a final-release version is released, a draft of a later version is not given a version number of 0 or 0.&#039;&#039;n&#039;&#039;, but is numbered higher than the last final-release version. It is suggested to page authors that draft status, if applicable, be shown in the visibly displayed text of the page, rather than that this meta tag be relied upon as the sole notice of draft status, as it may be inadequate notice if alone.&amp;lt;br /&amp;gt;To assign a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1, the page&#039;s URL, if static, may be used as the relevant premise. Thus, if a page is copied or moved to a new URL, the author may choose to restart page-version numbering from 0.&#039;&#039;n&#039;&#039; or 1. If a page&#039;s URL is dynamic, e.g., if created on the fly from a script, the page author may prefer to use as the relevant premise for assigning a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1 the URL of the script or other technology that generates the dynamic-URL page, placing this meta element containing this attribute within the script or other technology, not within the generating page&#039;s head element (the generating page&#039;s head element may have its own meta element with this attribute describing the generating page). If one page containing the script or other technology that generates another page has more than one means for generating dynamic-URL pages, each means should contain its own meta element with this attribute. Page-version is thus largely independent of the page&#039;s date, although both would likely advance roughly in parallel.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| referrer&lt;br /&gt;
| Developers wish to control the sharing of referrer information with linked resources and followed links at the meta level. It&#039;s sometimes desirable to share referrer information from secure to non-secure resources. The proposal is to add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never|default|always&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where the value of the &#039;&#039;&#039;content&#039;&#039;&#039; attribute is:&lt;br /&gt;
* &#039;&#039;&#039;never&#039;&#039;&#039;: No referrer information is leaked when following a links or requesting resources.&lt;br /&gt;
* &#039;&#039;&#039;default&#039;&#039;&#039;: Include referrer information in non-secure context or for HTTPS resources with the same origin.&lt;br /&gt;
* &#039;&#039;&#039;always&#039;&#039;&#039;: Include referrer information when following all links and requesting any resources.&lt;br /&gt;
&lt;br /&gt;
Since &amp;lt;code&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; is redundant with a proposed &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;, the &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; proposal should be supplanted with this one, which provides more robust control.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| resolutions&lt;br /&gt;
| Authoring web sites to use resolution independent images that display beautifully on high-resolution displays should be made as easy as possible for developers and should not require JavaScript to accomplish.&lt;br /&gt;
&lt;br /&gt;
To accomplish this, I propose a new HTML Meta Tag, &amp;lt;code&amp;gt;resolutions&amp;lt;/code&amp;gt;, that can be used to specify that high-resolution versions of images linked to from the page are available and that the browser should use them in place of the lower-resolution default images if it detects that a user is using a high-resolution screen. The resolutions meta tag lists the device-pixel ratios supported by images in the page. &lt;br /&gt;
&lt;br /&gt;
So, for example…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… means that the developer is telling the browser that she has created 2x resolution images for the images linked to from the current page and named them with a @2x suffix. &lt;br /&gt;
&lt;br /&gt;
To illustrate, if her image tag is as follows…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;img src=&amp;quot;/images/flower.jpg&amp;quot; alt=&amp;quot;A flower&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… then she has two image files under /images: the low-resolution default (flower.jpg), and a higher-resolution (200%) version named flower@2x.jpg. &lt;br /&gt;
&lt;br /&gt;
(This is the same naming convention already used by Apple in its Cocoa Touch framework for automatically loading in higher-resolution versions of images.)&lt;br /&gt;
&lt;br /&gt;
Based on the meta tag, if the browser detects that the user is running at a &amp;lt;code&amp;gt;min-device-pixel-ratio&amp;lt;/code&amp;gt; of 2.0, it will automatically ask for the 2x version of the image (flower@2x.jpg) instead of the default image as specified in the image tag. &lt;br /&gt;
&lt;br /&gt;
Finally, so as not to flood external sites with high-resolution image requests, this functionality would only work for local images specified via relative links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Multiple resolutions&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The resolutions tag can also contain a list of supported device-pixel ratios so as to support even higher-resolution displays when and if they become available in the future. &lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x, 4x, 8x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this case, the developer would provide 2x, 4x, and 8x versions of all images. So, in the running example, she would make flower.jpg, flower@2x.jpg, flower@4x.jpg, and flower@8x.jpg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Advantages&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages of this approach are several:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Makes it very simple for developers to support high-resolution displays like the iPhone 4&#039;s Retina screen&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not require JavaScript&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not change the default way that things work (if the meta tag is not specified, the browser simply behaves as it always has).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| [http://aralbalkan.com/3355 Proposal for native browser support of high-resolution image substitution]&lt;br /&gt;
[http://aralbalkan.com/3331 How to make your web content look stunning on the iPhone 4’s new Retina display]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| rights&lt;br /&gt;
| As a page effectively appears in at least two forms, usually one as interpreted and displayed on a device and the other as source code, arguably intellectual property rights that must be asserted must be asserted in ways understandable in both contexts. For example, &amp;amp;amp;copy; is a raw representation that may legally fail as part of copyright notice to someone seeing source code and not the display, important when someone wants to copy source code for use elsewhere and may rely on a defense of innocent infringement (at least in U.S.). While such assertions can be made in a comment element, it may be helpful to have a tag that search engines can parse and index verbatim.&amp;lt;br /&amp;gt;The value may include standard and nonstandard notices, invocations of licenses such as GFDL and ASCAP, and any other information. Content is defined as free-form, leaving the page author discretion for the entry.&amp;lt;br /&amp;gt;Statements in one tag may discuss several portions of the page differently, e.g., with different licenses.&amp;lt;br /&amp;gt;More than one license may be offered, along with the page&#039;s relationship to all.&amp;lt;br /&amp;gt;Not all statements need be license grants. A statement may state whom to ask for reprint permission or may reserve all rights, for example.&amp;lt;br /&amp;gt;Only one meta tag with this keyword may be present. Page authors must not use more than one. A UA finding multiple such tags on one page must ignore all of them.&amp;lt;br /&amp;gt;The copyright symbol that would be generated by its character entity is not recommended for legal notice in source code when the word &#039;Copyright&#039; may be used instead, because the entity may be read in raw form, but use is up to the page author. The same concept applies to any intellectual property rights symbol for which a suitable alternative is available, such as for trademark or service mark.&amp;lt;br /&amp;gt;ASCII text would not suffice when a name or notice legally may have to be in a non-Roman alphabet, but no alternative may yet exist in HTML5.&amp;lt;br /&amp;gt;Search engine storage may impose a length limit, but, because of legal consequences, if the value&#039;s length exceeds a given limit the search index should retain or interpret none of it but only refer to it.&amp;lt;br /&amp;gt;The content string may only be copied verbatim in its full length, referred to, or ignored. It may not be, for example, paraphrased, truncated, interpreted, or classified except in addition to being copied verbatim in its full length.&amp;lt;br /&amp;gt;Ignoring shall not void, nullify, or alter any rights stated in such tag.&amp;lt;br /&amp;gt;For the synonymy, &#039;&#039;IP&#039;&#039;, &#039;&#039;IP-rights&#039;&#039;, and &#039;&#039;IP-right&#039;&#039; are not reserved; while the abbreviation &#039;&#039;IP&#039;&#039; &#039;intellectual property&#039; is common among attorneys in the U.S., page authors will more likely be computerate, and the abbreviation may be wanted for &#039;Internet Protocol&#039;.&lt;br /&gt;
| [[Talk:MetaExtensions#rights:_why_reversion|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| subj-. . .&lt;br /&gt;
| To classify by subject a page&#039;s content, a standard subject taxonomy that will be recognized by a search engine or directory will help. Because many such high-quality taxonomies exist, only a prefix is proposed. Over time, particular taxonomies, in print or online, may be recognized here and keywords assigned for each.&amp;lt;br /&amp;gt;The keyword will be constructed case-insensitively with subkeywords in the form subj-[nationAbbrev]-[taxonomy]-[edition][-optionalSubedition], e.g., subj-US-MeSH-2009online (perhaps). After &amp;quot;subj-&amp;quot;, the second subkeyword will identify the nation where the taxonomy is published or offered as an aid in identifying the taxonomy and does not limit the subject coverage; e.g., a taxonomy published in Japan may be ideal for classifying Canadian botany or Peruvian economy.&amp;lt;br /&amp;gt;As subject values may vary between editions of one taxonomy, an edition and optionally a subedition is to be identified in the third and optionally the fourth subkeywords. The subedition, if any, is any update or revision occurring between editions, such that a value drawn from that edition and subedition is stable. The means of identifying edition and subedition should be included in the registration of a keyword.&amp;lt;br /&amp;gt;Examples of taxonomies from the U.S. include MeSH (medical) and the Library of Congress Subject Headings.&amp;lt;br /&amp;gt;The value identifying a subject for a Web page will be drawn from the cited taxonomy&#039;s edition and subedition.&amp;lt;br /&amp;gt;If the value should have a style to prevent ambiguity in interpretation, that style is to be registered here for that keyword. Multiple values are expressed with multiple meta elements, one value for each, since comma-separation is probably not compatible with all taxonomies.&amp;lt;br /&amp;gt;If a value requires case-sensitivity to prevent confusion, the entry here registering the keyword must accommodate that need with the needs of HTML 5 with an appropriate rule. To that end, a proposal to allow case-sensitivity in meta tags under some circumstances has been offered in the W3C bug reporting system.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6854 W3C Bug 6854]&lt;br /&gt;
| subject-. . .&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MSSmartTagsPreventParsing&lt;br /&gt;
| Microsoft introduced into Internet Explorer 6 Beta a feature that some website designers wished to preclude from applying in order to prevent public misunderstanding of their websites. The feature allowed a browser to add information but at a risk that users wouldn&#039;t know that it wasn&#039;t supplied by the website. This keyword was provided by Microsoft for those of us who wanted it.&amp;lt;br /&amp;gt;Its value was &amp;quot;TRUE&amp;quot;. Microsoft spelled the keyword with some capitals and the value in all capitals but whether capitalization was required for either is unknown; some opinions vary. Since it need be understood by only one browser, and that one a beta version, full standards compliance should not be assumed, and original case may be required. (This tag is used by Google: &amp;quot;&amp;lt;meta content=&#039;true&#039; name=&#039;MSSmartTagsPreventParsing&#039;/&amp;gt;&amp;quot; appeared (with internal quote marks as singles) in the source code for &amp;lt;http://googleblog.blogspot.com/2009/04/listening-to-google-health-users.html&amp;gt;, as accessed 4-27-09.)&amp;lt;br /&amp;gt;Microsoft has apparently removed this instruction from its website on the ground that the beta version is no longer available and is not supported, but that doesn&#039;t assure that some users aren&#039;t still using the beta browser, perhaps inadvertently. Therefore, designers may wish to continue using the keyword and value and they are preserved here.&lt;br /&gt;
| e.g., [http://www.theregister.co.uk/2001/06/25/web_sites_banish_those_winxp/ The Register (U.K.)], [http://cc.uoregon.edu/cnews/summer2001/summer2001.pdf Univ. Oregon (U.S.) (PDF p. 18)], &amp;amp; [http://trillian.mit.edu/~jc/demo/SmartTagsOff.html John Chambers (U.S.) (job résumé near root)], all as accessed 4-19-09&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks spec, potentially never minted by MS as a meta name (as opposed to a http-equiv value), even if minted by Microsoft, abandoned before shipping in any final release of IE&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Failed Proposals ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to more details&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| cache&lt;br /&gt;
| This doesn&#039;t actually work; use HTTP headers instead.&amp;lt;br /&amp;gt;Value must be &amp;quot;public&amp;quot;, &amp;quot;private&amp;quot;, or &amp;quot;no-cache&amp;quot;. Intended as a simple way to tell user agents whether to store a copy of the document or not. An alternate for HTTP/1.1&#039;s cache-control; for publishers without access to modifying cache-control.&lt;br /&gt;
| none&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| no-email-collection&lt;br /&gt;
| HTML5 prohibits URL-valued meta names. They should be rel keywords instead.&amp;lt;br /&amp;gt;Intended to reference legal policy of web site indicating that harvesting of e-mail addresses on the site is not permitted and in violation of applicable laws such as the CAN-SPAM Act of 2003.&lt;br /&gt;
| [https://www.ProjectHoneyPot.org/how_to_avoid_spambots_5.php Project Honey Pot]&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Process ==&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;Status&amp;quot; section to be changed to &amp;quot;Ratified&amp;quot;, the proposed keyword must be defined by a W3C specification in the Candidate Recommendation or Recommendation state. If it fails to go through this process, it is &amp;quot;Unendorsed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For more details, see [http://whatwg.org/specs/web-apps/current-work/#concept-meta-extensions the HTML5 specification].&lt;br /&gt;
&lt;br /&gt;
[[Category:Registries]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=7843</id>
		<title>MetaExtensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=7843"/>
		<updated>2011-12-19T08:19:56Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Move citeseerxbot to incomplete proposals&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;To create an account, please ask someone in the #whatwg [[IRC]] channel on Freenode, or e-mail ian@hixie.ch. We had to disable open signups because the level of spam became intolerable.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page lists the allowed extension values for the name=&amp;quot;&amp;quot; attribute of the &amp;amp;lt;meta&amp;gt; element in HTML5. You may add your own values to this list, which makes them legal HTML5 metadata names. We ask that you try to avoid redundancy; if someone has already defined a name that does roughly what you want, please reuse it. Also, please be sure to include &#039;&#039;all&#039;&#039; the items [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names required by the spec] &#039;&#039;including a link to a specification&#039;&#039; that specifies the keyword &#039;&#039;as an HTML meta keyword&#039;&#039;. Note that URL-valued properties must not be registered as meta names but should be registered as [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions rel keywords] instead. Also note that changes to this registry may not be reflected in validators in real time.&lt;br /&gt;
&lt;br /&gt;
== Registered Extensions ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| alexaverifyid&lt;br /&gt;
| Used to verify ownership of Alexa Search&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-capable&lt;br /&gt;
| Sets whether a web application runs in full-screen mode.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| Could maybe be assumed when &amp;lt;code&amp;gt;application-name&amp;lt;/code&amp;gt; is set?&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-status-bar-style&lt;br /&gt;
| Sets the style of the status bar for a web application.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| baiduspider&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Baidu only.&lt;br /&gt;
| [http://www.baidu.com/search/robots_english.html Baidu documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-param&lt;br /&gt;
| Cross-site request forgery protection parameter for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-token&lt;br /&gt;
| Cross-site request forgery protection token for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dc.date.issued&lt;br /&gt;
| Date of publication for Google News. The format of the content is YYYY-MM-DD or YYYY-MM-DDThh:mm:ssTZD.&lt;br /&gt;
| [http://www.google.com/support/news_pub/bin/answer.py?answer=93994 Google News documentation]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dcterms.issued&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.abstract&lt;br /&gt;
| A summary of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-abstract DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accessRights&lt;br /&gt;
| Information about who can access the resource or an indication of its security status.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accessRights DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualMethod&lt;br /&gt;
| The method by which items are added to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualMethod DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualPeriodicity&lt;br /&gt;
| The frequency with which items are added to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualPeriodicity DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualPolicy&lt;br /&gt;
| The policy governing the addition of items to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualPolicy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.alternative&lt;br /&gt;
| An alternative name for the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-alternative DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.audience&lt;br /&gt;
| A class of entity for whom the resource is intended or useful.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-audience DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.available&lt;br /&gt;
| Date (often a range) that the resource became or will become available.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-available DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.bibliographicCitation&lt;br /&gt;
| A bibliographic reference for the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-bibliographicCitation DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;cite&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.conformsTo&lt;br /&gt;
| An established standard to which the described resource conforms.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-conformsTo DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.contributor&lt;br /&gt;
| An entity responsible for making contributions to the content of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-contributor DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.coverage&lt;br /&gt;
| The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-coverage DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.created&lt;br /&gt;
| Date of creation of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-created DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.creator&lt;br /&gt;
| An entity primarily responsible for making the resource. Examples of&lt;br /&gt;
a Creator include a person, an organization, or a service.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-creator DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| In some cases redundant with the HTML built-in keyword &lt;br /&gt;
| &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt; Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.date&lt;br /&gt;
| A point or period of time associated with an event in the lifecycle of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-date DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateAccepted&lt;br /&gt;
| Date of acceptance of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateAccepted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateCopyrighted&lt;br /&gt;
| Date of copyright.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateCopyrighted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateSubmitted&lt;br /&gt;
| Date of submission of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateSubmitted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.description&lt;br /&gt;
| An account of the resource. Description may include but is not&lt;br /&gt;
limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-description DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt; &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.educationLevel&lt;br /&gt;
| A class of entity, defined in terms of progression through an educational or training context, for which the described resource is intended.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-educationLevel DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.extent&lt;br /&gt;
| The size or duration of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-extent DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.format&lt;br /&gt;
| The file format, physical medium, or dimensions of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-format DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasFormat&lt;br /&gt;
| A related resource that is substantially the same as the pre-existing described resource, but in another format.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasFormat DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasPart&lt;br /&gt;
| A related resource that is included either physically or logically in the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasPart DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
 &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasVersion&lt;br /&gt;
| A related resource that is a version, edition, or adaptation of the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasVersion DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.identifier&lt;br /&gt;
| An unambiguous reference to the resource within a given context.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-identifier DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.instructionalMethod&lt;br /&gt;
| A process used to engender knowledge, attitudes and skills, that the described resource is designed to support.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-instructionalMethod DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isFormatOf&lt;br /&gt;
| A related resource that is substantially the same as the described resource, but in another format.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isFormatOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isPartOf&lt;br /&gt;
| A related resource in which the described resource is physically or logically included.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isPartOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isReferencedBy&lt;br /&gt;
| A related resource that references, cites, or otherwise points to the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isReferencedBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isReplacedBy&lt;br /&gt;
| A related resource that supplants, displaces, or supersedes the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isReplacedBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isRequiredBy&lt;br /&gt;
| A related resource that requires the described resource to support its function, delivery, or coherence.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isRequiredBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.issued&lt;br /&gt;
| Date of formal issuance (e.g., publication) of the resource. (DC&lt;br /&gt;
doesn&#039;t spec a date format but the established practice is&lt;br /&gt;
YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-issued DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isVersionOf&lt;br /&gt;
| A related resource of which the described resource is a version, edition, or adaptation.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isVersionOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a&lt;br /&gt;
controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the&lt;br /&gt;
&amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dc.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a&lt;br /&gt;
controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the&lt;br /&gt;
&amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dc.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
&amp;lt;code&amp;gt;dc.language&amp;lt;/code&amp;gt; is preferred by several web validators over &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.license&lt;br /&gt;
| A legal document giving official permission to do something with the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-license DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;license&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.mediator&lt;br /&gt;
| An entity that mediates access to the resource and for whom the resource is intended or useful.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-mediator DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.medium&lt;br /&gt;
| The material or physical carrier of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-medium DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.modified&lt;br /&gt;
| Date on which the resource was changed. (DC doesn&#039;t spec a date&lt;br /&gt;
format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-modified DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.provenance&lt;br /&gt;
| A statement for any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-provenance DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.publisher&lt;br /&gt;
| An entity responsible for making the resource available.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-publisher DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.references&lt;br /&gt;
| A related resource that is referenced, cited, or otherwise pointed to by the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-references DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.relation&lt;br /&gt;
| A related resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-relation DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.replaces&lt;br /&gt;
| A related resource that is supplanted, displaced, or superseded by the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-replaces DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.requires&lt;br /&gt;
| A related resource that is required by the described resource to support its function, delivery, or coherence.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-requires DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.rights&lt;br /&gt;
| Information about rights held in and over the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-rights DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.rightsHolder&lt;br /&gt;
| A person or organization owning or managing rights over the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-rightsHolder DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.source&lt;br /&gt;
| A related resource from which the described resource is derived.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-source DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.spatial&lt;br /&gt;
| Spatial characteristics of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-spatial DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.subject&lt;br /&gt;
| The topic of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-subject DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;keywords&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.tableOfContents&lt;br /&gt;
| A list of subunits of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-tableOfContents DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.temporal&lt;br /&gt;
| Temporal characteristics of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-temporal DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| A name given to the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-title DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.type&lt;br /&gt;
| The nature or genre of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-type DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.valid&lt;br /&gt;
| Date (often a range) of validity of a resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-valid DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| designer&lt;br /&gt;
| Credits the designer(s) responsible for the visual presentation of a website.&lt;br /&gt;
| [https://sites.google.com/site/metadesignerspec/ Documenation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| EssayDirectory&lt;br /&gt;
| Defines a custom description of websites listed in EssayDirectory.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;EssayDirectory&amp;quot; content=&amp;quot;Helping students find legitimate essay services.&amp;quot;&amp;gt;&lt;br /&gt;
| [http://essaydirectory.com/privacy-terms/#EssayDirectory_MetaExtension Documenation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| publisher&lt;br /&gt;
| Searching for one content publisher&#039;s or page publisher&#039;s work requires a standard robot-parsable format for the information. This often differs from creator or author when the publisher is an institution. An institutional name, personal name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one publisher. Multiple publishers are to be represented with multiple tags, although multiple publishers are less common than multiple authors or creators; multiplicity is more likely for a legal name and a well-known name.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a publisher need only enter a name once in one order.&lt;br /&gt;
| defacto standard, used in nearly every website, e.g. [http://www.gaijin.at/olsmgen.php][http://developers.evrsoft.com/metagen.shtml][http://www.html-seminar.de/metatags.htm]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| review_date&lt;br /&gt;
| The date a resource is scheduled for review by content creator in order to determine if it should be archived, updated or retained as is.&lt;br /&gt;
| [http://www.hc-sc.gc.ca/home-accueil/alt_formats/pacrb-dgapcr/pdf/Metadata_Application_Profile_2009.pdf Health Canada Web Metadata Application Profile March 2009 ]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| es.title&lt;br /&gt;
| Object Title, where this is not the TITLE or H1 tag content, but the resource title&lt;br /&gt;
| [http://www.eibs.co.uk/reference/ EIBS EasySite CMS - Content Attributes Reference]&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-detection&lt;br /&gt;
| Enables or disables automatic detection of possible phone numbers in a webpage in Safari on iOS.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.country&lt;br /&gt;
| Case-insensitive ISO 3166-1 alpha-2 code of a country to which the page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.country&amp;quot; content=&amp;quot;de&amp;quot;&amp;gt;&lt;br /&gt;
| [http://www.syndic8.com/help_metadata.php All About Feed Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.placename&lt;br /&gt;
| Defines name of geographic place to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.placename&amp;quot; content=&amp;quot;Auwaldstraße 11, 79110 Freiburg im Breisgau, Deutschland&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.position&lt;br /&gt;
| Defines geographic position to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.position&amp;quot; content=&amp;quot;48.02682000000001;7.809769999999958&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| icbm (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.region&lt;br /&gt;
| Defines name of geographic region to which page is related to. Content is specified by ISO-3166.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.region&amp;quot; content=&amp;quot;DE-BW&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&amp;lt;br&amp;gt;[http://en.wikipedia.org/wiki/ISO_3166 ISO-3166]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| google-site-verification&lt;br /&gt;
| Used to verify ownership for Webmaster Tools.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=79812 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| googlebot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Googlebot only.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=93710 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| revisit-after&lt;br /&gt;
| revisit-after is used to tell search engines how often to recrawl the page. To our knowledge only one search engine has ever supported it, and that search engine was never widely used — at this point, it is nothing more than a good luck charm.&lt;br /&gt;
| [http://code.google.com/webstats/2005-12/metadata.html Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| icbm&lt;br /&gt;
| Defines geographic position to which page is related to. The acronym stands for ICBM Intercontinental Ballistic Missile - an old, humorous allusion to the possible use of such coordinates.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;ICBM&amp;quot; content=&amp;quot;47.0667, 15.4500&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://geourl.org/add.html GeoURL documentation]&lt;br /&gt;
| geo.position (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| HandheldFriendly&lt;br /&gt;
| Denotes handheld-friendly content&lt;br /&gt;
| [http://learnthemobileweb.com/tag/handheldfriendly/]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MobileOptimized&lt;br /&gt;
| Denotes content optimized for mobile browsers&lt;br /&gt;
| [http://learnthemobileweb.com/tag/mobileoptimized/]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| itemsPerPage&lt;br /&gt;
| Used to identify the number of search results returned per page.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-task&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
Jump List items act as entry points into the website even when the browser is not running. A Jump List can contain commonly used destinations and tasks. Some items apply to the whole site, and some apply only to specific users. &lt;br /&gt;
For example, to add a single task called &amp;quot;Check Order Status&amp;quot; specify a meta element in the head of your webpage, as follows:&lt;br /&gt;
 &amp;lt;META name=&amp;quot;msapplication-task&amp;quot; content=&amp;quot;name=Check Order Status;&lt;br /&gt;
      action-uri=./orderStatus.aspx?src=IE9;&lt;br /&gt;
      icon-uri=./favicon.ico&amp;quot;  /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491725(v=vs.85).aspx Tasks in Jump List]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-starturl&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-starturl&amp;quot; metadata contains the root URL of the application. The start URL can be fully qualified, or relative to the current document. Only HTTP and HTTPS protocols are allowed. If this element is missing, the address of the current page is used instead.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-starturl&amp;quot; content=&amp;quot;./&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-tooltip&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-tooltip&amp;quot; metadata provides additional tooltip text that appears when you hover over the Pinned Site shortcut in the Windows Start menu or on the desktop.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-tooltip&amp;quot; content=&amp;quot;Channel 9 Podcasts&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-navbutton-color&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-navbutton-color&amp;quot; metadata define the custom color of the Back and Forward buttons in the Pinned Site browser window. Any named color, or hex color value is valid.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-navbutton-color&amp;quot; content=&amp;quot;#FF3300&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msvalidate.01&lt;br /&gt;
| One of the verification elements used by Bing.&lt;br /&gt;
| [http://onlinehelp.microsoft.com/en-us/bing/hh204490.aspx Bing Webmaster Tools]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| norton-safeweb-site-verification&lt;br /&gt;
| Used to verify ownership of Website for Norton SafeWeb.&lt;br /&gt;
| http://safeweb.norton.com/help/site_owners#verification_tips Norton SafeWeb Help Documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rating &lt;br /&gt;
| The Restricted to Adults label (RTA) provides a way for adult oriented websites to indicate that their content is off limits to children. RTA was introduced in 2006 and is currently used by a large number of adult web content providers. RTA is recognized by all major parental control filters.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;RATING&amp;quot; content=&amp;quot;RTA-5042-1996-1400-1577-RTA&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://www.rtalabel.org/index.php?content=howto RTA documentation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rights-standard&lt;br /&gt;
| The purpose is to enable search engines and other cataloging services to compile the types of rights allocated to the work. (Does any search engine actually implement this? [[User:Hsivonen|hsivonen]] 07:34, 14 July 2011 (UTC))&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This keyword does not provide, remove or alter any legal protections or designations.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Format: &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;rights-standard&amp;quot; content=&amp;quot;element id;rights&amp;quot; /&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* element id - the HTML Element ID of the item these rights apply to&lt;br /&gt;
* rights - what rights are assigned to the item&lt;br /&gt;
** &amp;quot;pd&amp;quot; - Public domain&lt;br /&gt;
** &amp;quot;cc by-sa&amp;quot; - Creative Commons Attribution&lt;br /&gt;
** &amp;quot;cc by-nd&amp;quot; - Creative Commons  NoDerivs &lt;br /&gt;
** &amp;quot;cc by-nc&amp;quot; - Creative Commons Attribution-NonCommercial&lt;br /&gt;
** &amp;quot;cc by-nc-sa&amp;quot; - Creative Commons Attribution-NonCommercial-ShareAlike&lt;br /&gt;
** &amp;quot;cc by-nc-nd&amp;quot; - Creative Commons Attribution-NonCommercial-NoDerivs&lt;br /&gt;
&lt;br /&gt;
| [http://sites.google.com/site/metarightsstandard/ Spec]&lt;br /&gt;
|Redundant with [http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#licensing-works Microdata vocabulary for licensing works].&lt;br /&gt;
|Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| robots&lt;br /&gt;
| A comma-separated list of operators explaining how search engine crawlers should treat the content. Possible values are &amp;quot;noarchive&amp;quot; to prevent cached versions, &amp;quot;noindex&amp;quot; to prevent indexing, and &amp;quot;nofollow&amp;quot; works as the link rel value with the same name. This meta name is already supported by every popular search engine.&amp;lt;br /&amp;gt;The content value &amp;quot;NOODP&amp;quot; has been offered elsewhere, so I&#039;m proposing it here. It blocks robots from using [http://www.dmoz.org Open Directory Project] descriptions of a website instead of Web pages&#039; own meta descriptions. It may have been introduced by Microsoft.&amp;lt;br /&amp;gt;The content value &amp;quot;NOYDIR&amp;quot; has been offered by Yahoo, so I&#039;m proposing it here. It blocks Yahoo&#039;s robot from using the Yahoo directory&#039;s descriptions of a website instead of Web pages&#039; own meta descriptions. Whether any other robot supports this is unknown but possibly no other search engine uses Yahoo&#039;s directory anyway.&lt;br /&gt;
| [http://www.robotstxt.org/wc/exclusion.html#meta Robots exclusion protocol], NOODP value: [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=35264 Google], [http://help.yahoo.com/l/us/yahoo/search/indexing/indexing-11.html Yahoo], NOYDIR value: [http://ysearchblog.com/2007/02/28/yahoo-search-support-for-noydir-meta-tags-and-weather-update/ Yahoo], as accessed 4-28-09&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| slurp&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Yahoo! only.&lt;br /&gt;
| [http://help.yahoo.com/l/au/yahoo7/search/indexing/indexing-11.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| startIndex&lt;br /&gt;
| Used to identify the index of the first search result in the current set of search results.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| teoma&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Teoma and Ask.com only.&lt;br /&gt;
| [http://about.ask.com/en/docs/about/webmasters.shtml Ask.com documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| totalResults&lt;br /&gt;
| Used to identify the number of search results available for the current search.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| verify-v1&lt;br /&gt;
| Legacy verification for Google Sitemaps.&lt;br /&gt;
| [http://sitemaps.blogspot.com/2006/05/more-about-meta-tag-verification.html Inside Google Sitemaps: More about meta tag verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| &amp;lt;span id=&amp;quot;viewport&amp;quot;&amp;gt;viewport&amp;lt;/span&amp;gt;&lt;br /&gt;
| Provides a way for documents to specify (using markup rather than CSS) the size, zoom factor, and orientation of the viewport that is used as the base for the document&#039;s [http://www.w3.org/TR/CSS21/visudet.html#containing-block-details initial containing block]. The following properties can be used in the value of the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute:&lt;br /&gt;
* width&lt;br /&gt;
* height&lt;br /&gt;
* initial-scale&lt;br /&gt;
* minimum-scale&lt;br /&gt;
* maximum-scale&lt;br /&gt;
* user-scalable&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;initial-scale=1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=480, initial-scale=2.0, user-scalable=1&amp;quot;&amp;gt;&lt;br /&gt;
For more details, see the [http://dev.w3.org/csswg/css-device-adapt/#viewport-meta-element Viewport META element] section of the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification.&lt;br /&gt;
| For &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; elements that have a &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute whose value is &amp;lt;code&amp;gt;viewport&amp;lt;/code&amp;gt;, the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification defines the recognized properties for the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute&amp;gt;, as well as an algorithm for parsing the value of that attribute.&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_n&lt;br /&gt;
| &#039;&#039;&#039;Name of the Content Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_n&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_s&lt;br /&gt;
| &#039;&#039;&#039;Name of Content Sub-Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_s&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ac&lt;br /&gt;
| &#039;&#039;&#039;Advertising Click parameter&#039;&#039;&#039;&lt;br /&gt;
When a visitor to your site clicks on an ad, that action is referred to as an Ad Click. The following META tag tracks advertising clicks:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ac&amp;quot; CONTENT=&amp;quot;name&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the advertisement clicked to reach a particular web page. The Ad Click must contain an external redirect back to the client. The redirect needs to include the necessary code to generate a hit to the SDC server. You can designate multiple Advertising Clicks using semicolons.&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file111.html?WT.ac=CONTENT111&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file222.html?WT.ac=CONTENT222&amp;quot;&amp;gt;&lt;br /&gt;
The name of the advertisement clicked to reach a particular web page. To capture this information with DCS, the Advertising Click must contain an external redirect back to the client. The redirect needs to &lt;br /&gt;
&lt;br /&gt;
include the necessary code to generate a hit to the DCS. The maximum length for each name is 64 bytes.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ad&lt;br /&gt;
| &#039;&#039;&#039;Advertising View parameter&#039;&#039;&#039;&lt;br /&gt;
Visitors often view advertisements that they do not necessarily click on. You can use On-Site Advertising to determine the number of visitors to your web site who view particular ads. With this feature you can produce advertising reports for each of your clients.&lt;br /&gt;
If you are selling advertising space on your web site, for example, you can collect traffic statistics to help determine pricing schedules.&lt;br /&gt;
The following META tag tracks advertising views:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.ad&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.mc_id&lt;br /&gt;
| &#039;&#039;&#039;Identifies the ID of the marketing campaign&#039;&#039;&#039;&lt;br /&gt;
To attract new students, a university launches a marketing campaign by sending recruitment email to all graduating high school seniors in a metropolitan area. The email links to a special landing page in the university’s web site, containing the following META tag to track marketing campaigns.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.mc_id&amp;quot; CONTENT=&amp;quot;1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
You may use this parameter on the URL.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;link?WT.mc_id=1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
The Campaign ID 1X2GG34 represents recruits to be contacted by email&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.sv&lt;br /&gt;
| &#039;&#039;&#039;Tracking Servers parameter&#039;&#039;&#039;&lt;br /&gt;
If your site is hosted on multiple servers, a server cluster, or a server farm, and you want to evaluate the performance of your load balancer, Webtrends can track page views for each server. To do so, populate the following META tag on all pages on each server:&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;My Server&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the machine that serves the web page. If you have two servers (Server1 and Server2), you would make two copies of the META tag and designate CONTENT=“Server1” for deployment to pages on the first server and CONTENT=“Server2” for deployment to the same pages on the second server.&lt;br /&gt;
For a server farm, you can extract the value of the built-in server name and dynamically assign it to the&lt;br /&gt;
META tag using server-side scripting.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server1&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server2&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [https://tagbuilder.webtrends.com/Help/Miscellaneous/AdSearch.aspx?keepThis=true&amp;amp;TB_iframe=true&amp;amp;height=450&amp;amp;width=650 About WT.ad].&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ti&lt;br /&gt;
| &#039;&#039;&#039;Tracking Page Titles&#039;&#039;&#039;&lt;br /&gt;
You may want to modify a page title before sending it to Webtrends in the following cases:&lt;br /&gt;
* You are dealing with dynamic content pages identified by URL parameters, and the page title represents the title of the base URL page rather than the dynamic content page.&lt;br /&gt;
Unless you modify the page titles, all pages have the same title in the reports.&lt;br /&gt;
* All pages have been assigned the same title, for reasons of style or company policy.&lt;br /&gt;
Even though URLs are displayed in addition to page title, the entire URL cannot be depended upon to distinguish one page from another.&lt;br /&gt;
Use server-side scripts to change the title to something that reflects the content of the pages so that you can identify them in reports. Next, pass the customized page titles to Webtrends, using the following META tag:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ti&amp;quot; CONTENT=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the title for this page.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| y_key&lt;br /&gt;
| Used to verify ownership for Yahoo! Site Explorer&lt;br /&gt;
| [http://help.yahoo.com/l/us/yahoo/search/siteexplorer/siteexplorer-06.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| yandex-verification&lt;br /&gt;
| Used to verify ownership for Yandex Webmaster.&lt;br /&gt;
| [http://help.yandex.ru/webmaster/?id=995300#995356 Yandex Webmaster ownership verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.instruction&lt;br /&gt;
| Globrix property information: Property to Buy or Rent&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.price&lt;br /&gt;
| Globrix property information: Price for the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.postcode&lt;br /&gt;
| Globrix property information: Postcode of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bedrooms&lt;br /&gt;
| Globrix property information: Number of bedrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bathrooms&lt;br /&gt;
| Globrix property information: Number of bathrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.type&lt;br /&gt;
| Globrix property information: Type of property e.g. &#039;semi-detatched house&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.condition&lt;br /&gt;
| Globrix property information: Condition of the property e.g. &#039;renovated&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.features&lt;br /&gt;
| Globrix property information: Features of the property e.g. &#039;double glazing&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.outsidespace&lt;br /&gt;
| Globrix property information: External features of the property e.g. &#039;garden&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.parking&lt;br /&gt;
| Globrix property information: Parking available for property e.g. &#039;parking for 2 cars&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.period&lt;br /&gt;
| Globrix property information: Period of the property e.g. &#039;victorian terrace&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.poa&lt;br /&gt;
| Globrix property information: If the property price is only available on application&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.tenure&lt;br /&gt;
| Globrix property information: The tenure of the property e.g. &#039;leasehold&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.underoffer&lt;br /&gt;
| Globrix property information: Indicates if the property is under offer&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.priceproximity&lt;br /&gt;
| Globrix property information: The region of the attached price e.g. &#039;guide price of&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.latitude&lt;br /&gt;
| Globrix property information: The latitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.longitude&lt;br /&gt;
| Globrix property information: The longitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| wot-verification&lt;br /&gt;
| Used to verify ownership of WOT (Web Of Trust)&lt;br /&gt;
| [http://www.mywot.com/ WOT site]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| blogcatalog&lt;br /&gt;
| Used to verify ownership of Blog Catalog.com&lt;br /&gt;
| [http://www.blogcatalog.com/ Blog catalog site]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| nibbler-site-verification&lt;br /&gt;
| Used to verify ownership of Nibbler site&lt;br /&gt;
| [http://nibbler.silktide.com/ Nibbler site]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:title&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:type&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:url&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:image&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:site_name&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| fb:admins&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:description&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| fb:page_id&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| gm-gpx-v&lt;br /&gt;
| Wordpress Plugin Google Maps GPX Viewer&lt;br /&gt;
| [http://wordpress.org/extend/plugins/google-maps-gpx-viewer/ Google Maps GPX Viewer]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| meta_date&lt;br /&gt;
| The date used to indicate that the Metadata has been prepared and/or reviewed and approved by the Metadata Unit. Its purpose is administrative. (Used by &amp;quot;Autonomy&amp;quot;.)&lt;br /&gt;
| [http://www.hc-sc.gc.ca/home-accueil/alt_formats/pacrb-dgapcr/pdf/Metadata_Application_Profile_2009.pdf Health Canada Web Metadata Application Profile March 2009 ]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposals that don&#039;t meet the [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names requirements] for a registration ==&lt;br /&gt;
&lt;br /&gt;
Note that these proposals can be moved back to the registry table if the problems listed in the rightmost column of this table are addressed.&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
! Registration requirement failure&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| audience&lt;br /&gt;
| To aid search engines in classifying and to aid directory compilers, an audience most appropriate for the page may be suggested. Subject matter may not be a good clue; for example, an analysis of children&#039;s literature may be directed to teachers.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated. Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values:&amp;lt;br /&amp;gt;-- &amp;quot;all&amp;quot; and &amp;quot;everyone&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;adult&amp;quot; and &amp;quot;mature&amp;quot; have the same meaning and are for content that only adults may access, but no one responsible for preventing a nonadult or the immature from accessing the page or its content should rely on either or both of these values to do so without other means (not the same as &amp;quot;grownup&amp;quot;, which see)&amp;lt;br /&amp;gt;-- &amp;quot;child&amp;quot; and &amp;quot;juvenile&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;teen&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;grownup&amp;quot; is not identical to &amp;quot;adult&amp;quot; or &amp;quot;mature&amp;quot; in not implying a precise boundary but is approximately any person who may be able to understand and apply the content (e.g., car driving instruction that may be read by a minor not yet old enough to drive a car but who would likely benefit from somewhat early exposure to the instruction)&amp;lt;br /&amp;gt;-- &amp;quot;parent&amp;quot; to include guardian and temporary caregiver&amp;lt;br /&amp;gt;-- &amp;quot;teacher&amp;quot; to include professor and ad hoc instructor&amp;lt;br /&amp;gt;-- &amp;quot;elementary school student&amp;quot; to include any student below high school&amp;lt;br /&amp;gt;-- &amp;quot;high school student&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;elhi&amp;quot; to include any student in elementary school through high school&amp;lt;br /&amp;gt;-- &amp;quot;college student&amp;quot; including graduate and professional school&amp;lt;br /&amp;gt;-- &amp;quot;business&amp;quot; including management, finance, and prospective customers (this includes e-commerce and investor sites)&amp;lt;br /&amp;gt;-- &amp;quot;health&amp;quot; including any health care provider including alternative and ad hoc&amp;lt;br /&amp;gt;-- &amp;quot;patient&amp;quot; for any health care recipient&amp;lt;br /&amp;gt;-- &amp;quot;lawyer&amp;quot; including judge, paralegal, and jailhouse lawyer&amp;lt;br /&amp;gt;-- &amp;quot;law client&amp;quot; for any prospective recipient of a lawyer&#039;s service (not usually a social work client) with &#039;&#039;lawyer&#039;&#039; including paralegal and jailhouse lawyer but not necessarily judge&amp;lt;br /&amp;gt;-- &amp;quot;craft&amp;quot; for any craftworker including laborer and artisan&amp;lt;br /&amp;gt;-- &amp;quot;artist&amp;quot; including musician, actor, dancer, and sculptor and including creator and performer&amp;lt;br /&amp;gt;-- &amp;quot;military&amp;quot; including paramilitary&amp;lt;br /&amp;gt;-- &amp;quot;news&amp;quot; including any consumer of rapidly-developing news&amp;lt;br /&amp;gt;-- &amp;quot;introductory&amp;quot; and &amp;quot;beginner&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;intermediate&amp;quot; and &amp;quot;midlevel&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;advanced&amp;quot; and &amp;quot;advance&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;scholarly&amp;quot; and &amp;quot;scholar&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;popular&amp;quot; generally referring to a writing style&amp;lt;br /&amp;gt;-- &amp;quot;older&amp;quot; including retiree&amp;lt;br /&amp;gt;-- &amp;quot;institution&amp;quot; including from corporation to conspiracy (such as for management advice)&amp;lt;br /&amp;gt;-- &amp;quot;government&amp;quot; including agencies and prospective politicians&amp;lt;br /&amp;gt;-- values using any integer or single-digit decimal in the form of &amp;quot;grade 8&amp;quot; or &amp;quot;grade 6.4&amp;quot; including to refer to a reading comprehension level (this generally will not exceed 12 and might be meaningless above 20 so higher values may be interpreted as the highest meaningful value)&amp;lt;br /&amp;gt;-- &amp;quot;viewers&amp;quot; for when content (such as a movie) is intended almost entirely to be seen rather than read&amp;lt;br /&amp;gt;-- &amp;quot;listeners&amp;quot; for when content (such as music) is intended almost entirely to be heard rather than read but not generally including text-to-speech support&amp;lt;br /&amp;gt;-- &amp;quot;tts&amp;quot;, &amp;quot;text-to-speech&amp;quot;, or &amp;quot;text to speech&amp;quot;, which three have the same meaning and which are for a page that has substantial support for TTS or that will be readily understood through TTS without need for such support (TTS is often aided by, e.g., pre-resolving pronunciation ambiguities in page coding)&amp;lt;br /&amp;gt;-- values using any numbers in the form of &amp;quot;3-6 years old&amp;quot;, whether a range or a single-number value&amp;lt;br /&amp;gt;-- values using any decade in the form of &amp;quot;born in 1970s&amp;quot;&amp;lt;br /&amp;gt;Unrecognized values such as &amp;quot;botanists&amp;quot;, &amp;quot;Texans&amp;quot;, and &amp;quot;writers who use red ink&amp;quot; may be used but at a risk that a search engine or directory editor will either fail to recognize it or will interpret it in unpredictable ways, or will in the future.&amp;lt;br /&amp;gt;Spellings that are erroneous or slightly different from a recognized value may be interpreted by a search engine or directory editor as representing a recognized value.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value of &amp;quot;all&amp;quot; but without overriding another indication arrived at by other means.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| bot-. . .&lt;br /&gt;
| Robot owners, to allow page authors access to robotic capabilities, e.g., to deny them, should prefix &amp;quot;bot-&amp;quot; to the name of their robot, especially for proprietary bots.&amp;lt;br /&amp;gt;Example: If a robot were to be named &amp;quot;dullbucklequiz&amp;quot;, the name in the meta element would be &amp;quot;bot-dullbucklequiz&amp;quot;.&amp;lt;br /&amp;gt;The value &amp;quot;bot-&amp;quot; alone represents all bots so prefixed, like a wildcard.&amp;lt;br /&amp;gt;Arguably, there&#039;s no need for a list here of any specific bots if http://user-agents.org or http://www.botsvsbrowsers.com/ (and perhaps other sites) is reliable.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| citeseerxbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting CiteSeerX only.&lt;br /&gt;
| [http://csxstatic.ist.psu.edu/about/crawler CiteSeerX Crawler documentation]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| The claimed spec doesn&#039;t actually specify meta keyword&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| created&lt;br /&gt;
| The datetime at which the document was created. The value is an ISO8601 date. The date MUST follow the [http://www.w3.org/TR/NOTE-datetime W3C Profile of ISO 8601] with a granularity of &amp;quot;Complete date:&amp;quot; or finer. The [http://www.bbc.co.uk/guidelines/futuremedia/desed/previousversions/searchmetadata_vs_1_0.shtml#metadata BBC] use this name.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| creator&lt;br /&gt;
| The creator is an off-Web or pre-Web creator of a work for which an author authored a Web page, so that the creator and the author may be different people.&amp;lt;br /&amp;gt;Searching for one content creator&#039;s work requires a standard robot-parsable format for the information. A personal name, institutional name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one creator. Multiple creators are to be represented with multiple tags.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a content creator need only enter a name once in one first-last or family-given order (e.g., Pat Thunderbird or Thunderbird, Pat, but not requiring both).&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;creator&#039;_MetaExtension|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msnbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Bing only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| ia_archive&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Internet Archive and Alexa only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage&lt;br /&gt;
| The author may be the best expert on which time frame is most relevant to the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers that may focus on the 1800s but mention 1731 and 1912 perhaps unimportantly.&amp;lt;br /&amp;gt;The value for this keyword is a date or time -- not a range and not vague, for which other keywords are proposed -- in a format in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than  once, all the values so appearing are determinative. Multiple values are to be expressed with separate meta elements lest the note be revised in the future in a way incompatible with comma-separating a list.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| property=&amp;quot;og:*&amp;quot;&lt;br /&gt;
| Metadata used by the Open Graph protocol (used by Facebook). Note: currently these are defined as: &amp;lt;meta property=&amp;quot;og.*&amp;quot; content=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ FAQ About the Open Graph protocol from Facebook.]&lt;br /&gt;
| &lt;br /&gt;
| Doesn&#039;t belong in this registry&lt;br /&gt;
| Not a value to be used in the &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-end&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the end. If this keyword is used without datetime-coverage-start (also proposed), its value is interpreted as ending a range without a start.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the end of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-end=1865, datetime-coverage-start=1914, datetime-coverage-end=1918, and datetime-coverage-start=1862, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-start&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the start. If this keyword is used without datetime-coverage-end (also proposed), its value is interpreted as starting a range without an end.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the start of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-start=1862, datetime-coverage-start=1914, datetime-coverage-end=1865, and datetime-coverage-end=1918, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-vague&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that its value is not necessarily crisp. This keyword should be used only when datetime-coverage, datetime-coverage-start, and datetime-coverage-end are inappropriate, but there&#039;s no ban on using all four. Any text without a comma can be the value (e.g., Pleistocene, 1820s, Tuesdays, or before we were born); multiple values are comma-separated.&amp;lt;br /&amp;gt;If this keyword is used with datetime-coverage, datetime-coverage-start, or datetime-coverage-end, the vague value should be exploited along with the value/s for the other keyword/s.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all are determinative.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| DC.&lt;br /&gt;
| Dublin Core, maintained by Dublin Core MetaData Initiative (DCMI), is an extensive system with some overlap with non-DC names.&amp;lt;br /&amp;gt;This reserves all strings that begin with DC and a dot. &#039;&#039;Not true; DC-HTML doesn&#039;t use hardwired prefixes, but defines the prefixes using link/@rel=&amp;quot;scheme.prefix&amp;quot;&#039;&#039;&lt;br /&gt;
| [http://www.DublinCore.org DCMI]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dir-content-pointer&lt;br /&gt;
| When several pages in a directory include main content, a table of contents, an index, and the like, a search engine may be able to organize results more usefully by identifying which is which with a standard vocabulary, helpful when different publishers use different conventions when displaying or printing content.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma and optionally with a trailing number. Multiple values are to be comma-separated (multiple values are appropriate when one document serves multiple purposes). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values, which are pointer types to which numbers may be suffixed, are limited to &amp;quot;start&amp;quot; meaning &#039;the first page that should be seen by a user&#039; (this may be anywhere in the directory and anywhere within content), &amp;quot;toc&amp;quot; meaning &#039;table of contents&#039;, &amp;quot;intro&amp;quot; including introductions, forewords, prefaces, and tables of figures, &amp;quot;abstract&amp;quot;, &amp;quot;main&amp;quot;, &amp;quot;bibliography&amp;quot; and &amp;quot;biblio&amp;quot;, which have the same meaning, &amp;quot;index&amp;quot; which may mean &#039;sitemap&#039; or not, &amp;quot;afterword&amp;quot; and &amp;quot;update&amp;quot; which have the same meaning and need not actually update, &amp;quot;credit&amp;quot; meaning &#039;credits and acknowledgments&#039;, and &amp;quot;author bio&amp;quot; meaning &#039;author&#039;s biography&#039;, including any information about the author including credentials and contact information. The number suffix may be spaceless or not.&amp;lt;br /&amp;gt;When numbers are suffixed, a search engine or directory should arrange like items in numerical order in the results, with unnumbered items following like items that are numbered, e.g., intro 1, intro 2, main 1, main 2, main, main, and so on.&amp;lt;br /&amp;gt;Each directory and each subdirectory has its own sequence.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|expires&lt;br /&gt;
|&amp;lt;code&amp;gt;meta name=&#039;expires&#039;&amp;lt;/code&amp;gt; defines the expiration date of the page. This can be used for web pages in preparation for an upcoming event, e.g. a registration form for an exposition or competition, or other cases with a pre-set date when the document will no longer be valid, e.g. a product offer in a special sale or a support page for a product known not to be supported anymore from a given time onward.&lt;br /&gt;
&lt;br /&gt;
Search engines should respond to this meta tag in a reasonable way, i.e. by removing the page from their main search results after the expiration date (possibly still returning the result in a special search for expired pages as long as the page exists and is not explicitly excluded via &amp;lt;code&amp;gt;robots.txt&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;meta name=&#039;robots&#039;&amp;lt;/code&amp;gt; etc.) or simply by indicating to the user that this result is out-of-date.&lt;br /&gt;
&lt;br /&gt;
The content attribute should define the expiration date in accordance with http://www.w3.org/TR/NOTE-datetime . The meta tag should not be used for pages without expiration date. However, for historical reasons, search engines should also interpret other date formats where possible and should be prepared to find values such as &amp;quot;&amp;quot;, &amp;quot;0&amp;quot;, &amp;quot;no&amp;quot; and &amp;quot;never&amp;quot;. Such non-date values are to be interpreted as no expiration date.&lt;br /&gt;
&lt;br /&gt;
Correctly formatted example:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&#039;expires&#039; content=&#039;2012-12-31T23:59Z&#039;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tag is not to be confused with and has a different meaning than &amp;lt;code&amp;gt;meta http-equiv=&#039;expires&#039;.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-print&lt;br /&gt;
| This is to allow a user agent to inform an operating system or a printer driver of the preferred print medium, such as the paper size.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated (multiple values might be appropriate because standard paper sizes vary around the world). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values are limited to &amp;quot;letter&amp;quot;, &amp;quot;A4&amp;quot;, &amp;quot;legal&amp;quot;, &amp;quot;A5&amp;quot;, &amp;quot;B5&amp;quot;, &amp;quot;monarch&amp;quot;, &amp;quot;envelope 10&amp;quot; meaning size #10, &amp;quot;envelope 6-3-4&amp;quot; meaning size #6 3/4, values with integers and decimals in the form of &amp;quot;8.5 x 11&amp;quot; or &amp;quot;8.5x11&amp;quot; in which spacing of the &amp;quot;x&amp;quot; does not affect meaning, &amp;quot;paper&amp;quot;, which means &#039;paper of the default color (usually white) and weight (usually 20-lb. stock)&#039;, &amp;quot;white&amp;quot;, &amp;quot;yellow&amp;quot;, &amp;quot;pink&amp;quot;, &amp;quot;blue&amp;quot;, &amp;quot;green&amp;quot;, &amp;quot;violet&amp;quot;, or &amp;quot;multicolor&amp;quot;, which means a medium of the given color or mixed, &amp;quot;letterhead&amp;quot;, &amp;quot;p2 letterhead&amp;quot; meaning &#039;letterhead intended for any page except the first&#039;, &amp;quot;watermark&amp;quot; meaning a &#039;special watermark such as an organization&#039;s own&#039;, and &amp;quot;plain&amp;quot; meaning &#039;not preprinted and not letterhead (it may have a paper manufacturer&#039;s watermark not related to letterhead)&#039;.&amp;lt;br /&amp;gt;Omitting &amp;quot;paper&amp;quot; when another recognized value is given defaults to an implied meaning of &#039;paper&#039; with the other value; e.g., &amp;quot;letter&amp;quot; means &#039;letter paper&#039;; the same principle applies to a medium&#039;s color (the default being white for paper and colorless for transparency) and plainness or lack thereof (the default being plain).&amp;lt;br /&amp;gt;Other values should be proposed before being recognized here. Label sizes should be proposed here for labels that are not on backing sheets that fit one of the recognized values, e.g., labels on narrow rolls. Blueprint paper sizes should be proposed here. Media other than standard paper, such as onion skin, heavier paper, card, and clear or color transparency, should be proposed here.&amp;lt;br /&amp;gt;The user agent may, with the user&#039;s or user sysadmin&#039;s permission (as by a menu-driven default), interpret a value to offer an alternative the user might accept and software and firmware other than the UA may interpret a value to the same end with or without permission, so this keyword is only suggestive; e.g., &amp;quot;letter&amp;quot; may be interpreted as &amp;quot;A4&amp;quot;.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value determined by other than the page, e.g., by the printer driver or the user agent.&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;format-print&#039;_MetaExtension|Talk]]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geographic-coverage&lt;br /&gt;
| The author may be the best expert on the geographic relevance of the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers and epidemiological studies which may mention locales only once.&amp;lt;br /&amp;gt;Absence of the keyword defaults to a value of world (not universe), unless the search engine chooses to interpret the page or larger unit for some other value, probably based on other than just contact information given in the website.&amp;lt;br /&amp;gt;The value for this keyword is a semicolon-separated list of one or more place-values, the order of which do not matter. One place-value will use commas to separate, in order, an optional standard natural language symbol applicable to the place-value (when omitted the language applicable to the page will control), a place-class, one or more place-subclasses if any, and one or more place name parts (where, e.g., in &amp;quot;Cape Town, South Africa&amp;quot;, &amp;quot;Cape Town&amp;quot; is a place name part but &amp;quot;Town&amp;quot; is not). Spaces after semicolons and commas are optional; spaces within place-values are present when required for each place-value (e.g., &amp;quot;Quezon City&amp;quot;, not an invented &amp;quot;QuezonCity&amp;quot;).&amp;lt;br /&amp;gt;To distinguish names that might otherwise be too similar, place-classes, all lower-case and hyphenatably spaceless, include &#039;&#039;outer-space&#039;&#039;, &#039;&#039;region&#039;&#039; (on Earth and crossing or larger than a nation, e.g., southern hemisphere, polar region, temperate zone, or Asia), &#039;&#039;intntl-water&#039;&#039; (an &#039;international water body&#039;), &#039;&#039;intntl-agcy&#039;&#039; (&#039;international agency&#039; or &#039;international collection&#039;, e.g., all U.N. member nations), &#039;&#039;nation&#039;&#039;, &#039;&#039;within-nation&#039;&#039; (limited to only one political level down from nation, e.g., state, province, territory, possession, city not included within other political units of a nation, or any comparable unit), &#039;&#039;city&#039;&#039; (including town, village, hamlet, and any comparable political unit below the level of &#039;&#039;within-nation&#039;&#039;), &#039;&#039;addr&#039;&#039; (including address, full-length street, building, institution, and neighborhood without political boundaries), &#039;&#039;pol-unit&#039;&#039; (&#039;&#039;pol&#039;&#039; abbreviating &#039;political&#039;) (e.g., a place of disputed nationhood), &#039;&#039;hist-pol-unit&#039;&#039; (&#039;&#039;hist&#039;&#039; abbreviating &#039;historical&#039;) (e.g., the Roman Empire), &#039;&#039;feature&#039;&#039; (e.g., river), &#039;&#039;num&#039;&#039; (e.g., latitude and longitude or outer-space equivalent in numbers), and &#039;&#039;ethereal&#039;&#039; (including thealogical/theological, fictional including from modern popular entertainment, and ancient secular mythical, but not including that which is asserted to be a state of mind or existence but not a place, such as nirvana). (Example for one hypothetical page: name=&amp;quot;geographic-coverage&amp;quot; content=&amp;quot;region, sub-Saharan Africa; nation, Panama; city, Panama, Panama; within-nation, Sao Paulo, Brazil; city, Sao Paulo, Sao Paulo, Brazil; within-nation, Mississippi, United States of America; region, Middle East; region, Midwest, United States of America; hist-pol-unit, Northwest Territory, United States of America; feature, river, Indus; outer-space, Indus; ethereal, ultima Thule; ethereal, Heaven; ethereal, Flatland; ethereal, Valhalla; en-US, addr, Hotel Valhalla, Fredrikstad, Norway; es, nation, Espana&amp;quot; (Indus is both a river and a constellation, illustrating the need for place-classes)).&amp;lt;br /&amp;gt;Ambiguity of place-values should be avoided despite convenience in coding because search engines may each interpret them as they see fit, e.g., it would be hard for an engine to distinguish New York from New York.&amp;lt;br /&amp;gt;For consistency of spelling, several authority lists should be settled upon, with legal, well-known, and disputed names and common abbreviations all being acceptable; but I&#039;m not proposing one here now (relying on IANA&#039;s ccTLD list might be too complex to implement and still assure coding consistency, e.g., occasionally ccTLDs can be phased out and off of IANA&#039;s list) (a standard vocabulary possibly usable here is the [http://www.getty.edu/research/conducting_research/vocabularies/tgn/index.html Getty Thesaurus of Geographic Names Online], subject to licensing and charset choice); and promulgating authority lists may best be done publicly by search engine managements, who may disagree with each other.&amp;lt;br /&amp;gt;Allowing Unicode for non-Roman alphabet-using locales is desirable, but at present that may raise technical problems, including computer security issues, that are not yet readily soluble.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| keywords-not&lt;br /&gt;
| A comma-separated list of negative keywords that distinguish a closely-related theme from this page&#039;s true theme, to support Boolean NOT searches often more realistically than visible text can, especially when both themes share the same lexicon.&amp;lt;br /&amp;gt;If keywords is no longer a supported name for a meta element, keywords-not is superfluous; however, debate has been revived on whether keywords should be supported or not; see the keywords entry in this Wiki.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6609 W3C Bug 6609]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| nextgen&lt;br /&gt;
| Used for nextgen gallery plugin in wordpress&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Unrelated spec link&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-datetime&lt;br /&gt;
| Better ranking in search engine results for recency or relevance to an event date would be aided by a standard format robots can parse. Users would save search time by not having to load many pages to find which ones are new or date-relevant.&amp;lt;br /&amp;gt;To supply a consistent and known format, the value for this keyword is a date-time expression formed in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-version&lt;br /&gt;
| Pages may be revised several times daily. While date-time given to a granularity of a fraction of a second would often suffice, when a page has to be approved more than once before posting, any or no such time may be correct (without this keyword, a comment could be necessary but probably not parsable by an engine). In addition, versions regardless of date may show consecutiveness and can replace a date that must be vague. In that case, a version number may be more useful for searches and so a robot-parsable format is needed.&amp;lt;br /&amp;gt;The keyword&#039;s value is stated in ASCII digits, is any nonnegative base-10 rational number expressed as an integer or a decimal, with any number of decimal places allowed, and may be padded with any number of leading zeros to support extraction for ASCII sorting.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&amp;lt;br /&amp;gt;The versions 0 and 0.&#039;&#039;n&#039;&#039;, with &#039;&#039;n&#039;&#039; being to any number of places, signify beta versions, i.e., drafts, in the tradition of beta software, while versions 1 and higher ordinarily signify final-release versions. After a final-release version is released, a draft of a later version is not given a version number of 0 or 0.&#039;&#039;n&#039;&#039;, but is numbered higher than the last final-release version. It is suggested to page authors that draft status, if applicable, be shown in the visibly displayed text of the page, rather than that this meta tag be relied upon as the sole notice of draft status, as it may be inadequate notice if alone.&amp;lt;br /&amp;gt;To assign a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1, the page&#039;s URL, if static, may be used as the relevant premise. Thus, if a page is copied or moved to a new URL, the author may choose to restart page-version numbering from 0.&#039;&#039;n&#039;&#039; or 1. If a page&#039;s URL is dynamic, e.g., if created on the fly from a script, the page author may prefer to use as the relevant premise for assigning a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1 the URL of the script or other technology that generates the dynamic-URL page, placing this meta element containing this attribute within the script or other technology, not within the generating page&#039;s head element (the generating page&#039;s head element may have its own meta element with this attribute describing the generating page). If one page containing the script or other technology that generates another page has more than one means for generating dynamic-URL pages, each means should contain its own meta element with this attribute. Page-version is thus largely independent of the page&#039;s date, although both would likely advance roughly in parallel.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| referrer&lt;br /&gt;
| Developers wish to control the sharing of referrer information with linked resources and followed links at the meta level. It&#039;s sometimes desirable to share referrer information from secure to non-secure resources. The proposal is to add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never|default|always&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where the value of the &#039;&#039;&#039;content&#039;&#039;&#039; attribute is:&lt;br /&gt;
* &#039;&#039;&#039;never&#039;&#039;&#039;: No referrer information is leaked when following a links or requesting resources.&lt;br /&gt;
* &#039;&#039;&#039;default&#039;&#039;&#039;: Include referrer information in non-secure context or for HTTPS resources with the same origin.&lt;br /&gt;
* &#039;&#039;&#039;always&#039;&#039;&#039;: Include referrer information when following all links and requesting any resources.&lt;br /&gt;
&lt;br /&gt;
Since &amp;lt;code&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; is redundant with a proposed &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;, the &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; proposal should be supplanted with this one, which provides more robust control.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| resolutions&lt;br /&gt;
| Authoring web sites to use resolution independent images that display beautifully on high-resolution displays should be made as easy as possible for developers and should not require JavaScript to accomplish.&lt;br /&gt;
&lt;br /&gt;
To accomplish this, I propose a new HTML Meta Tag, &amp;lt;code&amp;gt;resolutions&amp;lt;/code&amp;gt;, that can be used to specify that high-resolution versions of images linked to from the page are available and that the browser should use them in place of the lower-resolution default images if it detects that a user is using a high-resolution screen. The resolutions meta tag lists the device-pixel ratios supported by images in the page. &lt;br /&gt;
&lt;br /&gt;
So, for example…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… means that the developer is telling the browser that she has created 2x resolution images for the images linked to from the current page and named them with a @2x suffix. &lt;br /&gt;
&lt;br /&gt;
To illustrate, if her image tag is as follows…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;img src=&amp;quot;/images/flower.jpg&amp;quot; alt=&amp;quot;A flower&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… then she has two image files under /images: the low-resolution default (flower.jpg), and a higher-resolution (200%) version named flower@2x.jpg. &lt;br /&gt;
&lt;br /&gt;
(This is the same naming convention already used by Apple in its Cocoa Touch framework for automatically loading in higher-resolution versions of images.)&lt;br /&gt;
&lt;br /&gt;
Based on the meta tag, if the browser detects that the user is running at a &amp;lt;code&amp;gt;min-device-pixel-ratio&amp;lt;/code&amp;gt; of 2.0, it will automatically ask for the 2x version of the image (flower@2x.jpg) instead of the default image as specified in the image tag. &lt;br /&gt;
&lt;br /&gt;
Finally, so as not to flood external sites with high-resolution image requests, this functionality would only work for local images specified via relative links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Multiple resolutions&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The resolutions tag can also contain a list of supported device-pixel ratios so as to support even higher-resolution displays when and if they become available in the future. &lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x, 4x, 8x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this case, the developer would provide 2x, 4x, and 8x versions of all images. So, in the running example, she would make flower.jpg, flower@2x.jpg, flower@4x.jpg, and flower@8x.jpg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Advantages&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages of this approach are several:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Makes it very simple for developers to support high-resolution displays like the iPhone 4&#039;s Retina screen&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not require JavaScript&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not change the default way that things work (if the meta tag is not specified, the browser simply behaves as it always has).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| [http://aralbalkan.com/3355 Proposal for native browser support of high-resolution image substitution]&lt;br /&gt;
[http://aralbalkan.com/3331 How to make your web content look stunning on the iPhone 4’s new Retina display]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| rights&lt;br /&gt;
| As a page effectively appears in at least two forms, usually one as interpreted and displayed on a device and the other as source code, arguably intellectual property rights that must be asserted must be asserted in ways understandable in both contexts. For example, &amp;amp;amp;copy; is a raw representation that may legally fail as part of copyright notice to someone seeing source code and not the display, important when someone wants to copy source code for use elsewhere and may rely on a defense of innocent infringement (at least in U.S.). While such assertions can be made in a comment element, it may be helpful to have a tag that search engines can parse and index verbatim.&amp;lt;br /&amp;gt;The value may include standard and nonstandard notices, invocations of licenses such as GFDL and ASCAP, and any other information. Content is defined as free-form, leaving the page author discretion for the entry.&amp;lt;br /&amp;gt;Statements in one tag may discuss several portions of the page differently, e.g., with different licenses.&amp;lt;br /&amp;gt;More than one license may be offered, along with the page&#039;s relationship to all.&amp;lt;br /&amp;gt;Not all statements need be license grants. A statement may state whom to ask for reprint permission or may reserve all rights, for example.&amp;lt;br /&amp;gt;Only one meta tag with this keyword may be present. Page authors must not use more than one. A UA finding multiple such tags on one page must ignore all of them.&amp;lt;br /&amp;gt;The copyright symbol that would be generated by its character entity is not recommended for legal notice in source code when the word &#039;Copyright&#039; may be used instead, because the entity may be read in raw form, but use is up to the page author. The same concept applies to any intellectual property rights symbol for which a suitable alternative is available, such as for trademark or service mark.&amp;lt;br /&amp;gt;ASCII text would not suffice when a name or notice legally may have to be in a non-Roman alphabet, but no alternative may yet exist in HTML5.&amp;lt;br /&amp;gt;Search engine storage may impose a length limit, but, because of legal consequences, if the value&#039;s length exceeds a given limit the search index should retain or interpret none of it but only refer to it.&amp;lt;br /&amp;gt;The content string may only be copied verbatim in its full length, referred to, or ignored. It may not be, for example, paraphrased, truncated, interpreted, or classified except in addition to being copied verbatim in its full length.&amp;lt;br /&amp;gt;Ignoring shall not void, nullify, or alter any rights stated in such tag.&amp;lt;br /&amp;gt;For the synonymy, &#039;&#039;IP&#039;&#039;, &#039;&#039;IP-rights&#039;&#039;, and &#039;&#039;IP-right&#039;&#039; are not reserved; while the abbreviation &#039;&#039;IP&#039;&#039; &#039;intellectual property&#039; is common among attorneys in the U.S., page authors will more likely be computerate, and the abbreviation may be wanted for &#039;Internet Protocol&#039;.&lt;br /&gt;
| [[Talk:MetaExtensions#rights:_why_reversion|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| subj-. . .&lt;br /&gt;
| To classify by subject a page&#039;s content, a standard subject taxonomy that will be recognized by a search engine or directory will help. Because many such high-quality taxonomies exist, only a prefix is proposed. Over time, particular taxonomies, in print or online, may be recognized here and keywords assigned for each.&amp;lt;br /&amp;gt;The keyword will be constructed case-insensitively with subkeywords in the form subj-[nationAbbrev]-[taxonomy]-[edition][-optionalSubedition], e.g., subj-US-MeSH-2009online (perhaps). After &amp;quot;subj-&amp;quot;, the second subkeyword will identify the nation where the taxonomy is published or offered as an aid in identifying the taxonomy and does not limit the subject coverage; e.g., a taxonomy published in Japan may be ideal for classifying Canadian botany or Peruvian economy.&amp;lt;br /&amp;gt;As subject values may vary between editions of one taxonomy, an edition and optionally a subedition is to be identified in the third and optionally the fourth subkeywords. The subedition, if any, is any update or revision occurring between editions, such that a value drawn from that edition and subedition is stable. The means of identifying edition and subedition should be included in the registration of a keyword.&amp;lt;br /&amp;gt;Examples of taxonomies from the U.S. include MeSH (medical) and the Library of Congress Subject Headings.&amp;lt;br /&amp;gt;The value identifying a subject for a Web page will be drawn from the cited taxonomy&#039;s edition and subedition.&amp;lt;br /&amp;gt;If the value should have a style to prevent ambiguity in interpretation, that style is to be registered here for that keyword. Multiple values are expressed with multiple meta elements, one value for each, since comma-separation is probably not compatible with all taxonomies.&amp;lt;br /&amp;gt;If a value requires case-sensitivity to prevent confusion, the entry here registering the keyword must accommodate that need with the needs of HTML 5 with an appropriate rule. To that end, a proposal to allow case-sensitivity in meta tags under some circumstances has been offered in the W3C bug reporting system.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6854 W3C Bug 6854]&lt;br /&gt;
| subject-. . .&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MSSmartTagsPreventParsing&lt;br /&gt;
| Microsoft introduced into Internet Explorer 6 Beta a feature that some website designers wished to preclude from applying in order to prevent public misunderstanding of their websites. The feature allowed a browser to add information but at a risk that users wouldn&#039;t know that it wasn&#039;t supplied by the website. This keyword was provided by Microsoft for those of us who wanted it.&amp;lt;br /&amp;gt;Its value was &amp;quot;TRUE&amp;quot;. Microsoft spelled the keyword with some capitals and the value in all capitals but whether capitalization was required for either is unknown; some opinions vary. Since it need be understood by only one browser, and that one a beta version, full standards compliance should not be assumed, and original case may be required. (This tag is used by Google: &amp;quot;&amp;lt;meta content=&#039;true&#039; name=&#039;MSSmartTagsPreventParsing&#039;/&amp;gt;&amp;quot; appeared (with internal quote marks as singles) in the source code for &amp;lt;http://googleblog.blogspot.com/2009/04/listening-to-google-health-users.html&amp;gt;, as accessed 4-27-09.)&amp;lt;br /&amp;gt;Microsoft has apparently removed this instruction from its website on the ground that the beta version is no longer available and is not supported, but that doesn&#039;t assure that some users aren&#039;t still using the beta browser, perhaps inadvertently. Therefore, designers may wish to continue using the keyword and value and they are preserved here.&lt;br /&gt;
| e.g., [http://www.theregister.co.uk/2001/06/25/web_sites_banish_those_winxp/ The Register (U.K.)], [http://cc.uoregon.edu/cnews/summer2001/summer2001.pdf Univ. Oregon (U.S.) (PDF p. 18)], &amp;amp; [http://trillian.mit.edu/~jc/demo/SmartTagsOff.html John Chambers (U.S.) (job résumé near root)], all as accessed 4-19-09&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks spec, potentially never minted by MS as a meta name (as opposed to a http-equiv value), even if minted by Microsoft, abandoned before shipping in any final release of IE&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Failed Proposals ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to more details&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| cache&lt;br /&gt;
| This doesn&#039;t actually work; use HTTP headers instead.&amp;lt;br /&amp;gt;Value must be &amp;quot;public&amp;quot;, &amp;quot;private&amp;quot;, or &amp;quot;no-cache&amp;quot;. Intended as a simple way to tell user agents whether to store a copy of the document or not. An alternate for HTTP/1.1&#039;s cache-control; for publishers without access to modifying cache-control.&lt;br /&gt;
| none&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| no-email-collection&lt;br /&gt;
| HTML5 prohibits URL-valued meta names. They should be rel keywords instead.&amp;lt;br /&amp;gt;Intended to reference legal policy of web site indicating that harvesting of e-mail addresses on the site is not permitted and in violation of applicable laws such as the CAN-SPAM Act of 2003.&lt;br /&gt;
| [https://www.ProjectHoneyPot.org/how_to_avoid_spambots_5.php Project Honey Pot]&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Process ==&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;Status&amp;quot; section to be changed to &amp;quot;Ratified&amp;quot;, the proposed keyword must be defined by a W3C specification in the Candidate Recommendation or Recommendation state. If it fails to go through this process, it is &amp;quot;Unendorsed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For more details, see [http://whatwg.org/specs/web-apps/current-work/#concept-meta-extensions the HTML5 specification].&lt;br /&gt;
&lt;br /&gt;
[[Category:Registries]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=7842</id>
		<title>MetaExtensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=7842"/>
		<updated>2011-12-19T08:14:28Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Move nextgen to bogus registration attempts&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;To create an account, please ask someone in the #whatwg [[IRC]] channel on Freenode, or e-mail ian@hixie.ch. We had to disable open signups because the level of spam became intolerable.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page lists the allowed extension values for the name=&amp;quot;&amp;quot; attribute of the &amp;amp;lt;meta&amp;gt; element in HTML5. You may add your own values to this list, which makes them legal HTML5 metadata names. We ask that you try to avoid redundancy; if someone has already defined a name that does roughly what you want, please reuse it. Also, please be sure to include &#039;&#039;all&#039;&#039; the items [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names required by the spec] &#039;&#039;including a link to a specification&#039;&#039; that specifies the keyword &#039;&#039;as an HTML meta keyword&#039;&#039;. Note that URL-valued properties must not be registered as meta names but should be registered as [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions rel keywords] instead. Also note that changes to this registry may not be reflected in validators in real time.&lt;br /&gt;
&lt;br /&gt;
== Registered Extensions ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| alexaverifyid&lt;br /&gt;
| Used to verify ownership of Alexa Search&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-capable&lt;br /&gt;
| Sets whether a web application runs in full-screen mode.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| Could maybe be assumed when &amp;lt;code&amp;gt;application-name&amp;lt;/code&amp;gt; is set?&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-status-bar-style&lt;br /&gt;
| Sets the style of the status bar for a web application.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| baiduspider&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Baidu only.&lt;br /&gt;
| [http://www.baidu.com/search/robots_english.html Baidu documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| citeseerxbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting CiteSeerX only.&lt;br /&gt;
| [http://csxstatic.ist.psu.edu/about/crawler CiteSeerX Crawler documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-param&lt;br /&gt;
| Cross-site request forgery protection parameter for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-token&lt;br /&gt;
| Cross-site request forgery protection token for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dc.date.issued&lt;br /&gt;
| Date of publication for Google News. The format of the content is YYYY-MM-DD or YYYY-MM-DDThh:mm:ssTZD.&lt;br /&gt;
| [http://www.google.com/support/news_pub/bin/answer.py?answer=93994 Google News documentation]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dcterms.issued&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.abstract&lt;br /&gt;
| A summary of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-abstract DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accessRights&lt;br /&gt;
| Information about who can access the resource or an indication of its security status.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accessRights DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualMethod&lt;br /&gt;
| The method by which items are added to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualMethod DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualPeriodicity&lt;br /&gt;
| The frequency with which items are added to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualPeriodicity DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualPolicy&lt;br /&gt;
| The policy governing the addition of items to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualPolicy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.alternative&lt;br /&gt;
| An alternative name for the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-alternative DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.audience&lt;br /&gt;
| A class of entity for whom the resource is intended or useful.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-audience DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.available&lt;br /&gt;
| Date (often a range) that the resource became or will become available.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-available DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.bibliographicCitation&lt;br /&gt;
| A bibliographic reference for the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-bibliographicCitation DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;cite&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.conformsTo&lt;br /&gt;
| An established standard to which the described resource conforms.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-conformsTo DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.contributor&lt;br /&gt;
| An entity responsible for making contributions to the content of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-contributor DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.coverage&lt;br /&gt;
| The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-coverage DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.created&lt;br /&gt;
| Date of creation of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-created DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.creator&lt;br /&gt;
| An entity primarily responsible for making the resource. Examples of&lt;br /&gt;
a Creator include a person, an organization, or a service.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-creator DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| In some cases redundant with the HTML built-in keyword &lt;br /&gt;
| &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt; Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.date&lt;br /&gt;
| A point or period of time associated with an event in the lifecycle of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-date DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateAccepted&lt;br /&gt;
| Date of acceptance of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateAccepted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateCopyrighted&lt;br /&gt;
| Date of copyright.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateCopyrighted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateSubmitted&lt;br /&gt;
| Date of submission of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateSubmitted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.description&lt;br /&gt;
| An account of the resource. Description may include but is not&lt;br /&gt;
limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-description DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt; &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.educationLevel&lt;br /&gt;
| A class of entity, defined in terms of progression through an educational or training context, for which the described resource is intended.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-educationLevel DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.extent&lt;br /&gt;
| The size or duration of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-extent DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.format&lt;br /&gt;
| The file format, physical medium, or dimensions of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-format DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasFormat&lt;br /&gt;
| A related resource that is substantially the same as the pre-existing described resource, but in another format.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasFormat DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasPart&lt;br /&gt;
| A related resource that is included either physically or logically in the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasPart DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
 &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasVersion&lt;br /&gt;
| A related resource that is a version, edition, or adaptation of the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasVersion DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.identifier&lt;br /&gt;
| An unambiguous reference to the resource within a given context.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-identifier DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.instructionalMethod&lt;br /&gt;
| A process used to engender knowledge, attitudes and skills, that the described resource is designed to support.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-instructionalMethod DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isFormatOf&lt;br /&gt;
| A related resource that is substantially the same as the described resource, but in another format.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isFormatOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isPartOf&lt;br /&gt;
| A related resource in which the described resource is physically or logically included.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isPartOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isReferencedBy&lt;br /&gt;
| A related resource that references, cites, or otherwise points to the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isReferencedBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isReplacedBy&lt;br /&gt;
| A related resource that supplants, displaces, or supersedes the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isReplacedBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isRequiredBy&lt;br /&gt;
| A related resource that requires the described resource to support its function, delivery, or coherence.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isRequiredBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.issued&lt;br /&gt;
| Date of formal issuance (e.g., publication) of the resource. (DC&lt;br /&gt;
doesn&#039;t spec a date format but the established practice is&lt;br /&gt;
YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-issued DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isVersionOf&lt;br /&gt;
| A related resource of which the described resource is a version, edition, or adaptation.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isVersionOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a&lt;br /&gt;
controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the&lt;br /&gt;
&amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dc.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a&lt;br /&gt;
controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the&lt;br /&gt;
&amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dc.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
&amp;lt;code&amp;gt;dc.language&amp;lt;/code&amp;gt; is preferred by several web validators over &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.license&lt;br /&gt;
| A legal document giving official permission to do something with the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-license DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;license&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.mediator&lt;br /&gt;
| An entity that mediates access to the resource and for whom the resource is intended or useful.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-mediator DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.medium&lt;br /&gt;
| The material or physical carrier of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-medium DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.modified&lt;br /&gt;
| Date on which the resource was changed. (DC doesn&#039;t spec a date&lt;br /&gt;
format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-modified DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.provenance&lt;br /&gt;
| A statement for any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-provenance DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.publisher&lt;br /&gt;
| An entity responsible for making the resource available.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-publisher DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.references&lt;br /&gt;
| A related resource that is referenced, cited, or otherwise pointed to by the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-references DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.relation&lt;br /&gt;
| A related resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-relation DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.replaces&lt;br /&gt;
| A related resource that is supplanted, displaced, or superseded by the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-replaces DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.requires&lt;br /&gt;
| A related resource that is required by the described resource to support its function, delivery, or coherence.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-requires DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.rights&lt;br /&gt;
| Information about rights held in and over the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-rights DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.rightsHolder&lt;br /&gt;
| A person or organization owning or managing rights over the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-rightsHolder DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.source&lt;br /&gt;
| A related resource from which the described resource is derived.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-source DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.spatial&lt;br /&gt;
| Spatial characteristics of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-spatial DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.subject&lt;br /&gt;
| The topic of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-subject DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;keywords&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.tableOfContents&lt;br /&gt;
| A list of subunits of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-tableOfContents DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.temporal&lt;br /&gt;
| Temporal characteristics of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-temporal DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| A name given to the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-title DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.type&lt;br /&gt;
| The nature or genre of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-type DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.valid&lt;br /&gt;
| Date (often a range) of validity of a resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-valid DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| designer&lt;br /&gt;
| Credits the designer(s) responsible for the visual presentation of a website.&lt;br /&gt;
| [https://sites.google.com/site/metadesignerspec/ Documenation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| EssayDirectory&lt;br /&gt;
| Defines a custom description of websites listed in EssayDirectory.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;EssayDirectory&amp;quot; content=&amp;quot;Helping students find legitimate essay services.&amp;quot;&amp;gt;&lt;br /&gt;
| [http://essaydirectory.com/privacy-terms/#EssayDirectory_MetaExtension Documenation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| publisher&lt;br /&gt;
| Searching for one content publisher&#039;s or page publisher&#039;s work requires a standard robot-parsable format for the information. This often differs from creator or author when the publisher is an institution. An institutional name, personal name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one publisher. Multiple publishers are to be represented with multiple tags, although multiple publishers are less common than multiple authors or creators; multiplicity is more likely for a legal name and a well-known name.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a publisher need only enter a name once in one order.&lt;br /&gt;
| defacto standard, used in nearly every website, e.g. [http://www.gaijin.at/olsmgen.php][http://developers.evrsoft.com/metagen.shtml][http://www.html-seminar.de/metatags.htm]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| review_date&lt;br /&gt;
| The date a resource is scheduled for review by content creator in order to determine if it should be archived, updated or retained as is.&lt;br /&gt;
| [http://www.hc-sc.gc.ca/home-accueil/alt_formats/pacrb-dgapcr/pdf/Metadata_Application_Profile_2009.pdf Health Canada Web Metadata Application Profile March 2009 ]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| es.title&lt;br /&gt;
| Object Title, where this is not the TITLE or H1 tag content, but the resource title&lt;br /&gt;
| [http://www.eibs.co.uk/reference/ EIBS EasySite CMS - Content Attributes Reference]&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-detection&lt;br /&gt;
| Enables or disables automatic detection of possible phone numbers in a webpage in Safari on iOS.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.country&lt;br /&gt;
| Case-insensitive ISO 3166-1 alpha-2 code of a country to which the page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.country&amp;quot; content=&amp;quot;de&amp;quot;&amp;gt;&lt;br /&gt;
| [http://www.syndic8.com/help_metadata.php All About Feed Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.placename&lt;br /&gt;
| Defines name of geographic place to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.placename&amp;quot; content=&amp;quot;Auwaldstraße 11, 79110 Freiburg im Breisgau, Deutschland&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.position&lt;br /&gt;
| Defines geographic position to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.position&amp;quot; content=&amp;quot;48.02682000000001;7.809769999999958&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| icbm (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.region&lt;br /&gt;
| Defines name of geographic region to which page is related to. Content is specified by ISO-3166.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.region&amp;quot; content=&amp;quot;DE-BW&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&amp;lt;br&amp;gt;[http://en.wikipedia.org/wiki/ISO_3166 ISO-3166]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| google-site-verification&lt;br /&gt;
| Used to verify ownership for Webmaster Tools.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=79812 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| googlebot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Googlebot only.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=93710 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| revisit-after&lt;br /&gt;
| revisit-after is used to tell search engines how often to recrawl the page. To our knowledge only one search engine has ever supported it, and that search engine was never widely used — at this point, it is nothing more than a good luck charm.&lt;br /&gt;
| [http://code.google.com/webstats/2005-12/metadata.html Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| icbm&lt;br /&gt;
| Defines geographic position to which page is related to. The acronym stands for ICBM Intercontinental Ballistic Missile - an old, humorous allusion to the possible use of such coordinates.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;ICBM&amp;quot; content=&amp;quot;47.0667, 15.4500&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://geourl.org/add.html GeoURL documentation]&lt;br /&gt;
| geo.position (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| HandheldFriendly&lt;br /&gt;
| Denotes handheld-friendly content&lt;br /&gt;
| [http://learnthemobileweb.com/tag/handheldfriendly/]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MobileOptimized&lt;br /&gt;
| Denotes content optimized for mobile browsers&lt;br /&gt;
| [http://learnthemobileweb.com/tag/mobileoptimized/]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| itemsPerPage&lt;br /&gt;
| Used to identify the number of search results returned per page.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-task&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
Jump List items act as entry points into the website even when the browser is not running. A Jump List can contain commonly used destinations and tasks. Some items apply to the whole site, and some apply only to specific users. &lt;br /&gt;
For example, to add a single task called &amp;quot;Check Order Status&amp;quot; specify a meta element in the head of your webpage, as follows:&lt;br /&gt;
 &amp;lt;META name=&amp;quot;msapplication-task&amp;quot; content=&amp;quot;name=Check Order Status;&lt;br /&gt;
      action-uri=./orderStatus.aspx?src=IE9;&lt;br /&gt;
      icon-uri=./favicon.ico&amp;quot;  /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491725(v=vs.85).aspx Tasks in Jump List]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-starturl&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-starturl&amp;quot; metadata contains the root URL of the application. The start URL can be fully qualified, or relative to the current document. Only HTTP and HTTPS protocols are allowed. If this element is missing, the address of the current page is used instead.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-starturl&amp;quot; content=&amp;quot;./&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-tooltip&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-tooltip&amp;quot; metadata provides additional tooltip text that appears when you hover over the Pinned Site shortcut in the Windows Start menu or on the desktop.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-tooltip&amp;quot; content=&amp;quot;Channel 9 Podcasts&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-navbutton-color&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-navbutton-color&amp;quot; metadata define the custom color of the Back and Forward buttons in the Pinned Site browser window. Any named color, or hex color value is valid.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-navbutton-color&amp;quot; content=&amp;quot;#FF3300&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msvalidate.01&lt;br /&gt;
| One of the verification elements used by Bing.&lt;br /&gt;
| [http://onlinehelp.microsoft.com/en-us/bing/hh204490.aspx Bing Webmaster Tools]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| norton-safeweb-site-verification&lt;br /&gt;
| Used to verify ownership of Website for Norton SafeWeb.&lt;br /&gt;
| http://safeweb.norton.com/help/site_owners#verification_tips Norton SafeWeb Help Documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rating &lt;br /&gt;
| The Restricted to Adults label (RTA) provides a way for adult oriented websites to indicate that their content is off limits to children. RTA was introduced in 2006 and is currently used by a large number of adult web content providers. RTA is recognized by all major parental control filters.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;RATING&amp;quot; content=&amp;quot;RTA-5042-1996-1400-1577-RTA&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://www.rtalabel.org/index.php?content=howto RTA documentation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rights-standard&lt;br /&gt;
| The purpose is to enable search engines and other cataloging services to compile the types of rights allocated to the work. (Does any search engine actually implement this? [[User:Hsivonen|hsivonen]] 07:34, 14 July 2011 (UTC))&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This keyword does not provide, remove or alter any legal protections or designations.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Format: &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;rights-standard&amp;quot; content=&amp;quot;element id;rights&amp;quot; /&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* element id - the HTML Element ID of the item these rights apply to&lt;br /&gt;
* rights - what rights are assigned to the item&lt;br /&gt;
** &amp;quot;pd&amp;quot; - Public domain&lt;br /&gt;
** &amp;quot;cc by-sa&amp;quot; - Creative Commons Attribution&lt;br /&gt;
** &amp;quot;cc by-nd&amp;quot; - Creative Commons  NoDerivs &lt;br /&gt;
** &amp;quot;cc by-nc&amp;quot; - Creative Commons Attribution-NonCommercial&lt;br /&gt;
** &amp;quot;cc by-nc-sa&amp;quot; - Creative Commons Attribution-NonCommercial-ShareAlike&lt;br /&gt;
** &amp;quot;cc by-nc-nd&amp;quot; - Creative Commons Attribution-NonCommercial-NoDerivs&lt;br /&gt;
&lt;br /&gt;
| [http://sites.google.com/site/metarightsstandard/ Spec]&lt;br /&gt;
|Redundant with [http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#licensing-works Microdata vocabulary for licensing works].&lt;br /&gt;
|Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| robots&lt;br /&gt;
| A comma-separated list of operators explaining how search engine crawlers should treat the content. Possible values are &amp;quot;noarchive&amp;quot; to prevent cached versions, &amp;quot;noindex&amp;quot; to prevent indexing, and &amp;quot;nofollow&amp;quot; works as the link rel value with the same name. This meta name is already supported by every popular search engine.&amp;lt;br /&amp;gt;The content value &amp;quot;NOODP&amp;quot; has been offered elsewhere, so I&#039;m proposing it here. It blocks robots from using [http://www.dmoz.org Open Directory Project] descriptions of a website instead of Web pages&#039; own meta descriptions. It may have been introduced by Microsoft.&amp;lt;br /&amp;gt;The content value &amp;quot;NOYDIR&amp;quot; has been offered by Yahoo, so I&#039;m proposing it here. It blocks Yahoo&#039;s robot from using the Yahoo directory&#039;s descriptions of a website instead of Web pages&#039; own meta descriptions. Whether any other robot supports this is unknown but possibly no other search engine uses Yahoo&#039;s directory anyway.&lt;br /&gt;
| [http://www.robotstxt.org/wc/exclusion.html#meta Robots exclusion protocol], NOODP value: [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=35264 Google], [http://help.yahoo.com/l/us/yahoo/search/indexing/indexing-11.html Yahoo], NOYDIR value: [http://ysearchblog.com/2007/02/28/yahoo-search-support-for-noydir-meta-tags-and-weather-update/ Yahoo], as accessed 4-28-09&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| slurp&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Yahoo! only.&lt;br /&gt;
| [http://help.yahoo.com/l/au/yahoo7/search/indexing/indexing-11.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| startIndex&lt;br /&gt;
| Used to identify the index of the first search result in the current set of search results.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| teoma&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Teoma and Ask.com only.&lt;br /&gt;
| [http://about.ask.com/en/docs/about/webmasters.shtml Ask.com documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| totalResults&lt;br /&gt;
| Used to identify the number of search results available for the current search.&lt;br /&gt;
| [http://www.opensearch.org/Specifications/OpenSearch/1.1#Response_metadata_in_HTML.2FXHTML OpenSearch Specification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| verify-v1&lt;br /&gt;
| Legacy verification for Google Sitemaps.&lt;br /&gt;
| [http://sitemaps.blogspot.com/2006/05/more-about-meta-tag-verification.html Inside Google Sitemaps: More about meta tag verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| &amp;lt;span id=&amp;quot;viewport&amp;quot;&amp;gt;viewport&amp;lt;/span&amp;gt;&lt;br /&gt;
| Provides a way for documents to specify (using markup rather than CSS) the size, zoom factor, and orientation of the viewport that is used as the base for the document&#039;s [http://www.w3.org/TR/CSS21/visudet.html#containing-block-details initial containing block]. The following properties can be used in the value of the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute:&lt;br /&gt;
* width&lt;br /&gt;
* height&lt;br /&gt;
* initial-scale&lt;br /&gt;
* minimum-scale&lt;br /&gt;
* maximum-scale&lt;br /&gt;
* user-scalable&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;initial-scale=1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=480, initial-scale=2.0, user-scalable=1&amp;quot;&amp;gt;&lt;br /&gt;
For more details, see the [http://dev.w3.org/csswg/css-device-adapt/#viewport-meta-element Viewport META element] section of the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification.&lt;br /&gt;
| For &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; elements that have a &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute whose value is &amp;lt;code&amp;gt;viewport&amp;lt;/code&amp;gt;, the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification defines the recognized properties for the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute&amp;gt;, as well as an algorithm for parsing the value of that attribute.&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_n&lt;br /&gt;
| &#039;&#039;&#039;Name of the Content Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_n&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_s&lt;br /&gt;
| &#039;&#039;&#039;Name of Content Sub-Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_s&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ac&lt;br /&gt;
| &#039;&#039;&#039;Advertising Click parameter&#039;&#039;&#039;&lt;br /&gt;
When a visitor to your site clicks on an ad, that action is referred to as an Ad Click. The following META tag tracks advertising clicks:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ac&amp;quot; CONTENT=&amp;quot;name&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the advertisement clicked to reach a particular web page. The Ad Click must contain an external redirect back to the client. The redirect needs to include the necessary code to generate a hit to the SDC server. You can designate multiple Advertising Clicks using semicolons.&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file111.html?WT.ac=CONTENT111&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file222.html?WT.ac=CONTENT222&amp;quot;&amp;gt;&lt;br /&gt;
The name of the advertisement clicked to reach a particular web page. To capture this information with DCS, the Advertising Click must contain an external redirect back to the client. The redirect needs to &lt;br /&gt;
&lt;br /&gt;
include the necessary code to generate a hit to the DCS. The maximum length for each name is 64 bytes.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ad&lt;br /&gt;
| &#039;&#039;&#039;Advertising View parameter&#039;&#039;&#039;&lt;br /&gt;
Visitors often view advertisements that they do not necessarily click on. You can use On-Site Advertising to determine the number of visitors to your web site who view particular ads. With this feature you can produce advertising reports for each of your clients.&lt;br /&gt;
If you are selling advertising space on your web site, for example, you can collect traffic statistics to help determine pricing schedules.&lt;br /&gt;
The following META tag tracks advertising views:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.ad&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.mc_id&lt;br /&gt;
| &#039;&#039;&#039;Identifies the ID of the marketing campaign&#039;&#039;&#039;&lt;br /&gt;
To attract new students, a university launches a marketing campaign by sending recruitment email to all graduating high school seniors in a metropolitan area. The email links to a special landing page in the university’s web site, containing the following META tag to track marketing campaigns.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.mc_id&amp;quot; CONTENT=&amp;quot;1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
You may use this parameter on the URL.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;link?WT.mc_id=1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
The Campaign ID 1X2GG34 represents recruits to be contacted by email&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.sv&lt;br /&gt;
| &#039;&#039;&#039;Tracking Servers parameter&#039;&#039;&#039;&lt;br /&gt;
If your site is hosted on multiple servers, a server cluster, or a server farm, and you want to evaluate the performance of your load balancer, Webtrends can track page views for each server. To do so, populate the following META tag on all pages on each server:&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;My Server&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the machine that serves the web page. If you have two servers (Server1 and Server2), you would make two copies of the META tag and designate CONTENT=“Server1” for deployment to pages on the first server and CONTENT=“Server2” for deployment to the same pages on the second server.&lt;br /&gt;
For a server farm, you can extract the value of the built-in server name and dynamically assign it to the&lt;br /&gt;
META tag using server-side scripting.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server1&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server2&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [https://tagbuilder.webtrends.com/Help/Miscellaneous/AdSearch.aspx?keepThis=true&amp;amp;TB_iframe=true&amp;amp;height=450&amp;amp;width=650 About WT.ad].&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ti&lt;br /&gt;
| &#039;&#039;&#039;Tracking Page Titles&#039;&#039;&#039;&lt;br /&gt;
You may want to modify a page title before sending it to Webtrends in the following cases:&lt;br /&gt;
* You are dealing with dynamic content pages identified by URL parameters, and the page title represents the title of the base URL page rather than the dynamic content page.&lt;br /&gt;
Unless you modify the page titles, all pages have the same title in the reports.&lt;br /&gt;
* All pages have been assigned the same title, for reasons of style or company policy.&lt;br /&gt;
Even though URLs are displayed in addition to page title, the entire URL cannot be depended upon to distinguish one page from another.&lt;br /&gt;
Use server-side scripts to change the title to something that reflects the content of the pages so that you can identify them in reports. Next, pass the customized page titles to Webtrends, using the following META tag:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ti&amp;quot; CONTENT=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the title for this page.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| y_key&lt;br /&gt;
| Used to verify ownership for Yahoo! Site Explorer&lt;br /&gt;
| [http://help.yahoo.com/l/us/yahoo/search/siteexplorer/siteexplorer-06.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| yandex-verification&lt;br /&gt;
| Used to verify ownership for Yandex Webmaster.&lt;br /&gt;
| [http://help.yandex.ru/webmaster/?id=995300#995356 Yandex Webmaster ownership verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.instruction&lt;br /&gt;
| Globrix property information: Property to Buy or Rent&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.price&lt;br /&gt;
| Globrix property information: Price for the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.postcode&lt;br /&gt;
| Globrix property information: Postcode of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bedrooms&lt;br /&gt;
| Globrix property information: Number of bedrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bathrooms&lt;br /&gt;
| Globrix property information: Number of bathrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.type&lt;br /&gt;
| Globrix property information: Type of property e.g. &#039;semi-detatched house&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.condition&lt;br /&gt;
| Globrix property information: Condition of the property e.g. &#039;renovated&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.features&lt;br /&gt;
| Globrix property information: Features of the property e.g. &#039;double glazing&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.outsidespace&lt;br /&gt;
| Globrix property information: External features of the property e.g. &#039;garden&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.parking&lt;br /&gt;
| Globrix property information: Parking available for property e.g. &#039;parking for 2 cars&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.period&lt;br /&gt;
| Globrix property information: Period of the property e.g. &#039;victorian terrace&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.poa&lt;br /&gt;
| Globrix property information: If the property price is only available on application&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.tenure&lt;br /&gt;
| Globrix property information: The tenure of the property e.g. &#039;leasehold&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.underoffer&lt;br /&gt;
| Globrix property information: Indicates if the property is under offer&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.priceproximity&lt;br /&gt;
| Globrix property information: The region of the attached price e.g. &#039;guide price of&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.latitude&lt;br /&gt;
| Globrix property information: The latitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.longitude&lt;br /&gt;
| Globrix property information: The longitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| wot-verification&lt;br /&gt;
| Used to verify ownership of WOT (Web Of Trust)&lt;br /&gt;
| [http://www.mywot.com/ WOT site]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| blogcatalog&lt;br /&gt;
| Used to verify ownership of Blog Catalog.com&lt;br /&gt;
| [http://www.blogcatalog.com/ Blog catalog site]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| nibbler-site-verification&lt;br /&gt;
| Used to verify ownership of Nibbler site&lt;br /&gt;
| [http://nibbler.silktide.com/ Nibbler site]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:title&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:type&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:url&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:image&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:site_name&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| fb:admins&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| og:description&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| fb:page_id&lt;br /&gt;
| Open Graph Protocol by Facebook developers&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ Facebook developers]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| gm-gpx-v&lt;br /&gt;
| Wordpress Plugin Google Maps GPX Viewer&lt;br /&gt;
| [http://wordpress.org/extend/plugins/google-maps-gpx-viewer/ Google Maps GPX Viewer]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| meta_date&lt;br /&gt;
| The date used to indicate that the Metadata has been prepared and/or reviewed and approved by the Metadata Unit. Its purpose is administrative. (Used by &amp;quot;Autonomy&amp;quot;.)&lt;br /&gt;
| [http://www.hc-sc.gc.ca/home-accueil/alt_formats/pacrb-dgapcr/pdf/Metadata_Application_Profile_2009.pdf Health Canada Web Metadata Application Profile March 2009 ]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposals that don&#039;t meet the [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names requirements] for a registration ==&lt;br /&gt;
&lt;br /&gt;
Note that these proposals can be moved back to the registry table if the problems listed in the rightmost column of this table are addressed.&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
! Registration requirement failure&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| audience&lt;br /&gt;
| To aid search engines in classifying and to aid directory compilers, an audience most appropriate for the page may be suggested. Subject matter may not be a good clue; for example, an analysis of children&#039;s literature may be directed to teachers.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated. Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values:&amp;lt;br /&amp;gt;-- &amp;quot;all&amp;quot; and &amp;quot;everyone&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;adult&amp;quot; and &amp;quot;mature&amp;quot; have the same meaning and are for content that only adults may access, but no one responsible for preventing a nonadult or the immature from accessing the page or its content should rely on either or both of these values to do so without other means (not the same as &amp;quot;grownup&amp;quot;, which see)&amp;lt;br /&amp;gt;-- &amp;quot;child&amp;quot; and &amp;quot;juvenile&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;teen&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;grownup&amp;quot; is not identical to &amp;quot;adult&amp;quot; or &amp;quot;mature&amp;quot; in not implying a precise boundary but is approximately any person who may be able to understand and apply the content (e.g., car driving instruction that may be read by a minor not yet old enough to drive a car but who would likely benefit from somewhat early exposure to the instruction)&amp;lt;br /&amp;gt;-- &amp;quot;parent&amp;quot; to include guardian and temporary caregiver&amp;lt;br /&amp;gt;-- &amp;quot;teacher&amp;quot; to include professor and ad hoc instructor&amp;lt;br /&amp;gt;-- &amp;quot;elementary school student&amp;quot; to include any student below high school&amp;lt;br /&amp;gt;-- &amp;quot;high school student&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;elhi&amp;quot; to include any student in elementary school through high school&amp;lt;br /&amp;gt;-- &amp;quot;college student&amp;quot; including graduate and professional school&amp;lt;br /&amp;gt;-- &amp;quot;business&amp;quot; including management, finance, and prospective customers (this includes e-commerce and investor sites)&amp;lt;br /&amp;gt;-- &amp;quot;health&amp;quot; including any health care provider including alternative and ad hoc&amp;lt;br /&amp;gt;-- &amp;quot;patient&amp;quot; for any health care recipient&amp;lt;br /&amp;gt;-- &amp;quot;lawyer&amp;quot; including judge, paralegal, and jailhouse lawyer&amp;lt;br /&amp;gt;-- &amp;quot;law client&amp;quot; for any prospective recipient of a lawyer&#039;s service (not usually a social work client) with &#039;&#039;lawyer&#039;&#039; including paralegal and jailhouse lawyer but not necessarily judge&amp;lt;br /&amp;gt;-- &amp;quot;craft&amp;quot; for any craftworker including laborer and artisan&amp;lt;br /&amp;gt;-- &amp;quot;artist&amp;quot; including musician, actor, dancer, and sculptor and including creator and performer&amp;lt;br /&amp;gt;-- &amp;quot;military&amp;quot; including paramilitary&amp;lt;br /&amp;gt;-- &amp;quot;news&amp;quot; including any consumer of rapidly-developing news&amp;lt;br /&amp;gt;-- &amp;quot;introductory&amp;quot; and &amp;quot;beginner&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;intermediate&amp;quot; and &amp;quot;midlevel&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;advanced&amp;quot; and &amp;quot;advance&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;scholarly&amp;quot; and &amp;quot;scholar&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;popular&amp;quot; generally referring to a writing style&amp;lt;br /&amp;gt;-- &amp;quot;older&amp;quot; including retiree&amp;lt;br /&amp;gt;-- &amp;quot;institution&amp;quot; including from corporation to conspiracy (such as for management advice)&amp;lt;br /&amp;gt;-- &amp;quot;government&amp;quot; including agencies and prospective politicians&amp;lt;br /&amp;gt;-- values using any integer or single-digit decimal in the form of &amp;quot;grade 8&amp;quot; or &amp;quot;grade 6.4&amp;quot; including to refer to a reading comprehension level (this generally will not exceed 12 and might be meaningless above 20 so higher values may be interpreted as the highest meaningful value)&amp;lt;br /&amp;gt;-- &amp;quot;viewers&amp;quot; for when content (such as a movie) is intended almost entirely to be seen rather than read&amp;lt;br /&amp;gt;-- &amp;quot;listeners&amp;quot; for when content (such as music) is intended almost entirely to be heard rather than read but not generally including text-to-speech support&amp;lt;br /&amp;gt;-- &amp;quot;tts&amp;quot;, &amp;quot;text-to-speech&amp;quot;, or &amp;quot;text to speech&amp;quot;, which three have the same meaning and which are for a page that has substantial support for TTS or that will be readily understood through TTS without need for such support (TTS is often aided by, e.g., pre-resolving pronunciation ambiguities in page coding)&amp;lt;br /&amp;gt;-- values using any numbers in the form of &amp;quot;3-6 years old&amp;quot;, whether a range or a single-number value&amp;lt;br /&amp;gt;-- values using any decade in the form of &amp;quot;born in 1970s&amp;quot;&amp;lt;br /&amp;gt;Unrecognized values such as &amp;quot;botanists&amp;quot;, &amp;quot;Texans&amp;quot;, and &amp;quot;writers who use red ink&amp;quot; may be used but at a risk that a search engine or directory editor will either fail to recognize it or will interpret it in unpredictable ways, or will in the future.&amp;lt;br /&amp;gt;Spellings that are erroneous or slightly different from a recognized value may be interpreted by a search engine or directory editor as representing a recognized value.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value of &amp;quot;all&amp;quot; but without overriding another indication arrived at by other means.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| bot-. . .&lt;br /&gt;
| Robot owners, to allow page authors access to robotic capabilities, e.g., to deny them, should prefix &amp;quot;bot-&amp;quot; to the name of their robot, especially for proprietary bots.&amp;lt;br /&amp;gt;Example: If a robot were to be named &amp;quot;dullbucklequiz&amp;quot;, the name in the meta element would be &amp;quot;bot-dullbucklequiz&amp;quot;.&amp;lt;br /&amp;gt;The value &amp;quot;bot-&amp;quot; alone represents all bots so prefixed, like a wildcard.&amp;lt;br /&amp;gt;Arguably, there&#039;s no need for a list here of any specific bots if http://user-agents.org or http://www.botsvsbrowsers.com/ (and perhaps other sites) is reliable.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| created&lt;br /&gt;
| The datetime at which the document was created. The value is an ISO8601 date. The date MUST follow the [http://www.w3.org/TR/NOTE-datetime W3C Profile of ISO 8601] with a granularity of &amp;quot;Complete date:&amp;quot; or finer. The [http://www.bbc.co.uk/guidelines/futuremedia/desed/previousversions/searchmetadata_vs_1_0.shtml#metadata BBC] use this name.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| creator&lt;br /&gt;
| The creator is an off-Web or pre-Web creator of a work for which an author authored a Web page, so that the creator and the author may be different people.&amp;lt;br /&amp;gt;Searching for one content creator&#039;s work requires a standard robot-parsable format for the information. A personal name, institutional name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one creator. Multiple creators are to be represented with multiple tags.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a content creator need only enter a name once in one first-last or family-given order (e.g., Pat Thunderbird or Thunderbird, Pat, but not requiring both).&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;creator&#039;_MetaExtension|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msnbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Bing only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| ia_archive&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Internet Archive and Alexa only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage&lt;br /&gt;
| The author may be the best expert on which time frame is most relevant to the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers that may focus on the 1800s but mention 1731 and 1912 perhaps unimportantly.&amp;lt;br /&amp;gt;The value for this keyword is a date or time -- not a range and not vague, for which other keywords are proposed -- in a format in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than  once, all the values so appearing are determinative. Multiple values are to be expressed with separate meta elements lest the note be revised in the future in a way incompatible with comma-separating a list.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| property=&amp;quot;og:*&amp;quot;&lt;br /&gt;
| Metadata used by the Open Graph protocol (used by Facebook). Note: currently these are defined as: &amp;lt;meta property=&amp;quot;og.*&amp;quot; content=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ FAQ About the Open Graph protocol from Facebook.]&lt;br /&gt;
| &lt;br /&gt;
| Doesn&#039;t belong in this registry&lt;br /&gt;
| Not a value to be used in the &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-end&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the end. If this keyword is used without datetime-coverage-start (also proposed), its value is interpreted as ending a range without a start.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the end of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-end=1865, datetime-coverage-start=1914, datetime-coverage-end=1918, and datetime-coverage-start=1862, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-start&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the start. If this keyword is used without datetime-coverage-end (also proposed), its value is interpreted as starting a range without an end.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the start of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-start=1862, datetime-coverage-start=1914, datetime-coverage-end=1865, and datetime-coverage-end=1918, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-vague&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that its value is not necessarily crisp. This keyword should be used only when datetime-coverage, datetime-coverage-start, and datetime-coverage-end are inappropriate, but there&#039;s no ban on using all four. Any text without a comma can be the value (e.g., Pleistocene, 1820s, Tuesdays, or before we were born); multiple values are comma-separated.&amp;lt;br /&amp;gt;If this keyword is used with datetime-coverage, datetime-coverage-start, or datetime-coverage-end, the vague value should be exploited along with the value/s for the other keyword/s.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all are determinative.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| DC.&lt;br /&gt;
| Dublin Core, maintained by Dublin Core MetaData Initiative (DCMI), is an extensive system with some overlap with non-DC names.&amp;lt;br /&amp;gt;This reserves all strings that begin with DC and a dot. &#039;&#039;Not true; DC-HTML doesn&#039;t use hardwired prefixes, but defines the prefixes using link/@rel=&amp;quot;scheme.prefix&amp;quot;&#039;&#039;&lt;br /&gt;
| [http://www.DublinCore.org DCMI]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dir-content-pointer&lt;br /&gt;
| When several pages in a directory include main content, a table of contents, an index, and the like, a search engine may be able to organize results more usefully by identifying which is which with a standard vocabulary, helpful when different publishers use different conventions when displaying or printing content.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma and optionally with a trailing number. Multiple values are to be comma-separated (multiple values are appropriate when one document serves multiple purposes). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values, which are pointer types to which numbers may be suffixed, are limited to &amp;quot;start&amp;quot; meaning &#039;the first page that should be seen by a user&#039; (this may be anywhere in the directory and anywhere within content), &amp;quot;toc&amp;quot; meaning &#039;table of contents&#039;, &amp;quot;intro&amp;quot; including introductions, forewords, prefaces, and tables of figures, &amp;quot;abstract&amp;quot;, &amp;quot;main&amp;quot;, &amp;quot;bibliography&amp;quot; and &amp;quot;biblio&amp;quot;, which have the same meaning, &amp;quot;index&amp;quot; which may mean &#039;sitemap&#039; or not, &amp;quot;afterword&amp;quot; and &amp;quot;update&amp;quot; which have the same meaning and need not actually update, &amp;quot;credit&amp;quot; meaning &#039;credits and acknowledgments&#039;, and &amp;quot;author bio&amp;quot; meaning &#039;author&#039;s biography&#039;, including any information about the author including credentials and contact information. The number suffix may be spaceless or not.&amp;lt;br /&amp;gt;When numbers are suffixed, a search engine or directory should arrange like items in numerical order in the results, with unnumbered items following like items that are numbered, e.g., intro 1, intro 2, main 1, main 2, main, main, and so on.&amp;lt;br /&amp;gt;Each directory and each subdirectory has its own sequence.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|expires&lt;br /&gt;
|&amp;lt;code&amp;gt;meta name=&#039;expires&#039;&amp;lt;/code&amp;gt; defines the expiration date of the page. This can be used for web pages in preparation for an upcoming event, e.g. a registration form for an exposition or competition, or other cases with a pre-set date when the document will no longer be valid, e.g. a product offer in a special sale or a support page for a product known not to be supported anymore from a given time onward.&lt;br /&gt;
&lt;br /&gt;
Search engines should respond to this meta tag in a reasonable way, i.e. by removing the page from their main search results after the expiration date (possibly still returning the result in a special search for expired pages as long as the page exists and is not explicitly excluded via &amp;lt;code&amp;gt;robots.txt&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;meta name=&#039;robots&#039;&amp;lt;/code&amp;gt; etc.) or simply by indicating to the user that this result is out-of-date.&lt;br /&gt;
&lt;br /&gt;
The content attribute should define the expiration date in accordance with http://www.w3.org/TR/NOTE-datetime . The meta tag should not be used for pages without expiration date. However, for historical reasons, search engines should also interpret other date formats where possible and should be prepared to find values such as &amp;quot;&amp;quot;, &amp;quot;0&amp;quot;, &amp;quot;no&amp;quot; and &amp;quot;never&amp;quot;. Such non-date values are to be interpreted as no expiration date.&lt;br /&gt;
&lt;br /&gt;
Correctly formatted example:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&#039;expires&#039; content=&#039;2012-12-31T23:59Z&#039;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tag is not to be confused with and has a different meaning than &amp;lt;code&amp;gt;meta http-equiv=&#039;expires&#039;.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-print&lt;br /&gt;
| This is to allow a user agent to inform an operating system or a printer driver of the preferred print medium, such as the paper size.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated (multiple values might be appropriate because standard paper sizes vary around the world). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values are limited to &amp;quot;letter&amp;quot;, &amp;quot;A4&amp;quot;, &amp;quot;legal&amp;quot;, &amp;quot;A5&amp;quot;, &amp;quot;B5&amp;quot;, &amp;quot;monarch&amp;quot;, &amp;quot;envelope 10&amp;quot; meaning size #10, &amp;quot;envelope 6-3-4&amp;quot; meaning size #6 3/4, values with integers and decimals in the form of &amp;quot;8.5 x 11&amp;quot; or &amp;quot;8.5x11&amp;quot; in which spacing of the &amp;quot;x&amp;quot; does not affect meaning, &amp;quot;paper&amp;quot;, which means &#039;paper of the default color (usually white) and weight (usually 20-lb. stock)&#039;, &amp;quot;white&amp;quot;, &amp;quot;yellow&amp;quot;, &amp;quot;pink&amp;quot;, &amp;quot;blue&amp;quot;, &amp;quot;green&amp;quot;, &amp;quot;violet&amp;quot;, or &amp;quot;multicolor&amp;quot;, which means a medium of the given color or mixed, &amp;quot;letterhead&amp;quot;, &amp;quot;p2 letterhead&amp;quot; meaning &#039;letterhead intended for any page except the first&#039;, &amp;quot;watermark&amp;quot; meaning a &#039;special watermark such as an organization&#039;s own&#039;, and &amp;quot;plain&amp;quot; meaning &#039;not preprinted and not letterhead (it may have a paper manufacturer&#039;s watermark not related to letterhead)&#039;.&amp;lt;br /&amp;gt;Omitting &amp;quot;paper&amp;quot; when another recognized value is given defaults to an implied meaning of &#039;paper&#039; with the other value; e.g., &amp;quot;letter&amp;quot; means &#039;letter paper&#039;; the same principle applies to a medium&#039;s color (the default being white for paper and colorless for transparency) and plainness or lack thereof (the default being plain).&amp;lt;br /&amp;gt;Other values should be proposed before being recognized here. Label sizes should be proposed here for labels that are not on backing sheets that fit one of the recognized values, e.g., labels on narrow rolls. Blueprint paper sizes should be proposed here. Media other than standard paper, such as onion skin, heavier paper, card, and clear or color transparency, should be proposed here.&amp;lt;br /&amp;gt;The user agent may, with the user&#039;s or user sysadmin&#039;s permission (as by a menu-driven default), interpret a value to offer an alternative the user might accept and software and firmware other than the UA may interpret a value to the same end with or without permission, so this keyword is only suggestive; e.g., &amp;quot;letter&amp;quot; may be interpreted as &amp;quot;A4&amp;quot;.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value determined by other than the page, e.g., by the printer driver or the user agent.&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;format-print&#039;_MetaExtension|Talk]]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geographic-coverage&lt;br /&gt;
| The author may be the best expert on the geographic relevance of the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers and epidemiological studies which may mention locales only once.&amp;lt;br /&amp;gt;Absence of the keyword defaults to a value of world (not universe), unless the search engine chooses to interpret the page or larger unit for some other value, probably based on other than just contact information given in the website.&amp;lt;br /&amp;gt;The value for this keyword is a semicolon-separated list of one or more place-values, the order of which do not matter. One place-value will use commas to separate, in order, an optional standard natural language symbol applicable to the place-value (when omitted the language applicable to the page will control), a place-class, one or more place-subclasses if any, and one or more place name parts (where, e.g., in &amp;quot;Cape Town, South Africa&amp;quot;, &amp;quot;Cape Town&amp;quot; is a place name part but &amp;quot;Town&amp;quot; is not). Spaces after semicolons and commas are optional; spaces within place-values are present when required for each place-value (e.g., &amp;quot;Quezon City&amp;quot;, not an invented &amp;quot;QuezonCity&amp;quot;).&amp;lt;br /&amp;gt;To distinguish names that might otherwise be too similar, place-classes, all lower-case and hyphenatably spaceless, include &#039;&#039;outer-space&#039;&#039;, &#039;&#039;region&#039;&#039; (on Earth and crossing or larger than a nation, e.g., southern hemisphere, polar region, temperate zone, or Asia), &#039;&#039;intntl-water&#039;&#039; (an &#039;international water body&#039;), &#039;&#039;intntl-agcy&#039;&#039; (&#039;international agency&#039; or &#039;international collection&#039;, e.g., all U.N. member nations), &#039;&#039;nation&#039;&#039;, &#039;&#039;within-nation&#039;&#039; (limited to only one political level down from nation, e.g., state, province, territory, possession, city not included within other political units of a nation, or any comparable unit), &#039;&#039;city&#039;&#039; (including town, village, hamlet, and any comparable political unit below the level of &#039;&#039;within-nation&#039;&#039;), &#039;&#039;addr&#039;&#039; (including address, full-length street, building, institution, and neighborhood without political boundaries), &#039;&#039;pol-unit&#039;&#039; (&#039;&#039;pol&#039;&#039; abbreviating &#039;political&#039;) (e.g., a place of disputed nationhood), &#039;&#039;hist-pol-unit&#039;&#039; (&#039;&#039;hist&#039;&#039; abbreviating &#039;historical&#039;) (e.g., the Roman Empire), &#039;&#039;feature&#039;&#039; (e.g., river), &#039;&#039;num&#039;&#039; (e.g., latitude and longitude or outer-space equivalent in numbers), and &#039;&#039;ethereal&#039;&#039; (including thealogical/theological, fictional including from modern popular entertainment, and ancient secular mythical, but not including that which is asserted to be a state of mind or existence but not a place, such as nirvana). (Example for one hypothetical page: name=&amp;quot;geographic-coverage&amp;quot; content=&amp;quot;region, sub-Saharan Africa; nation, Panama; city, Panama, Panama; within-nation, Sao Paulo, Brazil; city, Sao Paulo, Sao Paulo, Brazil; within-nation, Mississippi, United States of America; region, Middle East; region, Midwest, United States of America; hist-pol-unit, Northwest Territory, United States of America; feature, river, Indus; outer-space, Indus; ethereal, ultima Thule; ethereal, Heaven; ethereal, Flatland; ethereal, Valhalla; en-US, addr, Hotel Valhalla, Fredrikstad, Norway; es, nation, Espana&amp;quot; (Indus is both a river and a constellation, illustrating the need for place-classes)).&amp;lt;br /&amp;gt;Ambiguity of place-values should be avoided despite convenience in coding because search engines may each interpret them as they see fit, e.g., it would be hard for an engine to distinguish New York from New York.&amp;lt;br /&amp;gt;For consistency of spelling, several authority lists should be settled upon, with legal, well-known, and disputed names and common abbreviations all being acceptable; but I&#039;m not proposing one here now (relying on IANA&#039;s ccTLD list might be too complex to implement and still assure coding consistency, e.g., occasionally ccTLDs can be phased out and off of IANA&#039;s list) (a standard vocabulary possibly usable here is the [http://www.getty.edu/research/conducting_research/vocabularies/tgn/index.html Getty Thesaurus of Geographic Names Online], subject to licensing and charset choice); and promulgating authority lists may best be done publicly by search engine managements, who may disagree with each other.&amp;lt;br /&amp;gt;Allowing Unicode for non-Roman alphabet-using locales is desirable, but at present that may raise technical problems, including computer security issues, that are not yet readily soluble.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| keywords-not&lt;br /&gt;
| A comma-separated list of negative keywords that distinguish a closely-related theme from this page&#039;s true theme, to support Boolean NOT searches often more realistically than visible text can, especially when both themes share the same lexicon.&amp;lt;br /&amp;gt;If keywords is no longer a supported name for a meta element, keywords-not is superfluous; however, debate has been revived on whether keywords should be supported or not; see the keywords entry in this Wiki.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6609 W3C Bug 6609]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| nextgen&lt;br /&gt;
| Used for nextgen gallery plugin in wordpress&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Unrelated spec link&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-datetime&lt;br /&gt;
| Better ranking in search engine results for recency or relevance to an event date would be aided by a standard format robots can parse. Users would save search time by not having to load many pages to find which ones are new or date-relevant.&amp;lt;br /&amp;gt;To supply a consistent and known format, the value for this keyword is a date-time expression formed in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-version&lt;br /&gt;
| Pages may be revised several times daily. While date-time given to a granularity of a fraction of a second would often suffice, when a page has to be approved more than once before posting, any or no such time may be correct (without this keyword, a comment could be necessary but probably not parsable by an engine). In addition, versions regardless of date may show consecutiveness and can replace a date that must be vague. In that case, a version number may be more useful for searches and so a robot-parsable format is needed.&amp;lt;br /&amp;gt;The keyword&#039;s value is stated in ASCII digits, is any nonnegative base-10 rational number expressed as an integer or a decimal, with any number of decimal places allowed, and may be padded with any number of leading zeros to support extraction for ASCII sorting.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&amp;lt;br /&amp;gt;The versions 0 and 0.&#039;&#039;n&#039;&#039;, with &#039;&#039;n&#039;&#039; being to any number of places, signify beta versions, i.e., drafts, in the tradition of beta software, while versions 1 and higher ordinarily signify final-release versions. After a final-release version is released, a draft of a later version is not given a version number of 0 or 0.&#039;&#039;n&#039;&#039;, but is numbered higher than the last final-release version. It is suggested to page authors that draft status, if applicable, be shown in the visibly displayed text of the page, rather than that this meta tag be relied upon as the sole notice of draft status, as it may be inadequate notice if alone.&amp;lt;br /&amp;gt;To assign a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1, the page&#039;s URL, if static, may be used as the relevant premise. Thus, if a page is copied or moved to a new URL, the author may choose to restart page-version numbering from 0.&#039;&#039;n&#039;&#039; or 1. If a page&#039;s URL is dynamic, e.g., if created on the fly from a script, the page author may prefer to use as the relevant premise for assigning a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1 the URL of the script or other technology that generates the dynamic-URL page, placing this meta element containing this attribute within the script or other technology, not within the generating page&#039;s head element (the generating page&#039;s head element may have its own meta element with this attribute describing the generating page). If one page containing the script or other technology that generates another page has more than one means for generating dynamic-URL pages, each means should contain its own meta element with this attribute. Page-version is thus largely independent of the page&#039;s date, although both would likely advance roughly in parallel.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| referrer&lt;br /&gt;
| Developers wish to control the sharing of referrer information with linked resources and followed links at the meta level. It&#039;s sometimes desirable to share referrer information from secure to non-secure resources. The proposal is to add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never|default|always&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where the value of the &#039;&#039;&#039;content&#039;&#039;&#039; attribute is:&lt;br /&gt;
* &#039;&#039;&#039;never&#039;&#039;&#039;: No referrer information is leaked when following a links or requesting resources.&lt;br /&gt;
* &#039;&#039;&#039;default&#039;&#039;&#039;: Include referrer information in non-secure context or for HTTPS resources with the same origin.&lt;br /&gt;
* &#039;&#039;&#039;always&#039;&#039;&#039;: Include referrer information when following all links and requesting any resources.&lt;br /&gt;
&lt;br /&gt;
Since &amp;lt;code&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; is redundant with a proposed &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;, the &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; proposal should be supplanted with this one, which provides more robust control.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| resolutions&lt;br /&gt;
| Authoring web sites to use resolution independent images that display beautifully on high-resolution displays should be made as easy as possible for developers and should not require JavaScript to accomplish.&lt;br /&gt;
&lt;br /&gt;
To accomplish this, I propose a new HTML Meta Tag, &amp;lt;code&amp;gt;resolutions&amp;lt;/code&amp;gt;, that can be used to specify that high-resolution versions of images linked to from the page are available and that the browser should use them in place of the lower-resolution default images if it detects that a user is using a high-resolution screen. The resolutions meta tag lists the device-pixel ratios supported by images in the page. &lt;br /&gt;
&lt;br /&gt;
So, for example…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… means that the developer is telling the browser that she has created 2x resolution images for the images linked to from the current page and named them with a @2x suffix. &lt;br /&gt;
&lt;br /&gt;
To illustrate, if her image tag is as follows…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;img src=&amp;quot;/images/flower.jpg&amp;quot; alt=&amp;quot;A flower&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… then she has two image files under /images: the low-resolution default (flower.jpg), and a higher-resolution (200%) version named flower@2x.jpg. &lt;br /&gt;
&lt;br /&gt;
(This is the same naming convention already used by Apple in its Cocoa Touch framework for automatically loading in higher-resolution versions of images.)&lt;br /&gt;
&lt;br /&gt;
Based on the meta tag, if the browser detects that the user is running at a &amp;lt;code&amp;gt;min-device-pixel-ratio&amp;lt;/code&amp;gt; of 2.0, it will automatically ask for the 2x version of the image (flower@2x.jpg) instead of the default image as specified in the image tag. &lt;br /&gt;
&lt;br /&gt;
Finally, so as not to flood external sites with high-resolution image requests, this functionality would only work for local images specified via relative links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Multiple resolutions&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The resolutions tag can also contain a list of supported device-pixel ratios so as to support even higher-resolution displays when and if they become available in the future. &lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x, 4x, 8x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this case, the developer would provide 2x, 4x, and 8x versions of all images. So, in the running example, she would make flower.jpg, flower@2x.jpg, flower@4x.jpg, and flower@8x.jpg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Advantages&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages of this approach are several:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Makes it very simple for developers to support high-resolution displays like the iPhone 4&#039;s Retina screen&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not require JavaScript&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not change the default way that things work (if the meta tag is not specified, the browser simply behaves as it always has).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| [http://aralbalkan.com/3355 Proposal for native browser support of high-resolution image substitution]&lt;br /&gt;
[http://aralbalkan.com/3331 How to make your web content look stunning on the iPhone 4’s new Retina display]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| rights&lt;br /&gt;
| As a page effectively appears in at least two forms, usually one as interpreted and displayed on a device and the other as source code, arguably intellectual property rights that must be asserted must be asserted in ways understandable in both contexts. For example, &amp;amp;amp;copy; is a raw representation that may legally fail as part of copyright notice to someone seeing source code and not the display, important when someone wants to copy source code for use elsewhere and may rely on a defense of innocent infringement (at least in U.S.). While such assertions can be made in a comment element, it may be helpful to have a tag that search engines can parse and index verbatim.&amp;lt;br /&amp;gt;The value may include standard and nonstandard notices, invocations of licenses such as GFDL and ASCAP, and any other information. Content is defined as free-form, leaving the page author discretion for the entry.&amp;lt;br /&amp;gt;Statements in one tag may discuss several portions of the page differently, e.g., with different licenses.&amp;lt;br /&amp;gt;More than one license may be offered, along with the page&#039;s relationship to all.&amp;lt;br /&amp;gt;Not all statements need be license grants. A statement may state whom to ask for reprint permission or may reserve all rights, for example.&amp;lt;br /&amp;gt;Only one meta tag with this keyword may be present. Page authors must not use more than one. A UA finding multiple such tags on one page must ignore all of them.&amp;lt;br /&amp;gt;The copyright symbol that would be generated by its character entity is not recommended for legal notice in source code when the word &#039;Copyright&#039; may be used instead, because the entity may be read in raw form, but use is up to the page author. The same concept applies to any intellectual property rights symbol for which a suitable alternative is available, such as for trademark or service mark.&amp;lt;br /&amp;gt;ASCII text would not suffice when a name or notice legally may have to be in a non-Roman alphabet, but no alternative may yet exist in HTML5.&amp;lt;br /&amp;gt;Search engine storage may impose a length limit, but, because of legal consequences, if the value&#039;s length exceeds a given limit the search index should retain or interpret none of it but only refer to it.&amp;lt;br /&amp;gt;The content string may only be copied verbatim in its full length, referred to, or ignored. It may not be, for example, paraphrased, truncated, interpreted, or classified except in addition to being copied verbatim in its full length.&amp;lt;br /&amp;gt;Ignoring shall not void, nullify, or alter any rights stated in such tag.&amp;lt;br /&amp;gt;For the synonymy, &#039;&#039;IP&#039;&#039;, &#039;&#039;IP-rights&#039;&#039;, and &#039;&#039;IP-right&#039;&#039; are not reserved; while the abbreviation &#039;&#039;IP&#039;&#039; &#039;intellectual property&#039; is common among attorneys in the U.S., page authors will more likely be computerate, and the abbreviation may be wanted for &#039;Internet Protocol&#039;.&lt;br /&gt;
| [[Talk:MetaExtensions#rights:_why_reversion|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| subj-. . .&lt;br /&gt;
| To classify by subject a page&#039;s content, a standard subject taxonomy that will be recognized by a search engine or directory will help. Because many such high-quality taxonomies exist, only a prefix is proposed. Over time, particular taxonomies, in print or online, may be recognized here and keywords assigned for each.&amp;lt;br /&amp;gt;The keyword will be constructed case-insensitively with subkeywords in the form subj-[nationAbbrev]-[taxonomy]-[edition][-optionalSubedition], e.g., subj-US-MeSH-2009online (perhaps). After &amp;quot;subj-&amp;quot;, the second subkeyword will identify the nation where the taxonomy is published or offered as an aid in identifying the taxonomy and does not limit the subject coverage; e.g., a taxonomy published in Japan may be ideal for classifying Canadian botany or Peruvian economy.&amp;lt;br /&amp;gt;As subject values may vary between editions of one taxonomy, an edition and optionally a subedition is to be identified in the third and optionally the fourth subkeywords. The subedition, if any, is any update or revision occurring between editions, such that a value drawn from that edition and subedition is stable. The means of identifying edition and subedition should be included in the registration of a keyword.&amp;lt;br /&amp;gt;Examples of taxonomies from the U.S. include MeSH (medical) and the Library of Congress Subject Headings.&amp;lt;br /&amp;gt;The value identifying a subject for a Web page will be drawn from the cited taxonomy&#039;s edition and subedition.&amp;lt;br /&amp;gt;If the value should have a style to prevent ambiguity in interpretation, that style is to be registered here for that keyword. Multiple values are expressed with multiple meta elements, one value for each, since comma-separation is probably not compatible with all taxonomies.&amp;lt;br /&amp;gt;If a value requires case-sensitivity to prevent confusion, the entry here registering the keyword must accommodate that need with the needs of HTML 5 with an appropriate rule. To that end, a proposal to allow case-sensitivity in meta tags under some circumstances has been offered in the W3C bug reporting system.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6854 W3C Bug 6854]&lt;br /&gt;
| subject-. . .&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MSSmartTagsPreventParsing&lt;br /&gt;
| Microsoft introduced into Internet Explorer 6 Beta a feature that some website designers wished to preclude from applying in order to prevent public misunderstanding of their websites. The feature allowed a browser to add information but at a risk that users wouldn&#039;t know that it wasn&#039;t supplied by the website. This keyword was provided by Microsoft for those of us who wanted it.&amp;lt;br /&amp;gt;Its value was &amp;quot;TRUE&amp;quot;. Microsoft spelled the keyword with some capitals and the value in all capitals but whether capitalization was required for either is unknown; some opinions vary. Since it need be understood by only one browser, and that one a beta version, full standards compliance should not be assumed, and original case may be required. (This tag is used by Google: &amp;quot;&amp;lt;meta content=&#039;true&#039; name=&#039;MSSmartTagsPreventParsing&#039;/&amp;gt;&amp;quot; appeared (with internal quote marks as singles) in the source code for &amp;lt;http://googleblog.blogspot.com/2009/04/listening-to-google-health-users.html&amp;gt;, as accessed 4-27-09.)&amp;lt;br /&amp;gt;Microsoft has apparently removed this instruction from its website on the ground that the beta version is no longer available and is not supported, but that doesn&#039;t assure that some users aren&#039;t still using the beta browser, perhaps inadvertently. Therefore, designers may wish to continue using the keyword and value and they are preserved here.&lt;br /&gt;
| e.g., [http://www.theregister.co.uk/2001/06/25/web_sites_banish_those_winxp/ The Register (U.K.)], [http://cc.uoregon.edu/cnews/summer2001/summer2001.pdf Univ. Oregon (U.S.) (PDF p. 18)], &amp;amp; [http://trillian.mit.edu/~jc/demo/SmartTagsOff.html John Chambers (U.S.) (job résumé near root)], all as accessed 4-19-09&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks spec, potentially never minted by MS as a meta name (as opposed to a http-equiv value), even if minted by Microsoft, abandoned before shipping in any final release of IE&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Failed Proposals ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to more details&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| cache&lt;br /&gt;
| This doesn&#039;t actually work; use HTTP headers instead.&amp;lt;br /&amp;gt;Value must be &amp;quot;public&amp;quot;, &amp;quot;private&amp;quot;, or &amp;quot;no-cache&amp;quot;. Intended as a simple way to tell user agents whether to store a copy of the document or not. An alternate for HTTP/1.1&#039;s cache-control; for publishers without access to modifying cache-control.&lt;br /&gt;
| none&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| no-email-collection&lt;br /&gt;
| HTML5 prohibits URL-valued meta names. They should be rel keywords instead.&amp;lt;br /&amp;gt;Intended to reference legal policy of web site indicating that harvesting of e-mail addresses on the site is not permitted and in violation of applicable laws such as the CAN-SPAM Act of 2003.&lt;br /&gt;
| [https://www.ProjectHoneyPot.org/how_to_avoid_spambots_5.php Project Honey Pot]&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Process ==&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;Status&amp;quot; section to be changed to &amp;quot;Ratified&amp;quot;, the proposed keyword must be defined by a W3C specification in the Candidate Recommendation or Recommendation state. If it fails to go through this process, it is &amp;quot;Unendorsed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For more details, see [http://whatwg.org/specs/web-apps/current-work/#concept-meta-extensions the HTML5 specification].&lt;br /&gt;
&lt;br /&gt;
[[Category:Registries]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Validator.nu_parser&amp;diff=7671</id>
		<title>Validator.nu parser</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Validator.nu_parser&amp;diff=7671"/>
		<updated>2011-11-15T12:01:03Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Point to the hg repo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [http://about.validator.nu/htmlparser/ Validator.nu HTML parser] is an implementation of the HTML5 parsing algorithm in Java with SAX, XOM and DOM interfaces.&lt;br /&gt;
&lt;br /&gt;
The code is available from&lt;br /&gt;
&amp;lt;pre&amp;gt;hg clone https://hg.mozilla.org/projects/htmlparser/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More information from hsivonen at #whatwg.&lt;br /&gt;
&lt;br /&gt;
[[Category:Implementations]]&lt;br /&gt;
[[Category:Validator.nu Documentation]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=7099</id>
		<title>MetaExtensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=7099"/>
		<updated>2011-08-31T10:22:25Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Undo bogus edit removing some wiki syntax&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page lists the allowed extension values for the name=&amp;quot;&amp;quot; attribute of the &amp;amp;lt;meta&amp;gt; element in HTML5. You may add your own values to this list, which makes them legal HTML5 metadata names. We ask that you try to avoid redundancy; if someone has already defined a name that does roughly what you want, please reuse it. Also, please be sure to include &#039;&#039;all&#039;&#039; the items [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names required by the spec] &#039;&#039;including a link to a specification&#039;&#039; that specifies the keyword &#039;&#039;as an HTML meta keyword&#039;&#039;. Note that URL-valued properties must not be registered as meta names but should be registered as [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions rel keywords] instead. Also note that changes to this registry may not be reflected in validators in real time.&lt;br /&gt;
&lt;br /&gt;
== Registered Extensions ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| alexaverifyid&lt;br /&gt;
| Used to verify ownership of Alexa Search&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-capable&lt;br /&gt;
| Sets whether a web application runs in full-screen mode.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| Could maybe be assumed when &amp;lt;code&amp;gt;application-name&amp;lt;/code&amp;gt; is set?&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-status-bar-style&lt;br /&gt;
| Sets the style of the status bar for a web application.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| baiduspider&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Baidu only.&lt;br /&gt;
| [http://www.baidu.com/search/robots_english.html Baidu documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-param&lt;br /&gt;
| Cross-site request forgery protection parameter for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-token&lt;br /&gt;
| Cross-site request forgery protection token for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dc.date.issued&lt;br /&gt;
| Date of publication for Google News. The format of the content is YYYY-MM-DD or YYYY-MM-DDThh:mm:ssTZD.&lt;br /&gt;
| [http://www.google.com/support/news_pub/bin/answer.py?answer=93994 Google News documentation]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dcterms.issued&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.abstract&lt;br /&gt;
| A summary of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-abstract DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accessRights&lt;br /&gt;
| Information about who can access the resource or an indication of its security status.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accessRights DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualMethod&lt;br /&gt;
| The method by which items are added to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualMethod DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualPeriodicity&lt;br /&gt;
| The frequency with which items are added to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualPeriodicity DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.accrualPolicy&lt;br /&gt;
| The policy governing the addition of items to a collection.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-accrualPolicy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.alternative&lt;br /&gt;
| An alternative name for the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-alternative DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.audience&lt;br /&gt;
| A class of entity for whom the resource is intended or useful.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-audience DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.available&lt;br /&gt;
| Date (often a range) that the resource became or will become available.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-available DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.bibliographicCitation&lt;br /&gt;
| A bibliographic reference for the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-bibliographicCitation DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;cite&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.conformsTo&lt;br /&gt;
| An established standard to which the described resource conforms.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-conformsTo DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.contributor&lt;br /&gt;
| An entity responsible for making contributions to the content of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-contributor DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.coverage&lt;br /&gt;
| The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-coverage DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.created&lt;br /&gt;
| Date of creation of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-created DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.creator&lt;br /&gt;
| An entity primarily responsible for making the resource. Examples of&lt;br /&gt;
a Creator include a person, an organization, or a service.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-creator DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| In some cases redundant with the HTML built-in keyword &lt;br /&gt;
| &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt; Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.date&lt;br /&gt;
| A point or period of time associated with an event in the lifecycle of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-date DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateAccepted&lt;br /&gt;
| Date of acceptance of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateAccepted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateCopyrighted&lt;br /&gt;
| Date of copyright.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateCopyrighted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.dateSubmitted&lt;br /&gt;
| Date of submission of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-dateSubmitted DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.description&lt;br /&gt;
| An account of the resource. Description may include but is not&lt;br /&gt;
limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-description DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt; &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.educationLevel&lt;br /&gt;
| A class of entity, defined in terms of progression through an educational or training context, for which the described resource is intended.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-educationLevel DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.extent&lt;br /&gt;
| The size or duration of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-extent DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.format&lt;br /&gt;
| The file format, physical medium, or dimensions of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-format DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasFormat&lt;br /&gt;
| A related resource that is substantially the same as the pre-existing described resource, but in another format.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasFormat DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasPart&lt;br /&gt;
| A related resource that is included either physically or logically in the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasPart DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
 &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.hasVersion&lt;br /&gt;
| A related resource that is a version, edition, or adaptation of the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-hasVersion DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.identifier&lt;br /&gt;
| An unambiguous reference to the resource within a given context.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-identifier DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.instructionalMethod&lt;br /&gt;
| A process used to engender knowledge, attitudes and skills, that the described resource is designed to support.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-instructionalMethod DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isFormatOf&lt;br /&gt;
| A related resource that is substantially the same as the described resource, but in another format.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isFormatOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isPartOf&lt;br /&gt;
| A related resource in which the described resource is physically or logically included.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isPartOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isReferencedBy&lt;br /&gt;
| A related resource that references, cites, or otherwise points to the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isReferencedBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isReplacedBy&lt;br /&gt;
| A related resource that supplants, displaces, or supersedes the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isReplacedBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isRequiredBy&lt;br /&gt;
| A related resource that requires the described resource to support its function, delivery, or coherence.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isRequiredBy DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.issued&lt;br /&gt;
| Date of formal issuance (e.g., publication) of the resource. (DC&lt;br /&gt;
doesn&#039;t spec a date format but the established practice is&lt;br /&gt;
YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-issued DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.isVersionOf&lt;br /&gt;
| A related resource of which the described resource is a version, edition, or adaptation.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-isVersionOf DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML link type keyword &amp;quot;alternate&amp;quot; used with &amp;quot;link&amp;quot; element:&amp;lt;code&amp;gt;rel=&amp;quot;alternate&amp;quot; type=&amp;quot;URI of related resource&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a&lt;br /&gt;
controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the&lt;br /&gt;
&amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.license&lt;br /&gt;
| A legal document giving official permission to do something with the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-license DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;license&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.mediator&lt;br /&gt;
| An entity that mediates access to the resource and for whom the resource is intended or useful.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-mediator DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.medium&lt;br /&gt;
| The material or physical carrier of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-medium DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.modified&lt;br /&gt;
| Date on which the resource was changed. (DC doesn&#039;t spec a date&lt;br /&gt;
format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-modified DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.provenance&lt;br /&gt;
| A statement for any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-provenance DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.publisher&lt;br /&gt;
| An entity responsible for making the resource available.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-publisher DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.references&lt;br /&gt;
| A related resource that is referenced, cited, or otherwise pointed to by the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-references DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.relation&lt;br /&gt;
| A related resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-relation DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.replaces&lt;br /&gt;
| A related resource that is supplanted, displaced, or superseded by the described resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-replaces DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.requires&lt;br /&gt;
| A related resource that is required by the described resource to support its function, delivery, or coherence.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-requires DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.rights&lt;br /&gt;
| Information about rights held in and over the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-rights DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.rightsHolder&lt;br /&gt;
| A person or organization owning or managing rights over the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-rightsHolder DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.source&lt;br /&gt;
| A related resource from which the described resource is derived.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-source DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.spatial&lt;br /&gt;
| Spatial characteristics of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-spatial DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.subject&lt;br /&gt;
| The topic of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-subject DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;keywords&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.tableOfContents&lt;br /&gt;
| A list of subunits of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-tableOfContents DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.temporal&lt;br /&gt;
| Temporal characteristics of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-temporal DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| A name given to the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-title DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.type&lt;br /&gt;
| The nature or genre of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-type DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| dcterms.valid&lt;br /&gt;
| Date (often a range) of validity of a resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-valid DCMI&lt;br /&gt;
Metadata Terms] mapped according to&lt;br /&gt;
[http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| publisher&lt;br /&gt;
| Searching for one content publisher&#039;s or page publisher&#039;s work requires a standard robot-parsable format for the information. This often differs from creator or author when the publisher is an institution. An institutional name, personal name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one publisher. Multiple publishers are to be represented with multiple tags, although multiple publishers are less common than multiple authors or creators; multiplicity is more likely for a legal name and a well-known name.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a publisher need only enter a name once in one order.&lt;br /&gt;
| defacto standard, used in nearly every website, e.g. [http://www.gaijin.at/olsmgen.php][http://developers.evrsoft.com/metagen.shtml][http://www.html-seminar.de/metatags.htm]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| review_date&lt;br /&gt;
| The date a resource is scheduled for review by content creator in order to determine if it should be archived, updated or retained as is.&lt;br /&gt;
| [http://www.hc-sc.gc.ca/home-accueil/alt_formats/pacrb-dgapcr/pdf/Metadata_Application_Profile_2009.pdf Health Canada Web Metadata Application Profile March 2009 ]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| es.title&lt;br /&gt;
| Object Title, where this is not the TITLE or H1 tag content, but the resource title&lt;br /&gt;
| [http://www.eibs.co.uk/reference/ EIBS EasySite CMS - Content Attributes Reference]&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-detection&lt;br /&gt;
| Enables or disables automatic detection of possible phone numbers in a webpage in Safari on iOS.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.placename&lt;br /&gt;
| Defines name of geographic place to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.placename&amp;quot; content=&amp;quot;Auwaldstraße 11, 79110 Freiburg im Breisgau, Deutschland&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.position&lt;br /&gt;
| Defines geographic position to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.position&amp;quot; content=&amp;quot;48.02682000000001;7.809769999999958&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| icbm (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.region&lt;br /&gt;
| Defines name of geographic region to which page is related to. Content is specified by ISO-3166.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.region&amp;quot; content=&amp;quot;DE-BW&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&amp;lt;br&amp;gt;[http://en.wikipedia.org/wiki/ISO_3166 ISO-3166]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| google-site-verification&lt;br /&gt;
| Used to verify ownership for Webmaster Tools.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=79812 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| googlebot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Googlebot only.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=93710 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| icbm&lt;br /&gt;
| Defines geographic position to which page is related to. The acronym stands for ICBM Intercontinental Ballistic Missile - an old, humorous allusion to the possible use of such coordinates.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;ICBM&amp;quot; content=&amp;quot;47.0667, 15.4500&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://geourl.org/add.html GeoURL documentation]&lt;br /&gt;
| geo.position (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-task&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
Jump List items act as entry points into the website even when the browser is not running. A Jump List can contain commonly used destinations and tasks. Some items apply to the whole site, and some apply only to specific users. &lt;br /&gt;
For example, to add a single task called &amp;quot;Check Order Status&amp;quot; specify a meta element in the head of your webpage, as follows:&lt;br /&gt;
 &amp;lt;META name=&amp;quot;msapplication-task&amp;quot; content=&amp;quot;name=Check Order Status;&lt;br /&gt;
      action-uri=./orderStatus.aspx?src=IE9;&lt;br /&gt;
      icon-uri=./favicon.ico&amp;quot;  /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491725(v=vs.85).aspx Tasks in Jump List]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-starturl&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-starturl&amp;quot; metadata contains the root URL of the application. The start URL can be fully qualified, or relative to the current document. Only HTTP and HTTPS protocols are allowed. If this element is missing, the address of the current page is used instead.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-starturl&amp;quot; content=&amp;quot;./&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-tooltip&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-tooltip&amp;quot; metadata provides additional tooltip text that appears when you hover over the Pinned Site shortcut in the Windows Start menu or on the desktop.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-tooltip&amp;quot; content=&amp;quot;Channel 9 Podcasts&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-navbutton-color&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-navbutton-color&amp;quot; metadata define the custom color of the Back and Forward buttons in the Pinned Site browser window. Any named color, or hex color value is valid.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-navbutton-color&amp;quot; content=&amp;quot;#FF3300&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msvalidate.01&lt;br /&gt;
| One of the verification elements used by Bing.&lt;br /&gt;
| [http://onlinehelp.microsoft.com/en-us/bing/hh204490.aspx Bing Webmaster Tools]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| norton-safeweb-site-verification&lt;br /&gt;
| Used to verify ownership of Website for Norton SafeWeb.&lt;br /&gt;
| http://safeweb.norton.com/help/site_owners#verification_tips Norton SafeWeb Help Documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rating &lt;br /&gt;
| The Restricted to Adults label (RTA) provides a way for adult oriented websites to indicate that their content is off limits to children. RTA was introduced in 2006 and is currently used by a large number of adult web content providers. RTA is recognized by all major parental control filters.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;RATING&amp;quot; content=&amp;quot;RTA-5042-1996-1400-1577-RTA&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://www.rtalabel.org/index.php?content=howto RTA documentation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rights-standard&lt;br /&gt;
| The purpose is to enable search engines and other cataloging services to compile the types of rights allocated to the work. (Does any search engine actually implement this? [[User:Hsivonen|hsivonen]] 07:34, 14 July 2011 (UTC))&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This keyword does not provide, remove or alter any legal protections or designations.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Format: &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;rights-standard&amp;quot; content=&amp;quot;element id;rights&amp;quot; /&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* element id - the HTML Element ID of the item these rights apply to&lt;br /&gt;
* rights - what rights are assigned to the item&lt;br /&gt;
** &amp;quot;pd&amp;quot; - Public domain&lt;br /&gt;
** &amp;quot;cc by-sa&amp;quot; - Creative Commons Attribution&lt;br /&gt;
** &amp;quot;cc by-nd&amp;quot; - Creative Commons  NoDerivs &lt;br /&gt;
** &amp;quot;cc by-nc&amp;quot; - Creative Commons Attribution-NonCommercial&lt;br /&gt;
** &amp;quot;cc by-nc-sa&amp;quot; - Creative Commons Attribution-NonCommercial-ShareAlike&lt;br /&gt;
** &amp;quot;cc by-nc-nd&amp;quot; - Creative Commons Attribution-NonCommercial-NoDerivs&lt;br /&gt;
&lt;br /&gt;
| [http://sites.google.com/site/metarightsstandard/ Spec]&lt;br /&gt;
|Redundant with [http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#licensing-works Microdata vocabulary for licensing works].&lt;br /&gt;
|Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| robots&lt;br /&gt;
| A comma-separated list of operators explaining how search engine crawlers should treat the content. Possible values are &amp;quot;noarchive&amp;quot; to prevent cached versions, &amp;quot;noindex&amp;quot; to prevent indexing, and &amp;quot;nofollow&amp;quot; works as the link rel value with the same name. This meta name is already supported by every popular search engine.&amp;lt;br /&amp;gt;The content value &amp;quot;NOODP&amp;quot; has been offered elsewhere, so I&#039;m proposing it here. It blocks robots from using [http://www.dmoz.org Open Directory Project] descriptions of a website instead of Web pages&#039; own meta descriptions. It may have been introduced by Microsoft.&amp;lt;br /&amp;gt;The content value &amp;quot;NOYDIR&amp;quot; has been offered by Yahoo, so I&#039;m proposing it here. It blocks Yahoo&#039;s robot from using the Yahoo directory&#039;s descriptions of a website instead of Web pages&#039; own meta descriptions. Whether any other robot supports this is unknown but possibly no other search engine uses Yahoo&#039;s directory anyway.&lt;br /&gt;
| [http://www.robotstxt.org/wc/exclusion.html#meta Robots exclusion protocol], NOODP value: [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=35264 Google], [http://help.yahoo.com/l/us/yahoo/search/indexing/indexing-11.html Yahoo], NOYDIR value: [http://ysearchblog.com/2007/02/28/yahoo-search-support-for-noydir-meta-tags-and-weather-update/ Yahoo], as accessed 4-28-09&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| slurp&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Yahoo! only.&lt;br /&gt;
| [http://help.yahoo.com/l/au/yahoo7/search/indexing/indexing-11.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| teoma&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Teoma and Ask.com only.&lt;br /&gt;
| [http://about.ask.com/en/docs/about/webmasters.shtml Ask.com documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| verify-v1&lt;br /&gt;
| Legacy verification for Google Sitemaps.&lt;br /&gt;
| [http://sitemaps.blogspot.com/2006/05/more-about-meta-tag-verification.html Inside Google Sitemaps: More about meta tag verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| &amp;lt;span id=&amp;quot;viewport&amp;quot;&amp;gt;viewport&amp;lt;/span&amp;gt;&lt;br /&gt;
| Provides a way for documents to specify (using markup rather than CSS) the size, zoom factor, and orientation of the viewport that is used as the base for the document&#039;s [http://www.w3.org/TR/CSS21/visudet.html#containing-block-details initial containing block]. The following properties can be used in the value of the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute:&lt;br /&gt;
* width&lt;br /&gt;
* height&lt;br /&gt;
* initial-scale&lt;br /&gt;
* minimum-scale&lt;br /&gt;
* maximum-scale&lt;br /&gt;
* user-scalable&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;initial-scale=1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=480, initial-scale=2.0, user-scalable=1&amp;quot;&amp;gt;&lt;br /&gt;
For more details, see the [http://dev.w3.org/csswg/css-device-adapt/#viewport-meta-element Viewport META element] section of the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification.&lt;br /&gt;
| For &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; elements that have a &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute whose value is &amp;lt;code&amp;gt;viewport&amp;lt;/code&amp;gt;, the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification defines the recognized properties for the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute&amp;gt;, as well as an algorithm for parsing the value of that attribute.&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_n&lt;br /&gt;
| &#039;&#039;&#039;Name of the Content Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_n&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_s&lt;br /&gt;
| &#039;&#039;&#039;Name of Content Sub-Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_s&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ac&lt;br /&gt;
| &#039;&#039;&#039;Advertising Click parameter&#039;&#039;&#039;&lt;br /&gt;
When a visitor to your site clicks on an ad, that action is referred to as an Ad Click. The following META tag tracks advertising clicks:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ac&amp;quot; CONTENT=&amp;quot;name&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the advertisement clicked to reach a particular web page. The Ad Click must contain an external redirect back to the client. The redirect needs to include the necessary code to generate a hit to the SDC server. You can designate multiple Advertising Clicks using semicolons.&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file111.html?WT.ac=CONTENT111&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file222.html?WT.ac=CONTENT222&amp;quot;&amp;gt;&lt;br /&gt;
The name of the advertisement clicked to reach a particular web page. To capture this information with DCS, the Advertising Click must contain an external redirect back to the client. The redirect needs to &lt;br /&gt;
&lt;br /&gt;
include the necessary code to generate a hit to the DCS. The maximum length for each name is 64 bytes.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ad&lt;br /&gt;
| &#039;&#039;&#039;Advertising View parameter&#039;&#039;&#039;&lt;br /&gt;
Visitors often view advertisements that they do not necessarily click on. You can use On-Site Advertising to determine the number of visitors to your web site who view particular ads. With this feature you can produce advertising reports for each of your clients.&lt;br /&gt;
If you are selling advertising space on your web site, for example, you can collect traffic statistics to help determine pricing schedules.&lt;br /&gt;
The following META tag tracks advertising views:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.ad&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.mc_id&lt;br /&gt;
| &#039;&#039;&#039;Identifies the ID of the marketing campaign&#039;&#039;&#039;&lt;br /&gt;
To attract new students, a university launches a marketing campaign by sending recruitment email to all graduating high school seniors in a metropolitan area. The email links to a special landing page in the university’s web site, containing the following META tag to track marketing campaigns.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.mc_id&amp;quot; CONTENT=&amp;quot;1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
You may use this parameter on the URL.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;link?WT.mc_id=1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
The Campaign ID 1X2GG34 represents recruits to be contacted by email&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.sv&lt;br /&gt;
| &#039;&#039;&#039;Tracking Servers parameter&#039;&#039;&#039;&lt;br /&gt;
If your site is hosted on multiple servers, a server cluster, or a server farm, and you want to evaluate the performance of your load balancer, Webtrends can track page views for each server. To do so, populate the following META tag on all pages on each server:&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;My Server&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the machine that serves the web page. If you have two servers (Server1 and Server2), you would make two copies of the META tag and designate CONTENT=“Server1” for deployment to pages on the first server and CONTENT=“Server2” for deployment to the same pages on the second server.&lt;br /&gt;
For a server farm, you can extract the value of the built-in server name and dynamically assign it to the&lt;br /&gt;
META tag using server-side scripting.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server1&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server2&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [https://tagbuilder.webtrends.com/Help/Miscellaneous/AdSearch.aspx?keepThis=true&amp;amp;TB_iframe=true&amp;amp;height=450&amp;amp;width=650 About WT.ad].&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ti&lt;br /&gt;
| &#039;&#039;&#039;Tracking Page Titles&#039;&#039;&#039;&lt;br /&gt;
You may want to modify a page title before sending it to Webtrends in the following cases:&lt;br /&gt;
* You are dealing with dynamic content pages identified by URL parameters, and the page title represents the title of the base URL page rather than the dynamic content page.&lt;br /&gt;
Unless you modify the page titles, all pages have the same title in the reports.&lt;br /&gt;
* All pages have been assigned the same title, for reasons of style or company policy.&lt;br /&gt;
Even though URLs are displayed in addition to page title, the entire URL cannot be depended upon to distinguish one page from another.&lt;br /&gt;
Use server-side scripts to change the title to something that reflects the content of the pages so that you can identify them in reports. Next, pass the customized page titles to Webtrends, using the following META tag:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ti&amp;quot; CONTENT=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the title for this page.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| y_key&lt;br /&gt;
| Used to verify ownership for Yahoo! Site Explorer&lt;br /&gt;
| [http://help.yahoo.com/l/us/yahoo/search/siteexplorer/siteexplorer-06.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| yandex-verification&lt;br /&gt;
| Used to verify ownership for Yandex Webmaster.&lt;br /&gt;
| [http://help.yandex.ru/webmaster/?id=995300#995356 Yandex Webmaster ownership verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.instruction&lt;br /&gt;
| Globrix property information: Property to Buy or Rent&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.price&lt;br /&gt;
| Globrix property information: Price for the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.postcode&lt;br /&gt;
| Globrix property information: Postcode of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bedrooms&lt;br /&gt;
| Globrix property information: Number of bedrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bathrooms&lt;br /&gt;
| Globrix property information: Number of bathrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.type&lt;br /&gt;
| Globrix property information: Type of property e.g. &#039;semi-detatched house&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.condition&lt;br /&gt;
| Globrix property information: Condition of the property e.g. &#039;renovated&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.features&lt;br /&gt;
| Globrix property information: Features of the property e.g. &#039;double glazing&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.outsidespace&lt;br /&gt;
| Globrix property information: External features of the property e.g. &#039;garden&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.parking&lt;br /&gt;
| Globrix property information: Parking available for property e.g. &#039;parking for 2 cars&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.period&lt;br /&gt;
| Globrix property information: Period of the property e.g. &#039;victorian terrace&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.poa&lt;br /&gt;
| Globrix property information: If the property price is only available on application&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.tenure&lt;br /&gt;
| Globrix property information: The tenure of the property e.g. &#039;leasehold&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.underoffer&lt;br /&gt;
| Globrix property information: Indicates if the property is under offer&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.priceproximity&lt;br /&gt;
| Globrix property information: The region of the attached price e.g. &#039;guide price of&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.latitude&lt;br /&gt;
| Globrix property information: The latitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.longitude&lt;br /&gt;
| Globrix property information: The longitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposals that don&#039;t meet the [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names requirements] for a registration ==&lt;br /&gt;
&lt;br /&gt;
Note that these proposals can be moved back to the registry table if the problems listed in the rightmost column of this table are addressed.&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
! Registration requirement failure&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| audience&lt;br /&gt;
| To aid search engines in classifying and to aid directory compilers, an audience most appropriate for the page may be suggested. Subject matter may not be a good clue; for example, an analysis of children&#039;s literature may be directed to teachers.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated. Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values:&amp;lt;br /&amp;gt;-- &amp;quot;all&amp;quot; and &amp;quot;everyone&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;adult&amp;quot; and &amp;quot;mature&amp;quot; have the same meaning and are for content that only adults may access, but no one responsible for preventing a nonadult or the immature from accessing the page or its content should rely on either or both of these values to do so without other means (not the same as &amp;quot;grownup&amp;quot;, which see)&amp;lt;br /&amp;gt;-- &amp;quot;child&amp;quot; and &amp;quot;juvenile&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;teen&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;grownup&amp;quot; is not identical to &amp;quot;adult&amp;quot; or &amp;quot;mature&amp;quot; in not implying a precise boundary but is approximately any person who may be able to understand and apply the content (e.g., car driving instruction that may be read by a minor not yet old enough to drive a car but who would likely benefit from somewhat early exposure to the instruction)&amp;lt;br /&amp;gt;-- &amp;quot;parent&amp;quot; to include guardian and temporary caregiver&amp;lt;br /&amp;gt;-- &amp;quot;teacher&amp;quot; to include professor and ad hoc instructor&amp;lt;br /&amp;gt;-- &amp;quot;elementary school student&amp;quot; to include any student below high school&amp;lt;br /&amp;gt;-- &amp;quot;high school student&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;elhi&amp;quot; to include any student in elementary school through high school&amp;lt;br /&amp;gt;-- &amp;quot;college student&amp;quot; including graduate and professional school&amp;lt;br /&amp;gt;-- &amp;quot;business&amp;quot; including management, finance, and prospective customers (this includes e-commerce and investor sites)&amp;lt;br /&amp;gt;-- &amp;quot;health&amp;quot; including any health care provider including alternative and ad hoc&amp;lt;br /&amp;gt;-- &amp;quot;patient&amp;quot; for any health care recipient&amp;lt;br /&amp;gt;-- &amp;quot;lawyer&amp;quot; including judge, paralegal, and jailhouse lawyer&amp;lt;br /&amp;gt;-- &amp;quot;law client&amp;quot; for any prospective recipient of a lawyer&#039;s service (not usually a social work client) with &#039;&#039;lawyer&#039;&#039; including paralegal and jailhouse lawyer but not necessarily judge&amp;lt;br /&amp;gt;-- &amp;quot;craft&amp;quot; for any craftworker including laborer and artisan&amp;lt;br /&amp;gt;-- &amp;quot;artist&amp;quot; including musician, actor, dancer, and sculptor and including creator and performer&amp;lt;br /&amp;gt;-- &amp;quot;military&amp;quot; including paramilitary&amp;lt;br /&amp;gt;-- &amp;quot;news&amp;quot; including any consumer of rapidly-developing news&amp;lt;br /&amp;gt;-- &amp;quot;introductory&amp;quot; and &amp;quot;beginner&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;intermediate&amp;quot; and &amp;quot;midlevel&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;advanced&amp;quot; and &amp;quot;advance&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;scholarly&amp;quot; and &amp;quot;scholar&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;popular&amp;quot; generally referring to a writing style&amp;lt;br /&amp;gt;-- &amp;quot;older&amp;quot; including retiree&amp;lt;br /&amp;gt;-- &amp;quot;institution&amp;quot; including from corporation to conspiracy (such as for management advice)&amp;lt;br /&amp;gt;-- &amp;quot;government&amp;quot; including agencies and prospective politicians&amp;lt;br /&amp;gt;-- values using any integer or single-digit decimal in the form of &amp;quot;grade 8&amp;quot; or &amp;quot;grade 6.4&amp;quot; including to refer to a reading comprehension level (this generally will not exceed 12 and might be meaningless above 20 so higher values may be interpreted as the highest meaningful value)&amp;lt;br /&amp;gt;-- &amp;quot;viewers&amp;quot; for when content (such as a movie) is intended almost entirely to be seen rather than read&amp;lt;br /&amp;gt;-- &amp;quot;listeners&amp;quot; for when content (such as music) is intended almost entirely to be heard rather than read but not generally including text-to-speech support&amp;lt;br /&amp;gt;-- &amp;quot;tts&amp;quot;, &amp;quot;text-to-speech&amp;quot;, or &amp;quot;text to speech&amp;quot;, which three have the same meaning and which are for a page that has substantial support for TTS or that will be readily understood through TTS without need for such support (TTS is often aided by, e.g., pre-resolving pronunciation ambiguities in page coding)&amp;lt;br /&amp;gt;-- values using any numbers in the form of &amp;quot;3-6 years old&amp;quot;, whether a range or a single-number value&amp;lt;br /&amp;gt;-- values using any decade in the form of &amp;quot;born in 1970s&amp;quot;&amp;lt;br /&amp;gt;Unrecognized values such as &amp;quot;botanists&amp;quot;, &amp;quot;Texans&amp;quot;, and &amp;quot;writers who use red ink&amp;quot; may be used but at a risk that a search engine or directory editor will either fail to recognize it or will interpret it in unpredictable ways, or will in the future.&amp;lt;br /&amp;gt;Spellings that are erroneous or slightly different from a recognized value may be interpreted by a search engine or directory editor as representing a recognized value.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value of &amp;quot;all&amp;quot; but without overriding another indication arrived at by other means.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| bot-. . .&lt;br /&gt;
| Robot owners, to allow page authors access to robotic capabilities, e.g., to deny them, should prefix &amp;quot;bot-&amp;quot; to the name of their robot, especially for proprietary bots.&amp;lt;br /&amp;gt;Example: If a robot were to be named &amp;quot;dullbucklequiz&amp;quot;, the name in the meta element would be &amp;quot;bot-dullbucklequiz&amp;quot;.&amp;lt;br /&amp;gt;The value &amp;quot;bot-&amp;quot; alone represents all bots so prefixed, like a wildcard.&amp;lt;br /&amp;gt;Arguably, there&#039;s no need for a list here of any specific bots if http://user-agents.org or http://www.botsvsbrowsers.com/ (and perhaps other sites) is reliable.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| created&lt;br /&gt;
| The datetime at which the document was created. The value is an ISO8601 date. The date MUST follow the [http://www.w3.org/TR/NOTE-datetime W3C Profile of ISO 8601] with a granularity of &amp;quot;Complete date:&amp;quot; or finer. The [http://www.bbc.co.uk/guidelines/futuremedia/desed/previousversions/searchmetadata_vs_1_0.shtml#metadata BBC] use this name.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| creator&lt;br /&gt;
| The creator is an off-Web or pre-Web creator of a work for which an author authored a Web page, so that the creator and the author may be different people.&amp;lt;br /&amp;gt;Searching for one content creator&#039;s work requires a standard robot-parsable format for the information. A personal name, institutional name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one creator. Multiple creators are to be represented with multiple tags.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a content creator need only enter a name once in one first-last or family-given order (e.g., Pat Thunderbird or Thunderbird, Pat, but not requiring both).&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;creator&#039;_MetaExtension|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msnbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Bing only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| ia_archive&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Internet Archive and Alexa only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage&lt;br /&gt;
| The author may be the best expert on which time frame is most relevant to the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers that may focus on the 1800s but mention 1731 and 1912 perhaps unimportantly.&amp;lt;br /&amp;gt;The value for this keyword is a date or time -- not a range and not vague, for which other keywords are proposed -- in a format in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than  once, all the values so appearing are determinative. Multiple values are to be expressed with separate meta elements lest the note be revised in the future in a way incompatible with comma-separating a list.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| property=&amp;quot;og:*&amp;quot;&lt;br /&gt;
| Metadata used by the Open Graph protocol (used by Facebook). Note: currently these are defined as: &amp;lt;meta property=&amp;quot;og.*&amp;quot; content=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ FAQ About the Open Graph protocol from Facebook.]&lt;br /&gt;
| &lt;br /&gt;
| Doesn&#039;t belong in this registry&lt;br /&gt;
| Not a value to be used in the &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-end&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the end. If this keyword is used without datetime-coverage-start (also proposed), its value is interpreted as ending a range without a start.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the end of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-end=1865, datetime-coverage-start=1914, datetime-coverage-end=1918, and datetime-coverage-start=1862, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-start&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the start. If this keyword is used without datetime-coverage-end (also proposed), its value is interpreted as starting a range without an end.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the start of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-start=1862, datetime-coverage-start=1914, datetime-coverage-end=1865, and datetime-coverage-end=1918, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-vague&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that its value is not necessarily crisp. This keyword should be used only when datetime-coverage, datetime-coverage-start, and datetime-coverage-end are inappropriate, but there&#039;s no ban on using all four. Any text without a comma can be the value (e.g., Pleistocene, 1820s, Tuesdays, or before we were born); multiple values are comma-separated.&amp;lt;br /&amp;gt;If this keyword is used with datetime-coverage, datetime-coverage-start, or datetime-coverage-end, the vague value should be exploited along with the value/s for the other keyword/s.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all are determinative.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| DC.&lt;br /&gt;
| Dublin Core, maintained by Dublin Core MetaData Initiative (DCMI), is an extensive system with some overlap with non-DC names.&amp;lt;br /&amp;gt;This reserves all strings that begin with DC and a dot. &#039;&#039;Not true; DC-HTML doesn&#039;t use hardwired prefixes, but defines the prefixes using link/@rel=&amp;quot;scheme.prefix&amp;quot;&#039;&#039;&lt;br /&gt;
| [http://www.DublinCore.org DCMI]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dir-content-pointer&lt;br /&gt;
| When several pages in a directory include main content, a table of contents, an index, and the like, a search engine may be able to organize results more usefully by identifying which is which with a standard vocabulary, helpful when different publishers use different conventions when displaying or printing content.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma and optionally with a trailing number. Multiple values are to be comma-separated (multiple values are appropriate when one document serves multiple purposes). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values, which are pointer types to which numbers may be suffixed, are limited to &amp;quot;start&amp;quot; meaning &#039;the first page that should be seen by a user&#039; (this may be anywhere in the directory and anywhere within content), &amp;quot;toc&amp;quot; meaning &#039;table of contents&#039;, &amp;quot;intro&amp;quot; including introductions, forewords, prefaces, and tables of figures, &amp;quot;abstract&amp;quot;, &amp;quot;main&amp;quot;, &amp;quot;bibliography&amp;quot; and &amp;quot;biblio&amp;quot;, which have the same meaning, &amp;quot;index&amp;quot; which may mean &#039;sitemap&#039; or not, &amp;quot;afterword&amp;quot; and &amp;quot;update&amp;quot; which have the same meaning and need not actually update, &amp;quot;credit&amp;quot; meaning &#039;credits and acknowledgments&#039;, and &amp;quot;author bio&amp;quot; meaning &#039;author&#039;s biography&#039;, including any information about the author including credentials and contact information. The number suffix may be spaceless or not.&amp;lt;br /&amp;gt;When numbers are suffixed, a search engine or directory should arrange like items in numerical order in the results, with unnumbered items following like items that are numbered, e.g., intro 1, intro 2, main 1, main 2, main, main, and so on.&amp;lt;br /&amp;gt;Each directory and each subdirectory has its own sequence.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|expires&lt;br /&gt;
|&amp;lt;code&amp;gt;meta name=&#039;expires&#039;&amp;lt;/code&amp;gt; defines the expiration date of the page. This can be used for web pages in preparation for an upcoming event, e.g. a registration form for an exposition or competition, or other cases with a pre-set date when the document will no longer be valid, e.g. a product offer in a special sale or a support page for a product known not to be supported anymore from a given time onward.&lt;br /&gt;
&lt;br /&gt;
Search engines should respond to this meta tag in a reasonable way, i.e. by removing the page from their main search results after the expiration date (possibly still returning the result in a special search for expired pages as long as the page exists and is not explicitly excluded via &amp;lt;code&amp;gt;robots.txt&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;meta name=&#039;robots&#039;&amp;lt;/code&amp;gt; etc.) or simply by indicating to the user that this result is out-of-date.&lt;br /&gt;
&lt;br /&gt;
The content attribute should define the expiration date in accordance with http://www.w3.org/TR/NOTE-datetime . The meta tag should not be used for pages without expiration date. However, for historical reasons, search engines should also interpret other date formats where possible and should be prepared to find values such as &amp;quot;&amp;quot;, &amp;quot;0&amp;quot;, &amp;quot;no&amp;quot; and &amp;quot;never&amp;quot;. Such non-date values are to be interpreted as no expiration date.&lt;br /&gt;
&lt;br /&gt;
Correctly formatted example:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&#039;expires&#039; content=&#039;2012-12-31T23:59Z&#039;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tag is not to be confused with and has a different meaning than &amp;lt;code&amp;gt;meta http-equiv=&#039;expires&#039;.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-print&lt;br /&gt;
| This is to allow a user agent to inform an operating system or a printer driver of the preferred print medium, such as the paper size.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated (multiple values might be appropriate because standard paper sizes vary around the world). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values are limited to &amp;quot;letter&amp;quot;, &amp;quot;A4&amp;quot;, &amp;quot;legal&amp;quot;, &amp;quot;A5&amp;quot;, &amp;quot;B5&amp;quot;, &amp;quot;monarch&amp;quot;, &amp;quot;envelope 10&amp;quot; meaning size #10, &amp;quot;envelope 6-3-4&amp;quot; meaning size #6 3/4, values with integers and decimals in the form of &amp;quot;8.5 x 11&amp;quot; or &amp;quot;8.5x11&amp;quot; in which spacing of the &amp;quot;x&amp;quot; does not affect meaning, &amp;quot;paper&amp;quot;, which means &#039;paper of the default color (usually white) and weight (usually 20-lb. stock)&#039;, &amp;quot;white&amp;quot;, &amp;quot;yellow&amp;quot;, &amp;quot;pink&amp;quot;, &amp;quot;blue&amp;quot;, &amp;quot;green&amp;quot;, &amp;quot;violet&amp;quot;, or &amp;quot;multicolor&amp;quot;, which means a medium of the given color or mixed, &amp;quot;letterhead&amp;quot;, &amp;quot;p2 letterhead&amp;quot; meaning &#039;letterhead intended for any page except the first&#039;, &amp;quot;watermark&amp;quot; meaning a &#039;special watermark such as an organization&#039;s own&#039;, and &amp;quot;plain&amp;quot; meaning &#039;not preprinted and not letterhead (it may have a paper manufacturer&#039;s watermark not related to letterhead)&#039;.&amp;lt;br /&amp;gt;Omitting &amp;quot;paper&amp;quot; when another recognized value is given defaults to an implied meaning of &#039;paper&#039; with the other value; e.g., &amp;quot;letter&amp;quot; means &#039;letter paper&#039;; the same principle applies to a medium&#039;s color (the default being white for paper and colorless for transparency) and plainness or lack thereof (the default being plain).&amp;lt;br /&amp;gt;Other values should be proposed before being recognized here. Label sizes should be proposed here for labels that are not on backing sheets that fit one of the recognized values, e.g., labels on narrow rolls. Blueprint paper sizes should be proposed here. Media other than standard paper, such as onion skin, heavier paper, card, and clear or color transparency, should be proposed here.&amp;lt;br /&amp;gt;The user agent may, with the user&#039;s or user sysadmin&#039;s permission (as by a menu-driven default), interpret a value to offer an alternative the user might accept and software and firmware other than the UA may interpret a value to the same end with or without permission, so this keyword is only suggestive; e.g., &amp;quot;letter&amp;quot; may be interpreted as &amp;quot;A4&amp;quot;.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value determined by other than the page, e.g., by the printer driver or the user agent.&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;format-print&#039;_MetaExtension|Talk]]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geographic-coverage&lt;br /&gt;
| The author may be the best expert on the geographic relevance of the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers and epidemiological studies which may mention locales only once.&amp;lt;br /&amp;gt;Absence of the keyword defaults to a value of world (not universe), unless the search engine chooses to interpret the page or larger unit for some other value, probably based on other than just contact information given in the website.&amp;lt;br /&amp;gt;The value for this keyword is a semicolon-separated list of one or more place-values, the order of which do not matter. One place-value will use commas to separate, in order, an optional standard natural language symbol applicable to the place-value (when omitted the language applicable to the page will control), a place-class, one or more place-subclasses if any, and one or more place name parts (where, e.g., in &amp;quot;Cape Town, South Africa&amp;quot;, &amp;quot;Cape Town&amp;quot; is a place name part but &amp;quot;Town&amp;quot; is not). Spaces after semicolons and commas are optional; spaces within place-values are present when required for each place-value (e.g., &amp;quot;Quezon City&amp;quot;, not an invented &amp;quot;QuezonCity&amp;quot;).&amp;lt;br /&amp;gt;To distinguish names that might otherwise be too similar, place-classes, all lower-case and hyphenatably spaceless, include &#039;&#039;outer-space&#039;&#039;, &#039;&#039;region&#039;&#039; (on Earth and crossing or larger than a nation, e.g., southern hemisphere, polar region, temperate zone, or Asia), &#039;&#039;intntl-water&#039;&#039; (an &#039;international water body&#039;), &#039;&#039;intntl-agcy&#039;&#039; (&#039;international agency&#039; or &#039;international collection&#039;, e.g., all U.N. member nations), &#039;&#039;nation&#039;&#039;, &#039;&#039;within-nation&#039;&#039; (limited to only one political level down from nation, e.g., state, province, territory, possession, city not included within other political units of a nation, or any comparable unit), &#039;&#039;city&#039;&#039; (including town, village, hamlet, and any comparable political unit below the level of &#039;&#039;within-nation&#039;&#039;), &#039;&#039;addr&#039;&#039; (including address, full-length street, building, institution, and neighborhood without political boundaries), &#039;&#039;pol-unit&#039;&#039; (&#039;&#039;pol&#039;&#039; abbreviating &#039;political&#039;) (e.g., a place of disputed nationhood), &#039;&#039;hist-pol-unit&#039;&#039; (&#039;&#039;hist&#039;&#039; abbreviating &#039;historical&#039;) (e.g., the Roman Empire), &#039;&#039;feature&#039;&#039; (e.g., river), &#039;&#039;num&#039;&#039; (e.g., latitude and longitude or outer-space equivalent in numbers), and &#039;&#039;ethereal&#039;&#039; (including thealogical/theological, fictional including from modern popular entertainment, and ancient secular mythical, but not including that which is asserted to be a state of mind or existence but not a place, such as nirvana). (Example for one hypothetical page: name=&amp;quot;geographic-coverage&amp;quot; content=&amp;quot;region, sub-Saharan Africa; nation, Panama; city, Panama, Panama; within-nation, Sao Paulo, Brazil; city, Sao Paulo, Sao Paulo, Brazil; within-nation, Mississippi, United States of America; region, Middle East; region, Midwest, United States of America; hist-pol-unit, Northwest Territory, United States of America; feature, river, Indus; outer-space, Indus; ethereal, ultima Thule; ethereal, Heaven; ethereal, Flatland; ethereal, Valhalla; en-US, addr, Hotel Valhalla, Fredrikstad, Norway; es, nation, Espana&amp;quot; (Indus is both a river and a constellation, illustrating the need for place-classes)).&amp;lt;br /&amp;gt;Ambiguity of place-values should be avoided despite convenience in coding because search engines may each interpret them as they see fit, e.g., it would be hard for an engine to distinguish New York from New York.&amp;lt;br /&amp;gt;For consistency of spelling, several authority lists should be settled upon, with legal, well-known, and disputed names and common abbreviations all being acceptable; but I&#039;m not proposing one here now (relying on IANA&#039;s ccTLD list might be too complex to implement and still assure coding consistency, e.g., occasionally ccTLDs can be phased out and off of IANA&#039;s list) (a standard vocabulary possibly usable here is the [http://www.getty.edu/research/conducting_research/vocabularies/tgn/index.html Getty Thesaurus of Geographic Names Online], subject to licensing and charset choice); and promulgating authority lists may best be done publicly by search engine managements, who may disagree with each other.&amp;lt;br /&amp;gt;Allowing Unicode for non-Roman alphabet-using locales is desirable, but at present that may raise technical problems, including computer security issues, that are not yet readily soluble.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| keywords-not&lt;br /&gt;
| A comma-separated list of negative keywords that distinguish a closely-related theme from this page&#039;s true theme, to support Boolean NOT searches often more realistically than visible text can, especially when both themes share the same lexicon.&amp;lt;br /&amp;gt;If keywords is no longer a supported name for a meta element, keywords-not is superfluous; however, debate has been revived on whether keywords should be supported or not; see the keywords entry in this Wiki.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6609 W3C Bug 6609]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-datetime&lt;br /&gt;
| Better ranking in search engine results for recency or relevance to an event date would be aided by a standard format robots can parse. Users would save search time by not having to load many pages to find which ones are new or date-relevant.&amp;lt;br /&amp;gt;To supply a consistent and known format, the value for this keyword is a date-time expression formed in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-version&lt;br /&gt;
| Pages may be revised several times daily. While date-time given to a granularity of a fraction of a second would often suffice, when a page has to be approved more than once before posting, any or no such time may be correct (without this keyword, a comment could be necessary but probably not parsable by an engine). In addition, versions regardless of date may show consecutiveness and can replace a date that must be vague. In that case, a version number may be more useful for searches and so a robot-parsable format is needed.&amp;lt;br /&amp;gt;The keyword&#039;s value is stated in ASCII digits, is any nonnegative base-10 rational number expressed as an integer or a decimal, with any number of decimal places allowed, and may be padded with any number of leading zeros to support extraction for ASCII sorting.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&amp;lt;br /&amp;gt;The versions 0 and 0.&#039;&#039;n&#039;&#039;, with &#039;&#039;n&#039;&#039; being to any number of places, signify beta versions, i.e., drafts, in the tradition of beta software, while versions 1 and higher ordinarily signify final-release versions. After a final-release version is released, a draft of a later version is not given a version number of 0 or 0.&#039;&#039;n&#039;&#039;, but is numbered higher than the last final-release version. It is suggested to page authors that draft status, if applicable, be shown in the visibly displayed text of the page, rather than that this meta tag be relied upon as the sole notice of draft status, as it may be inadequate notice if alone.&amp;lt;br /&amp;gt;To assign a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1, the page&#039;s URL, if static, may be used as the relevant premise. Thus, if a page is copied or moved to a new URL, the author may choose to restart page-version numbering from 0.&#039;&#039;n&#039;&#039; or 1. If a page&#039;s URL is dynamic, e.g., if created on the fly from a script, the page author may prefer to use as the relevant premise for assigning a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1 the URL of the script or other technology that generates the dynamic-URL page, placing this meta element containing this attribute within the script or other technology, not within the generating page&#039;s head element (the generating page&#039;s head element may have its own meta element with this attribute describing the generating page). If one page containing the script or other technology that generates another page has more than one means for generating dynamic-URL pages, each means should contain its own meta element with this attribute. Page-version is thus largely independent of the page&#039;s date, although both would likely advance roughly in parallel.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| referrer&lt;br /&gt;
| Developers wish to control the sharing of referrer information with linked resources and followed links at the meta level. It&#039;s sometimes desirable to share referrer information from secure to non-secure resources. The proposal is to add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never|default|always&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where the value of the &#039;&#039;&#039;content&#039;&#039;&#039; attribute is:&lt;br /&gt;
* &#039;&#039;&#039;never&#039;&#039;&#039;: No referrer information is leaked when following a links or requesting resources.&lt;br /&gt;
* &#039;&#039;&#039;default&#039;&#039;&#039;: Include referrer information in non-secure context or for HTTPS resources with the same origin.&lt;br /&gt;
* &#039;&#039;&#039;always&#039;&#039;&#039;: Include referrer information when following all links and requesting any resources.&lt;br /&gt;
&lt;br /&gt;
Since &amp;lt;code&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; is redundant with a proposed &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;, the &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; proposal should be supplanted with this one, which provides more robust control.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| resolutions&lt;br /&gt;
| Authoring web sites to use resolution independent images that display beautifully on high-resolution displays should be made as easy as possible for developers and should not require JavaScript to accomplish.&lt;br /&gt;
&lt;br /&gt;
To accomplish this, I propose a new HTML Meta Tag, &amp;lt;code&amp;gt;resolutions&amp;lt;/code&amp;gt;, that can be used to specify that high-resolution versions of images linked to from the page are available and that the browser should use them in place of the lower-resolution default images if it detects that a user is using a high-resolution screen. The resolutions meta tag lists the device-pixel ratios supported by images in the page. &lt;br /&gt;
&lt;br /&gt;
So, for example…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… means that the developer is telling the browser that she has created 2x resolution images for the images linked to from the current page and named them with a @2x suffix. &lt;br /&gt;
&lt;br /&gt;
To illustrate, if her image tag is as follows…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;img src=&amp;quot;/images/flower.jpg&amp;quot; alt=&amp;quot;A flower&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… then she has two image files under /images: the low-resolution default (flower.jpg), and a higher-resolution (200%) version named flower@2x.jpg. &lt;br /&gt;
&lt;br /&gt;
(This is the same naming convention already used by Apple in its Cocoa Touch framework for automatically loading in higher-resolution versions of images.)&lt;br /&gt;
&lt;br /&gt;
Based on the meta tag, if the browser detects that the user is running at a &amp;lt;code&amp;gt;min-device-pixel-ratio&amp;lt;/code&amp;gt; of 2.0, it will automatically ask for the 2x version of the image (flower@2x.jpg) instead of the default image as specified in the image tag. &lt;br /&gt;
&lt;br /&gt;
Finally, so as not to flood external sites with high-resolution image requests, this functionality would only work for local images specified via relative links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Multiple resolutions&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The resolutions tag can also contain a list of supported device-pixel ratios so as to support even higher-resolution displays when and if they become available in the future. &lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x, 4x, 8x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this case, the developer would provide 2x, 4x, and 8x versions of all images. So, in the running example, she would make flower.jpg, flower@2x.jpg, flower@4x.jpg, and flower@8x.jpg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Advantages&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages of this approach are several:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Makes it very simple for developers to support high-resolution displays like the iPhone 4&#039;s Retina screen&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not require JavaScript&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not change the default way that things work (if the meta tag is not specified, the browser simply behaves as it always has).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| [http://aralbalkan.com/3355 Proposal for native browser support of high-resolution image substitution]&lt;br /&gt;
[http://aralbalkan.com/3331 How to make your web content look stunning on the iPhone 4’s new Retina display]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| rights&lt;br /&gt;
| As a page effectively appears in at least two forms, usually one as interpreted and displayed on a device and the other as source code, arguably intellectual property rights that must be asserted must be asserted in ways understandable in both contexts. For example, &amp;amp;amp;copy; is a raw representation that may legally fail as part of copyright notice to someone seeing source code and not the display, important when someone wants to copy source code for use elsewhere and may rely on a defense of innocent infringement (at least in U.S.). While such assertions can be made in a comment element, it may be helpful to have a tag that search engines can parse and index verbatim.&amp;lt;br /&amp;gt;The value may include standard and nonstandard notices, invocations of licenses such as GFDL and ASCAP, and any other information. Content is defined as free-form, leaving the page author discretion for the entry.&amp;lt;br /&amp;gt;Statements in one tag may discuss several portions of the page differently, e.g., with different licenses.&amp;lt;br /&amp;gt;More than one license may be offered, along with the page&#039;s relationship to all.&amp;lt;br /&amp;gt;Not all statements need be license grants. A statement may state whom to ask for reprint permission or may reserve all rights, for example.&amp;lt;br /&amp;gt;Only one meta tag with this keyword may be present. Page authors must not use more than one. A UA finding multiple such tags on one page must ignore all of them.&amp;lt;br /&amp;gt;The copyright symbol that would be generated by its character entity is not recommended for legal notice in source code when the word &#039;Copyright&#039; may be used instead, because the entity may be read in raw form, but use is up to the page author. The same concept applies to any intellectual property rights symbol for which a suitable alternative is available, such as for trademark or service mark.&amp;lt;br /&amp;gt;ASCII text would not suffice when a name or notice legally may have to be in a non-Roman alphabet, but no alternative may yet exist in HTML5.&amp;lt;br /&amp;gt;Search engine storage may impose a length limit, but, because of legal consequences, if the value&#039;s length exceeds a given limit the search index should retain or interpret none of it but only refer to it.&amp;lt;br /&amp;gt;The content string may only be copied verbatim in its full length, referred to, or ignored. It may not be, for example, paraphrased, truncated, interpreted, or classified except in addition to being copied verbatim in its full length.&amp;lt;br /&amp;gt;Ignoring shall not void, nullify, or alter any rights stated in such tag.&amp;lt;br /&amp;gt;For the synonymy, &#039;&#039;IP&#039;&#039;, &#039;&#039;IP-rights&#039;&#039;, and &#039;&#039;IP-right&#039;&#039; are not reserved; while the abbreviation &#039;&#039;IP&#039;&#039; &#039;intellectual property&#039; is common among attorneys in the U.S., page authors will more likely be computerate, and the abbreviation may be wanted for &#039;Internet Protocol&#039;.&lt;br /&gt;
| [[Talk:MetaExtensions#rights:_why_reversion|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| subj-. . .&lt;br /&gt;
| To classify by subject a page&#039;s content, a standard subject taxonomy that will be recognized by a search engine or directory will help. Because many such high-quality taxonomies exist, only a prefix is proposed. Over time, particular taxonomies, in print or online, may be recognized here and keywords assigned for each.&amp;lt;br /&amp;gt;The keyword will be constructed case-insensitively with subkeywords in the form subj-[nationAbbrev]-[taxonomy]-[edition][-optionalSubedition], e.g., subj-US-MeSH-2009online (perhaps). After &amp;quot;subj-&amp;quot;, the second subkeyword will identify the nation where the taxonomy is published or offered as an aid in identifying the taxonomy and does not limit the subject coverage; e.g., a taxonomy published in Japan may be ideal for classifying Canadian botany or Peruvian economy.&amp;lt;br /&amp;gt;As subject values may vary between editions of one taxonomy, an edition and optionally a subedition is to be identified in the third and optionally the fourth subkeywords. The subedition, if any, is any update or revision occurring between editions, such that a value drawn from that edition and subedition is stable. The means of identifying edition and subedition should be included in the registration of a keyword.&amp;lt;br /&amp;gt;Examples of taxonomies from the U.S. include MeSH (medical) and the Library of Congress Subject Headings.&amp;lt;br /&amp;gt;The value identifying a subject for a Web page will be drawn from the cited taxonomy&#039;s edition and subedition.&amp;lt;br /&amp;gt;If the value should have a style to prevent ambiguity in interpretation, that style is to be registered here for that keyword. Multiple values are expressed with multiple meta elements, one value for each, since comma-separation is probably not compatible with all taxonomies.&amp;lt;br /&amp;gt;If a value requires case-sensitivity to prevent confusion, the entry here registering the keyword must accommodate that need with the needs of HTML 5 with an appropriate rule. To that end, a proposal to allow case-sensitivity in meta tags under some circumstances has been offered in the W3C bug reporting system.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6854 W3C Bug 6854]&lt;br /&gt;
| subject-. . .&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MSSmartTagsPreventParsing&lt;br /&gt;
| Microsoft introduced into Internet Explorer 6 Beta a feature that some website designers wished to preclude from applying in order to prevent public misunderstanding of their websites. The feature allowed a browser to add information but at a risk that users wouldn&#039;t know that it wasn&#039;t supplied by the website. This keyword was provided by Microsoft for those of us who wanted it.&amp;lt;br /&amp;gt;Its value was &amp;quot;TRUE&amp;quot;. Microsoft spelled the keyword with some capitals and the value in all capitals but whether capitalization was required for either is unknown; some opinions vary. Since it need be understood by only one browser, and that one a beta version, full standards compliance should not be assumed, and original case may be required. (This tag is used by Google: &amp;quot;&amp;lt;meta content=&#039;true&#039; name=&#039;MSSmartTagsPreventParsing&#039;/&amp;gt;&amp;quot; appeared (with internal quote marks as singles) in the source code for &amp;lt;http://googleblog.blogspot.com/2009/04/listening-to-google-health-users.html&amp;gt;, as accessed 4-27-09.)&amp;lt;br /&amp;gt;Microsoft has apparently removed this instruction from its website on the ground that the beta version is no longer available and is not supported, but that doesn&#039;t assure that some users aren&#039;t still using the beta browser, perhaps inadvertently. Therefore, designers may wish to continue using the keyword and value and they are preserved here.&lt;br /&gt;
| e.g., [http://www.theregister.co.uk/2001/06/25/web_sites_banish_those_winxp/ The Register (U.K.)], [http://cc.uoregon.edu/cnews/summer2001/summer2001.pdf Univ. Oregon (U.S.) (PDF p. 18)], &amp;amp; [http://trillian.mit.edu/~jc/demo/SmartTagsOff.html John Chambers (U.S.) (job résumé near root)], all as accessed 4-19-09&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks spec, potentially never minted by MS as a meta name (as opposed to a http-equiv value), even if minted by Microsoft, abandoned before shipping in any final release of IE&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Failed Proposals ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to more details&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| cache&lt;br /&gt;
| This doesn&#039;t actually work; use HTTP headers instead.&amp;lt;br /&amp;gt;Value must be &amp;quot;public&amp;quot;, &amp;quot;private&amp;quot;, or &amp;quot;no-cache&amp;quot;. Intended as a simple way to tell user agents whether to store a copy of the document or not. An alternate for HTTP/1.1&#039;s cache-control; for publishers without access to modifying cache-control.&lt;br /&gt;
| none&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| no-email-collection&lt;br /&gt;
| HTML5 prohibits URL-valued meta names. They should be rel keywords instead.&amp;lt;br /&amp;gt;Intended to reference legal policy of web site indicating that harvesting of e-mail addresses on the site is not permitted and in violation of applicable laws such as the CAN-SPAM Act of 2003.&lt;br /&gt;
| [https://www.ProjectHoneyPot.org/how_to_avoid_spambots_5.php Project Honey Pot]&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Process ==&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;Status&amp;quot; section to be changed to &amp;quot;Ratified&amp;quot;, the proposed keyword must be defined by a W3C specification in the Candidate Recommendation or Recommendation state. If it fails to go through this process, it is &amp;quot;Unendorsed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For more details, see [http://whatwg.org/specs/web-apps/current-work/#concept-meta-extensions the HTML5 specification].&lt;br /&gt;
&lt;br /&gt;
[[Category:Registries]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=6852</id>
		<title>MetaExtensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=6852"/>
		<updated>2011-08-04T15:30:41Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Move og:* off the registry list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page lists the allowed extension values for the name=&amp;quot;&amp;quot; attribute of the &amp;amp;lt;meta&amp;gt; element in HTML5. You may add your own values to this list, which makes them legal HTML5 metadata names. We ask that you try to avoid redundancy; if someone has already defined a name that does roughly what you want, please reuse it. Also, please be sure to include &#039;&#039;all&#039;&#039; the items [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names required by the spec] &#039;&#039;including a link to a specification&#039;&#039; that specifies the keyword &#039;&#039;as an HTML meta keyword&#039;&#039;. Note that URL-valued properties must not be registered as meta names but should be registered as [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions rel keywords] instead. Also note that changes to this registry may not be reflected in validators in real time.&lt;br /&gt;
&lt;br /&gt;
== Registered Extensions ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| alexaverifyid&lt;br /&gt;
| Used to verify ownership of Alexa Search&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-capable&lt;br /&gt;
| Sets whether a web application runs in full-screen mode.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| Could maybe be assumed when &amp;lt;code&amp;gt;application-name&amp;lt;/code&amp;gt; is set?&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-status-bar-style&lt;br /&gt;
| Sets the style of the status bar for a web application.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| baiduspider&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Baidu only.&lt;br /&gt;
| [http://www.baidu.com/search/robots_english.html Baidu documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-param&lt;br /&gt;
| Cross-site request forgery protection parameter for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-token&lt;br /&gt;
| Cross-site request forgery protection token for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dc.date.issued&lt;br /&gt;
| Date of publication for Google News. The format of the content is YYYY-MM-DD or YYYY-MM-DDThh:mm:ssTZD.&lt;br /&gt;
| [http://www.google.com/support/news_pub/bin/answer.py?answer=93994 Google News documentation]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dcterms.issued&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.creator&lt;br /&gt;
| An entity primarily responsible for making the resource. Examples of a Creator include a person, an organization, or a service.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-creator DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| In some cases redundant with the HTML built-in keyword &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.description&lt;br /&gt;
| An account of the resource. Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-description DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.issued&lt;br /&gt;
| Date of formal issuance (e.g., publication) of the resource. (DC doesn&#039;t spec a date format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-issued DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the &amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.modified&lt;br /&gt;
| Date on which the resource was changed. (DC doesn&#039;t spec a date format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-modified DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.subject&lt;br /&gt;
| The topic of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-subject DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;keywords&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.title&lt;br /&gt;
| A name given to the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-title DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| es.title&lt;br /&gt;
| Object Title, where this is not the TITLE or H1 tag content, but the resource title&lt;br /&gt;
| [http://www.eibs.co.uk/reference/ EIBS EasySite CMS - Content Attributes Reference]&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-detection&lt;br /&gt;
| Enables or disables automatic detection of possible phone numbers in a webpage in Safari on iOS.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.placename&lt;br /&gt;
| Defines name of geographic place to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.placename&amp;quot; content=&amp;quot;Auwaldstraße 11, 79110 Freiburg im Breisgau, Deutschland&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.position&lt;br /&gt;
| Defines geographic position to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.position&amp;quot; content=&amp;quot;48.02682000000001;7.809769999999958&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| icbm (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.region&lt;br /&gt;
| Defines name of geographic region to which page is related to. Content is specified by ISO-3166.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.region&amp;quot; content=&amp;quot;DE-BW&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&amp;lt;br&amp;gt;[http://en.wikipedia.org/wiki/ISO_3166 ISO-3166]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| google-site-verification&lt;br /&gt;
| Used to verify ownership for Webmaster Tools.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=79812 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| googlebot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Googlebot only.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=93710 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| icbm&lt;br /&gt;
| Defines geographic position to which page is related to. The acronym stands for ICBM Intercontinental Ballistic Missile - an old, humorous allusion to the possible use of such coordinates.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;ICBM&amp;quot; content=&amp;quot;47.0667, 15.4500&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://geourl.org/add.html GeoURL documentation]&lt;br /&gt;
| geo.position (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-task&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
Jump List items act as entry points into the website even when the browser is not running. A Jump List can contain commonly used destinations and tasks. Some items apply to the whole site, and some apply only to specific users. &lt;br /&gt;
For example, to add a single task called &amp;quot;Check Order Status&amp;quot; specify a meta element in the head of your webpage, as follows:&lt;br /&gt;
 &amp;lt;META name=&amp;quot;msapplication-task&amp;quot; content=&amp;quot;name=Check Order Status;&lt;br /&gt;
      action-uri=./orderStatus.aspx?src=IE9;&lt;br /&gt;
      icon-uri=./favicon.ico&amp;quot;  /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491725(v=vs.85).aspx Tasks in Jump List]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-starturl&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-starturl&amp;quot; metadata contains the root URL of the application. The start URL can be fully qualified, or relative to the current document. Only HTTP and HTTPS protocols are allowed. If this element is missing, the address of the current page is used instead.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-starturl&amp;quot; content=&amp;quot;./&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-tooltip&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-tooltip&amp;quot; metadata provides additional tooltip text that appears when you hover over the Pinned Site shortcut in the Windows Start menu or on the desktop.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-tooltip&amp;quot; content=&amp;quot;Channel 9 Podcasts&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-navbutton-color&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-navbutton-color&amp;quot; metadata define the custom color of the Back and Forward buttons in the Pinned Site browser window. Any named color, or hex color value is valid.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-navbutton-color&amp;quot; content=&amp;quot;#FF3300&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msvalidate.01&lt;br /&gt;
| One of the verification elements used by Bing.&lt;br /&gt;
| [http://onlinehelp.microsoft.com/en-us/bing/hh204490.aspx Bing Webmaster Tools]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| norton-safeweb-site-verification&lt;br /&gt;
| Used to verify ownership of Website for Norton SafeWeb.&lt;br /&gt;
| http://safeweb.norton.com/help/site_owners#verification_tips Norton SafeWeb Help Documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rating &lt;br /&gt;
| The Restricted to Adults label (RTA) provides a way for adult oriented websites to indicate that their content is off limits to children. RTA was introduced in 2006 and is currently used by a large number of adult web content providers. RTA is recognized by all major parental control filters.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;RATING&amp;quot; content=&amp;quot;RTA-5042-1996-1400-1577-RTA&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://www.rtalabel.org/index.php?content=howto RTA documentation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rights-standard&lt;br /&gt;
| The purpose is to enable search engines and other cataloging services to compile the types of rights allocated to the work. (Does any search engine actually implement this? [[User:Hsivonen|hsivonen]] 07:34, 14 July 2011 (UTC))&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This keyword does not provide, remove or alter any legal protections or designations.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Format: &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;rights-standard&amp;quot; content=&amp;quot;element id;rights&amp;quot; /&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* element id - the HTML Element ID of the item these rights apply to&lt;br /&gt;
* rights - what rights are assigned to the item&lt;br /&gt;
** &amp;quot;pd&amp;quot; - Public domain&lt;br /&gt;
** &amp;quot;cc by-sa&amp;quot; - Creative Commons Attribution&lt;br /&gt;
** &amp;quot;cc by-nd&amp;quot; - Creative Commons  NoDerivs &lt;br /&gt;
** &amp;quot;cc by-nc&amp;quot; - Creative Commons Attribution-NonCommercial&lt;br /&gt;
** &amp;quot;cc by-nc-sa&amp;quot; - Creative Commons Attribution-NonCommercial-ShareAlike&lt;br /&gt;
** &amp;quot;cc by-nc-nd&amp;quot; - Creative Commons Attribution-NonCommercial-NoDerivs&lt;br /&gt;
&lt;br /&gt;
| [http://sites.google.com/site/metarightsstandard/ Spec]&lt;br /&gt;
|Redundant with [http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#licensing-works Microdata vocabulary for licensing works].&lt;br /&gt;
|Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| robots&lt;br /&gt;
| A comma-separated list of operators explaining how search engine crawlers should treat the content. Possible values are &amp;quot;noarchive&amp;quot; to prevent cached versions, &amp;quot;noindex&amp;quot; to prevent indexing, and &amp;quot;nofollow&amp;quot; works as the link rel value with the same name. This meta name is already supported by every popular search engine.&amp;lt;br /&amp;gt;The content value &amp;quot;NOODP&amp;quot; has been offered elsewhere, so I&#039;m proposing it here. It blocks robots from using [http://www.dmoz.org Open Directory Project] descriptions of a website instead of Web pages&#039; own meta descriptions. It may have been introduced by Microsoft.&amp;lt;br /&amp;gt;The content value &amp;quot;NOYDIR&amp;quot; has been offered by Yahoo, so I&#039;m proposing it here. It blocks Yahoo&#039;s robot from using the Yahoo directory&#039;s descriptions of a website instead of Web pages&#039; own meta descriptions. Whether any other robot supports this is unknown but possibly no other search engine uses Yahoo&#039;s directory anyway.&lt;br /&gt;
| [http://www.robotstxt.org/wc/exclusion.html#meta Robots exclusion protocol], NOODP value: [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=35264 Google], [http://help.yahoo.com/l/us/yahoo/search/indexing/indexing-11.html Yahoo], NOYDIR value: [http://ysearchblog.com/2007/02/28/yahoo-search-support-for-noydir-meta-tags-and-weather-update/ Yahoo], as accessed 4-28-09&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| slurp&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Yahoo! only.&lt;br /&gt;
| [http://help.yahoo.com/l/au/yahoo7/search/indexing/indexing-11.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| teoma&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Teoma and Ask.com only.&lt;br /&gt;
| [http://about.ask.com/en/docs/about/webmasters.shtml Ask.com documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| verify-v1&lt;br /&gt;
| Legacy verification for Google Sitemaps.&lt;br /&gt;
| [http://sitemaps.blogspot.com/2006/05/more-about-meta-tag-verification.html Inside Google Sitemaps: More about meta tag verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| &amp;lt;span id=&amp;quot;viewport&amp;quot;&amp;gt;viewport&amp;lt;/span&amp;gt;&lt;br /&gt;
| Provides a way for documents to specify (using markup rather than CSS) the size, zoom factor, and orientation of the viewport that is used as the base for the document&#039;s [http://www.w3.org/TR/CSS21/visudet.html#containing-block-details initial containing block]. The following properties can be used in the value of the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute:&lt;br /&gt;
* width&lt;br /&gt;
* height&lt;br /&gt;
* initial-scale&lt;br /&gt;
* minimum-scale&lt;br /&gt;
* maximum-scale&lt;br /&gt;
* user-scalable&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;initial-scale=1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=480, initial-scale=2.0, user-scalable=1&amp;quot;&amp;gt;&lt;br /&gt;
For more details, see the [http://dev.w3.org/csswg/css-device-adapt/#viewport-meta-element Viewport META element] section of the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification.&lt;br /&gt;
| For &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; elements that have a &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute whose value is &amp;lt;code&amp;gt;viewport&amp;lt;/code&amp;gt;, the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification defines the recognized properties for the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute&amp;gt;, as well as an algorithm for parsing the value of that attribute.&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_n&lt;br /&gt;
| &#039;&#039;&#039;Name of the Content Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_n&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_s&lt;br /&gt;
| &#039;&#039;&#039;Name of Content Sub-Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_s&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ac&lt;br /&gt;
| &#039;&#039;&#039;Advertising Click parameter&#039;&#039;&#039;&lt;br /&gt;
When a visitor to your site clicks on an ad, that action is referred to as an Ad Click. The following META tag tracks advertising clicks:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ac&amp;quot; CONTENT=&amp;quot;name&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the advertisement clicked to reach a particular web page. The Ad Click must contain an external redirect back to the client. The redirect needs to include the necessary code to generate a hit to the SDC server. You can designate multiple Advertising Clicks using semicolons.&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file111.html?WT.ac=CONTENT111&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file222.html?WT.ac=CONTENT222&amp;quot;&amp;gt;&lt;br /&gt;
The name of the advertisement clicked to reach a particular web page. To capture this information with DCS, the Advertising Click must contain an external redirect back to the client. The redirect needs to &lt;br /&gt;
&lt;br /&gt;
include the necessary code to generate a hit to the DCS. The maximum length for each name is 64 bytes.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ad&lt;br /&gt;
| &#039;&#039;&#039;Advertising View parameter&#039;&#039;&#039;&lt;br /&gt;
Visitors often view advertisements that they do not necessarily click on. You can use On-Site Advertising to determine the number of visitors to your web site who view particular ads. With this feature you can produce advertising reports for each of your clients.&lt;br /&gt;
If you are selling advertising space on your web site, for example, you can collect traffic statistics to help determine pricing schedules.&lt;br /&gt;
The following META tag tracks advertising views:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.ad&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.mc_id&lt;br /&gt;
| &#039;&#039;&#039;Identifies the ID of the marketing campaign&#039;&#039;&#039;&lt;br /&gt;
To attract new students, a university launches a marketing campaign by sending recruitment email to all graduating high school seniors in a metropolitan area. The email links to a special landing page in the university’s web site, containing the following META tag to track marketing campaigns.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.mc_id&amp;quot; CONTENT=&amp;quot;1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
You may use this parameter on the URL.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;link?WT.mc_id=1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
The Campaign ID 1X2GG34 represents recruits to be contacted by email&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.sv&lt;br /&gt;
| &#039;&#039;&#039;Tracking Servers parameter&#039;&#039;&#039;&lt;br /&gt;
If your site is hosted on multiple servers, a server cluster, or a server farm, and you want to evaluate the performance of your load balancer, Webtrends can track page views for each server. To do so, populate the following META tag on all pages on each server:&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;My Server&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the machine that serves the web page. If you have two servers (Server1 and Server2), you would make two copies of the META tag and designate CONTENT=“Server1” for deployment to pages on the first server and CONTENT=“Server2” for deployment to the same pages on the second server.&lt;br /&gt;
For a server farm, you can extract the value of the built-in server name and dynamically assign it to the&lt;br /&gt;
META tag using server-side scripting.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server1&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server2&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [https://tagbuilder.webtrends.com/Help/Miscellaneous/AdSearch.aspx?keepThis=true&amp;amp;TB_iframe=true&amp;amp;height=450&amp;amp;width=650 About WT.ad].&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ti&lt;br /&gt;
| &#039;&#039;&#039;Tracking Page Titles&#039;&#039;&#039;&lt;br /&gt;
You may want to modify a page title before sending it to Webtrends in the following cases:&lt;br /&gt;
* You are dealing with dynamic content pages identified by URL parameters, and the page title represents the title of the base URL page rather than the dynamic content page.&lt;br /&gt;
Unless you modify the page titles, all pages have the same title in the reports.&lt;br /&gt;
* All pages have been assigned the same title, for reasons of style or company policy.&lt;br /&gt;
Even though URLs are displayed in addition to page title, the entire URL cannot be depended upon to distinguish one page from another.&lt;br /&gt;
Use server-side scripts to change the title to something that reflects the content of the pages so that you can identify them in reports. Next, pass the customized page titles to Webtrends, using the following META tag:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ti&amp;quot; CONTENT=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the title for this page.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| y_key&lt;br /&gt;
| Used to verify ownership for Yahoo! Site Explorer&lt;br /&gt;
| [http://help.yahoo.com/l/us/yahoo/search/siteexplorer/siteexplorer-06.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| yandex-verification&lt;br /&gt;
| Used to verify ownership for Yandex Webmaster.&lt;br /&gt;
| [http://help.yandex.ru/webmaster/?id=995300#995356 Yandex Webmaster ownership verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.instruction&lt;br /&gt;
| Globrix property information: Property to Buy or Rent&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.price&lt;br /&gt;
| Globrix property information: Price for the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.postcode&lt;br /&gt;
| Globrix property information: Postcode of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bedrooms&lt;br /&gt;
| Globrix property information: Number of bedrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bathrooms&lt;br /&gt;
| Globrix property information: Number of bathrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.type&lt;br /&gt;
| Globrix property information: Type of property e.g. &#039;semi-detatched house&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.condition&lt;br /&gt;
| Globrix property information: Condition of the property e.g. &#039;renovated&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.features&lt;br /&gt;
| Globrix property information: Features of the property e.g. &#039;double glazing&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.outsidespace&lt;br /&gt;
| Globrix property information: External features of the property e.g. &#039;garden&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.parking&lt;br /&gt;
| Globrix property information: Parking available for property e.g. &#039;parking for 2 cars&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.period&lt;br /&gt;
| Globrix property information: Period of the property e.g. &#039;victorian terrace&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.poa&lt;br /&gt;
| Globrix property information: If the property price is only available on application&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.tenure&lt;br /&gt;
| Globrix property information: The tenure of the property e.g. &#039;leasehold&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.underoffer&lt;br /&gt;
| Globrix property information: Indicates if the property is under offer&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.priceproximity&lt;br /&gt;
| Globrix property information: The region of the attached price e.g. &#039;guide price of&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.latitude&lt;br /&gt;
| Globrix property information: The latitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.longitude&lt;br /&gt;
| Globrix property information: The longitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposals that don&#039;t meet the [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names requirements] for a registration ==&lt;br /&gt;
&lt;br /&gt;
Note that these proposals can be moved back to the registry table if the problems listed in the rightmost column of this table are addressed.&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
! Registration requirement failure&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| audience&lt;br /&gt;
| To aid search engines in classifying and to aid directory compilers, an audience most appropriate for the page may be suggested. Subject matter may not be a good clue; for example, an analysis of children&#039;s literature may be directed to teachers.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated. Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values:&amp;lt;br /&amp;gt;-- &amp;quot;all&amp;quot; and &amp;quot;everyone&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;adult&amp;quot; and &amp;quot;mature&amp;quot; have the same meaning and are for content that only adults may access, but no one responsible for preventing a nonadult or the immature from accessing the page or its content should rely on either or both of these values to do so without other means (not the same as &amp;quot;grownup&amp;quot;, which see)&amp;lt;br /&amp;gt;-- &amp;quot;child&amp;quot; and &amp;quot;juvenile&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;teen&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;grownup&amp;quot; is not identical to &amp;quot;adult&amp;quot; or &amp;quot;mature&amp;quot; in not implying a precise boundary but is approximately any person who may be able to understand and apply the content (e.g., car driving instruction that may be read by a minor not yet old enough to drive a car but who would likely benefit from somewhat early exposure to the instruction)&amp;lt;br /&amp;gt;-- &amp;quot;parent&amp;quot; to include guardian and temporary caregiver&amp;lt;br /&amp;gt;-- &amp;quot;teacher&amp;quot; to include professor and ad hoc instructor&amp;lt;br /&amp;gt;-- &amp;quot;elementary school student&amp;quot; to include any student below high school&amp;lt;br /&amp;gt;-- &amp;quot;high school student&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;elhi&amp;quot; to include any student in elementary school through high school&amp;lt;br /&amp;gt;-- &amp;quot;college student&amp;quot; including graduate and professional school&amp;lt;br /&amp;gt;-- &amp;quot;business&amp;quot; including management, finance, and prospective customers (this includes e-commerce and investor sites)&amp;lt;br /&amp;gt;-- &amp;quot;health&amp;quot; including any health care provider including alternative and ad hoc&amp;lt;br /&amp;gt;-- &amp;quot;patient&amp;quot; for any health care recipient&amp;lt;br /&amp;gt;-- &amp;quot;lawyer&amp;quot; including judge, paralegal, and jailhouse lawyer&amp;lt;br /&amp;gt;-- &amp;quot;law client&amp;quot; for any prospective recipient of a lawyer&#039;s service (not usually a social work client) with &#039;&#039;lawyer&#039;&#039; including paralegal and jailhouse lawyer but not necessarily judge&amp;lt;br /&amp;gt;-- &amp;quot;craft&amp;quot; for any craftworker including laborer and artisan&amp;lt;br /&amp;gt;-- &amp;quot;artist&amp;quot; including musician, actor, dancer, and sculptor and including creator and performer&amp;lt;br /&amp;gt;-- &amp;quot;military&amp;quot; including paramilitary&amp;lt;br /&amp;gt;-- &amp;quot;news&amp;quot; including any consumer of rapidly-developing news&amp;lt;br /&amp;gt;-- &amp;quot;introductory&amp;quot; and &amp;quot;beginner&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;intermediate&amp;quot; and &amp;quot;midlevel&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;advanced&amp;quot; and &amp;quot;advance&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;scholarly&amp;quot; and &amp;quot;scholar&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;popular&amp;quot; generally referring to a writing style&amp;lt;br /&amp;gt;-- &amp;quot;older&amp;quot; including retiree&amp;lt;br /&amp;gt;-- &amp;quot;institution&amp;quot; including from corporation to conspiracy (such as for management advice)&amp;lt;br /&amp;gt;-- &amp;quot;government&amp;quot; including agencies and prospective politicians&amp;lt;br /&amp;gt;-- values using any integer or single-digit decimal in the form of &amp;quot;grade 8&amp;quot; or &amp;quot;grade 6.4&amp;quot; including to refer to a reading comprehension level (this generally will not exceed 12 and might be meaningless above 20 so higher values may be interpreted as the highest meaningful value)&amp;lt;br /&amp;gt;-- &amp;quot;viewers&amp;quot; for when content (such as a movie) is intended almost entirely to be seen rather than read&amp;lt;br /&amp;gt;-- &amp;quot;listeners&amp;quot; for when content (such as music) is intended almost entirely to be heard rather than read but not generally including text-to-speech support&amp;lt;br /&amp;gt;-- &amp;quot;tts&amp;quot;, &amp;quot;text-to-speech&amp;quot;, or &amp;quot;text to speech&amp;quot;, which three have the same meaning and which are for a page that has substantial support for TTS or that will be readily understood through TTS without need for such support (TTS is often aided by, e.g., pre-resolving pronunciation ambiguities in page coding)&amp;lt;br /&amp;gt;-- values using any numbers in the form of &amp;quot;3-6 years old&amp;quot;, whether a range or a single-number value&amp;lt;br /&amp;gt;-- values using any decade in the form of &amp;quot;born in 1970s&amp;quot;&amp;lt;br /&amp;gt;Unrecognized values such as &amp;quot;botanists&amp;quot;, &amp;quot;Texans&amp;quot;, and &amp;quot;writers who use red ink&amp;quot; may be used but at a risk that a search engine or directory editor will either fail to recognize it or will interpret it in unpredictable ways, or will in the future.&amp;lt;br /&amp;gt;Spellings that are erroneous or slightly different from a recognized value may be interpreted by a search engine or directory editor as representing a recognized value.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value of &amp;quot;all&amp;quot; but without overriding another indication arrived at by other means.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| bot-. . .&lt;br /&gt;
| Robot owners, to allow page authors access to robotic capabilities, e.g., to deny them, should prefix &amp;quot;bot-&amp;quot; to the name of their robot, especially for proprietary bots.&amp;lt;br /&amp;gt;Example: If a robot were to be named &amp;quot;dullbucklequiz&amp;quot;, the name in the meta element would be &amp;quot;bot-dullbucklequiz&amp;quot;.&amp;lt;br /&amp;gt;The value &amp;quot;bot-&amp;quot; alone represents all bots so prefixed, like a wildcard.&amp;lt;br /&amp;gt;Arguably, there&#039;s no need for a list here of any specific bots if http://user-agents.org or http://www.botsvsbrowsers.com/ (and perhaps other sites) is reliable.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| created&lt;br /&gt;
| The datetime at which the document was created. The value is an ISO8601 date. The date MUST follow the [http://www.w3.org/TR/NOTE-datetime W3C Profile of ISO 8601] with a granularity of &amp;quot;Complete date:&amp;quot; or finer. The [http://www.bbc.co.uk/guidelines/futuremedia/desed/previousversions/searchmetadata_vs_1_0.shtml#metadata BBC] use this name.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| creator&lt;br /&gt;
| The creator is an off-Web or pre-Web creator of a work for which an author authored a Web page, so that the creator and the author may be different people.&amp;lt;br /&amp;gt;Searching for one content creator&#039;s work requires a standard robot-parsable format for the information. A personal name, institutional name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one creator. Multiple creators are to be represented with multiple tags.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a content creator need only enter a name once in one first-last or family-given order (e.g., Pat Thunderbird or Thunderbird, Pat, but not requiring both).&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;creator&#039;_MetaExtension|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msnbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Bing only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| ia_archive&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Internet Archive and Alexa only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage&lt;br /&gt;
| The author may be the best expert on which time frame is most relevant to the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers that may focus on the 1800s but mention 1731 and 1912 perhaps unimportantly.&amp;lt;br /&amp;gt;The value for this keyword is a date or time -- not a range and not vague, for which other keywords are proposed -- in a format in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than  once, all the values so appearing are determinative. Multiple values are to be expressed with separate meta elements lest the note be revised in the future in a way incompatible with comma-separating a list.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| property=&amp;quot;og:*&amp;quot;&lt;br /&gt;
| Metadata used by the Open Graph protocol (used by Facebook). Note: currently these are defined as: &amp;lt;meta property=&amp;quot;og.*&amp;quot; content=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ FAQ About the Open Graph protocol from Facebook.]&lt;br /&gt;
| &lt;br /&gt;
| Doesn&#039;t belong in this registry&lt;br /&gt;
| Not a value to be used in the &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-end&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the end. If this keyword is used without datetime-coverage-start (also proposed), its value is interpreted as ending a range without a start.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the end of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-end=1865, datetime-coverage-start=1914, datetime-coverage-end=1918, and datetime-coverage-start=1862, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-start&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the start. If this keyword is used without datetime-coverage-end (also proposed), its value is interpreted as starting a range without an end.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the start of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-start=1862, datetime-coverage-start=1914, datetime-coverage-end=1865, and datetime-coverage-end=1918, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-vague&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that its value is not necessarily crisp. This keyword should be used only when datetime-coverage, datetime-coverage-start, and datetime-coverage-end are inappropriate, but there&#039;s no ban on using all four. Any text without a comma can be the value (e.g., Pleistocene, 1820s, Tuesdays, or before we were born); multiple values are comma-separated.&amp;lt;br /&amp;gt;If this keyword is used with datetime-coverage, datetime-coverage-start, or datetime-coverage-end, the vague value should be exploited along with the value/s for the other keyword/s.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all are determinative.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| DC.&lt;br /&gt;
| Dublin Core, maintained by Dublin Core MetaData Initiative (DCMI), is an extensive system with some overlap with non-DC names.&amp;lt;br /&amp;gt;This reserves all strings that begin with DC and a dot. &#039;&#039;Not true; DC-HTML doesn&#039;t use hardwired prefixes, but defines the prefixes using link/@rel=&amp;quot;scheme.prefix&amp;quot;&#039;&#039;&lt;br /&gt;
| [http://www.DublinCore.org DCMI]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dir-content-pointer&lt;br /&gt;
| When several pages in a directory include main content, a table of contents, an index, and the like, a search engine may be able to organize results more usefully by identifying which is which with a standard vocabulary, helpful when different publishers use different conventions when displaying or printing content.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma and optionally with a trailing number. Multiple values are to be comma-separated (multiple values are appropriate when one document serves multiple purposes). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values, which are pointer types to which numbers may be suffixed, are limited to &amp;quot;start&amp;quot; meaning &#039;the first page that should be seen by a user&#039; (this may be anywhere in the directory and anywhere within content), &amp;quot;toc&amp;quot; meaning &#039;table of contents&#039;, &amp;quot;intro&amp;quot; including introductions, forewords, prefaces, and tables of figures, &amp;quot;abstract&amp;quot;, &amp;quot;main&amp;quot;, &amp;quot;bibliography&amp;quot; and &amp;quot;biblio&amp;quot;, which have the same meaning, &amp;quot;index&amp;quot; which may mean &#039;sitemap&#039; or not, &amp;quot;afterword&amp;quot; and &amp;quot;update&amp;quot; which have the same meaning and need not actually update, &amp;quot;credit&amp;quot; meaning &#039;credits and acknowledgments&#039;, and &amp;quot;author bio&amp;quot; meaning &#039;author&#039;s biography&#039;, including any information about the author including credentials and contact information. The number suffix may be spaceless or not.&amp;lt;br /&amp;gt;When numbers are suffixed, a search engine or directory should arrange like items in numerical order in the results, with unnumbered items following like items that are numbered, e.g., intro 1, intro 2, main 1, main 2, main, main, and so on.&amp;lt;br /&amp;gt;Each directory and each subdirectory has its own sequence.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|expires&lt;br /&gt;
|&amp;lt;code&amp;gt;meta name=&#039;expires&#039;&amp;lt;/code&amp;gt; defines the expiration date of the page. This can be used for web pages in preparation for an upcoming event, e.g. a registration form for an exposition or competition, or other cases with a pre-set date when the document will no longer be valid, e.g. a product offer in a special sale or a support page for a product known not to be supported anymore from a given time onward.&lt;br /&gt;
&lt;br /&gt;
Search engines should respond to this meta tag in a reasonable way, i.e. by removing the page from their main search results after the expiration date (possibly still returning the result in a special search for expired pages as long as the page exists and is not explicitly excluded via &amp;lt;code&amp;gt;robots.txt&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;meta name=&#039;robots&#039;&amp;lt;/code&amp;gt; etc.) or simply by indicating to the user that this result is out-of-date.&lt;br /&gt;
&lt;br /&gt;
The content attribute should define the expiration date in accordance with http://www.w3.org/TR/NOTE-datetime . The meta tag should not be used for pages without expiration date. However, for historical reasons, search engines should also interpret other date formats where possible and should be prepared to find values such as &amp;quot;&amp;quot;, &amp;quot;0&amp;quot;, &amp;quot;no&amp;quot; and &amp;quot;never&amp;quot;. Such non-date values are to be interpreted as no expiration date.&lt;br /&gt;
&lt;br /&gt;
Correctly formatted example:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&#039;expires&#039; content=&#039;2012-12-31T23:59Z&#039;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tag is not to be confused with and has a different meaning than &amp;lt;code&amp;gt;meta http-equiv=&#039;expires&#039;.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-print&lt;br /&gt;
| This is to allow a user agent to inform an operating system or a printer driver of the preferred print medium, such as the paper size.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated (multiple values might be appropriate because standard paper sizes vary around the world). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values are limited to &amp;quot;letter&amp;quot;, &amp;quot;A4&amp;quot;, &amp;quot;legal&amp;quot;, &amp;quot;A5&amp;quot;, &amp;quot;B5&amp;quot;, &amp;quot;monarch&amp;quot;, &amp;quot;envelope 10&amp;quot; meaning size #10, &amp;quot;envelope 6-3-4&amp;quot; meaning size #6 3/4, values with integers and decimals in the form of &amp;quot;8.5 x 11&amp;quot; or &amp;quot;8.5x11&amp;quot; in which spacing of the &amp;quot;x&amp;quot; does not affect meaning, &amp;quot;paper&amp;quot;, which means &#039;paper of the default color (usually white) and weight (usually 20-lb. stock)&#039;, &amp;quot;white&amp;quot;, &amp;quot;yellow&amp;quot;, &amp;quot;pink&amp;quot;, &amp;quot;blue&amp;quot;, &amp;quot;green&amp;quot;, &amp;quot;violet&amp;quot;, or &amp;quot;multicolor&amp;quot;, which means a medium of the given color or mixed, &amp;quot;letterhead&amp;quot;, &amp;quot;p2 letterhead&amp;quot; meaning &#039;letterhead intended for any page except the first&#039;, &amp;quot;watermark&amp;quot; meaning a &#039;special watermark such as an organization&#039;s own&#039;, and &amp;quot;plain&amp;quot; meaning &#039;not preprinted and not letterhead (it may have a paper manufacturer&#039;s watermark not related to letterhead)&#039;.&amp;lt;br /&amp;gt;Omitting &amp;quot;paper&amp;quot; when another recognized value is given defaults to an implied meaning of &#039;paper&#039; with the other value; e.g., &amp;quot;letter&amp;quot; means &#039;letter paper&#039;; the same principle applies to a medium&#039;s color (the default being white for paper and colorless for transparency) and plainness or lack thereof (the default being plain).&amp;lt;br /&amp;gt;Other values should be proposed before being recognized here. Label sizes should be proposed here for labels that are not on backing sheets that fit one of the recognized values, e.g., labels on narrow rolls. Blueprint paper sizes should be proposed here. Media other than standard paper, such as onion skin, heavier paper, card, and clear or color transparency, should be proposed here.&amp;lt;br /&amp;gt;The user agent may, with the user&#039;s or user sysadmin&#039;s permission (as by a menu-driven default), interpret a value to offer an alternative the user might accept and software and firmware other than the UA may interpret a value to the same end with or without permission, so this keyword is only suggestive; e.g., &amp;quot;letter&amp;quot; may be interpreted as &amp;quot;A4&amp;quot;.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value determined by other than the page, e.g., by the printer driver or the user agent.&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;format-print&#039;_MetaExtension|Talk]]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geographic-coverage&lt;br /&gt;
| The author may be the best expert on the geographic relevance of the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers and epidemiological studies which may mention locales only once.&amp;lt;br /&amp;gt;Absence of the keyword defaults to a value of world (not universe), unless the search engine chooses to interpret the page or larger unit for some other value, probably based on other than just contact information given in the website.&amp;lt;br /&amp;gt;The value for this keyword is a semicolon-separated list of one or more place-values, the order of which do not matter. One place-value will use commas to separate, in order, an optional standard natural language symbol applicable to the place-value (when omitted the language applicable to the page will control), a place-class, one or more place-subclasses if any, and one or more place name parts (where, e.g., in &amp;quot;Cape Town, South Africa&amp;quot;, &amp;quot;Cape Town&amp;quot; is a place name part but &amp;quot;Town&amp;quot; is not). Spaces after semicolons and commas are optional; spaces within place-values are present when required for each place-value (e.g., &amp;quot;Quezon City&amp;quot;, not an invented &amp;quot;QuezonCity&amp;quot;).&amp;lt;br /&amp;gt;To distinguish names that might otherwise be too similar, place-classes, all lower-case and hyphenatably spaceless, include &#039;&#039;outer-space&#039;&#039;, &#039;&#039;region&#039;&#039; (on Earth and crossing or larger than a nation, e.g., southern hemisphere, polar region, temperate zone, or Asia), &#039;&#039;intntl-water&#039;&#039; (an &#039;international water body&#039;), &#039;&#039;intntl-agcy&#039;&#039; (&#039;international agency&#039; or &#039;international collection&#039;, e.g., all U.N. member nations), &#039;&#039;nation&#039;&#039;, &#039;&#039;within-nation&#039;&#039; (limited to only one political level down from nation, e.g., state, province, territory, possession, city not included within other political units of a nation, or any comparable unit), &#039;&#039;city&#039;&#039; (including town, village, hamlet, and any comparable political unit below the level of &#039;&#039;within-nation&#039;&#039;), &#039;&#039;addr&#039;&#039; (including address, full-length street, building, institution, and neighborhood without political boundaries), &#039;&#039;pol-unit&#039;&#039; (&#039;&#039;pol&#039;&#039; abbreviating &#039;political&#039;) (e.g., a place of disputed nationhood), &#039;&#039;hist-pol-unit&#039;&#039; (&#039;&#039;hist&#039;&#039; abbreviating &#039;historical&#039;) (e.g., the Roman Empire), &#039;&#039;feature&#039;&#039; (e.g., river), &#039;&#039;num&#039;&#039; (e.g., latitude and longitude or outer-space equivalent in numbers), and &#039;&#039;ethereal&#039;&#039; (including thealogical/theological, fictional including from modern popular entertainment, and ancient secular mythical, but not including that which is asserted to be a state of mind or existence but not a place, such as nirvana). (Example for one hypothetical page: name=&amp;quot;geographic-coverage&amp;quot; content=&amp;quot;region, sub-Saharan Africa; nation, Panama; city, Panama, Panama; within-nation, Sao Paulo, Brazil; city, Sao Paulo, Sao Paulo, Brazil; within-nation, Mississippi, United States of America; region, Middle East; region, Midwest, United States of America; hist-pol-unit, Northwest Territory, United States of America; feature, river, Indus; outer-space, Indus; ethereal, ultima Thule; ethereal, Heaven; ethereal, Flatland; ethereal, Valhalla; en-US, addr, Hotel Valhalla, Fredrikstad, Norway; es, nation, Espana&amp;quot; (Indus is both a river and a constellation, illustrating the need for place-classes)).&amp;lt;br /&amp;gt;Ambiguity of place-values should be avoided despite convenience in coding because search engines may each interpret them as they see fit, e.g., it would be hard for an engine to distinguish New York from New York.&amp;lt;br /&amp;gt;For consistency of spelling, several authority lists should be settled upon, with legal, well-known, and disputed names and common abbreviations all being acceptable; but I&#039;m not proposing one here now (relying on IANA&#039;s ccTLD list might be too complex to implement and still assure coding consistency, e.g., occasionally ccTLDs can be phased out and off of IANA&#039;s list) (a standard vocabulary possibly usable here is the [http://www.getty.edu/research/conducting_research/vocabularies/tgn/index.html Getty Thesaurus of Geographic Names Online], subject to licensing and charset choice); and promulgating authority lists may best be done publicly by search engine managements, who may disagree with each other.&amp;lt;br /&amp;gt;Allowing Unicode for non-Roman alphabet-using locales is desirable, but at present that may raise technical problems, including computer security issues, that are not yet readily soluble.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| keywords-not&lt;br /&gt;
| A comma-separated list of negative keywords that distinguish a closely-related theme from this page&#039;s true theme, to support Boolean NOT searches often more realistically than visible text can, especially when both themes share the same lexicon.&amp;lt;br /&amp;gt;If keywords is no longer a supported name for a meta element, keywords-not is superfluous; however, debate has been revived on whether keywords should be supported or not; see the keywords entry in this Wiki.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6609 W3C Bug 6609]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-datetime&lt;br /&gt;
| Better ranking in search engine results for recency or relevance to an event date would be aided by a standard format robots can parse. Users would save search time by not having to load many pages to find which ones are new or date-relevant.&amp;lt;br /&amp;gt;To supply a consistent and known format, the value for this keyword is a date-time expression formed in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-version&lt;br /&gt;
| Pages may be revised several times daily. While date-time given to a granularity of a fraction of a second would often suffice, when a page has to be approved more than once before posting, any or no such time may be correct (without this keyword, a comment could be necessary but probably not parsable by an engine). In addition, versions regardless of date may show consecutiveness and can replace a date that must be vague. In that case, a version number may be more useful for searches and so a robot-parsable format is needed.&amp;lt;br /&amp;gt;The keyword&#039;s value is stated in ASCII digits, is any nonnegative base-10 rational number expressed as an integer or a decimal, with any number of decimal places allowed, and may be padded with any number of leading zeros to support extraction for ASCII sorting.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&amp;lt;br /&amp;gt;The versions 0 and 0.&#039;&#039;n&#039;&#039;, with &#039;&#039;n&#039;&#039; being to any number of places, signify beta versions, i.e., drafts, in the tradition of beta software, while versions 1 and higher ordinarily signify final-release versions. After a final-release version is released, a draft of a later version is not given a version number of 0 or 0.&#039;&#039;n&#039;&#039;, but is numbered higher than the last final-release version. It is suggested to page authors that draft status, if applicable, be shown in the visibly displayed text of the page, rather than that this meta tag be relied upon as the sole notice of draft status, as it may be inadequate notice if alone.&amp;lt;br /&amp;gt;To assign a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1, the page&#039;s URL, if static, may be used as the relevant premise. Thus, if a page is copied or moved to a new URL, the author may choose to restart page-version numbering from 0.&#039;&#039;n&#039;&#039; or 1. If a page&#039;s URL is dynamic, e.g., if created on the fly from a script, the page author may prefer to use as the relevant premise for assigning a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1 the URL of the script or other technology that generates the dynamic-URL page, placing this meta element containing this attribute within the script or other technology, not within the generating page&#039;s head element (the generating page&#039;s head element may have its own meta element with this attribute describing the generating page). If one page containing the script or other technology that generates another page has more than one means for generating dynamic-URL pages, each means should contain its own meta element with this attribute. Page-version is thus largely independent of the page&#039;s date, although both would likely advance roughly in parallel.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| publisher&lt;br /&gt;
| Searching for one content publisher&#039;s or page publisher&#039;s work requires a standard robot-parsable format for the information. This often differs from creator or author when the publisher is an institution. An institutional name, personal name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one publisher. Multiple publishers are to be represented with multiple tags, although multiple publishers are less common than multiple authors or creators; multiplicity is more likely for a legal name and a well-known name.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a publisher need only enter a name once in one order.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| referrer&lt;br /&gt;
| Developers wish to control the sharing of referrer information with linked resources and followed links at the meta level. It&#039;s sometimes desirable to share referrer information from secure to non-secure resources. The proposal is to add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never|default|always&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where the value of the &#039;&#039;&#039;content&#039;&#039;&#039; attribute is:&lt;br /&gt;
* &#039;&#039;&#039;never&#039;&#039;&#039;: No referrer information is leaked when following a links or requesting resources.&lt;br /&gt;
* &#039;&#039;&#039;default&#039;&#039;&#039;: Include referrer information in non-secure context or for HTTPS resources with the same origin.&lt;br /&gt;
* &#039;&#039;&#039;always&#039;&#039;&#039;: Include referrer information when following all links and requesting any resources.&lt;br /&gt;
&lt;br /&gt;
Since &amp;lt;code&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; is redundant with a proposed &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;, the &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; proposal should be supplanted with this one, which provides more robust control.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| resolutions&lt;br /&gt;
| Authoring web sites to use resolution independent images that display beautifully on high-resolution displays should be made as easy as possible for developers and should not require JavaScript to accomplish.&lt;br /&gt;
&lt;br /&gt;
To accomplish this, I propose a new HTML Meta Tag, &amp;lt;code&amp;gt;resolutions&amp;lt;/code&amp;gt;, that can be used to specify that high-resolution versions of images linked to from the page are available and that the browser should use them in place of the lower-resolution default images if it detects that a user is using a high-resolution screen. The resolutions meta tag lists the device-pixel ratios supported by images in the page. &lt;br /&gt;
&lt;br /&gt;
So, for example…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… means that the developer is telling the browser that she has created 2x resolution images for the images linked to from the current page and named them with a @2x suffix. &lt;br /&gt;
&lt;br /&gt;
To illustrate, if her image tag is as follows…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;img src=&amp;quot;/images/flower.jpg&amp;quot; alt=&amp;quot;A flower&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… then she has two image files under /images: the low-resolution default (flower.jpg), and a higher-resolution (200%) version named flower@2x.jpg. &lt;br /&gt;
&lt;br /&gt;
(This is the same naming convention already used by Apple in its Cocoa Touch framework for automatically loading in higher-resolution versions of images.)&lt;br /&gt;
&lt;br /&gt;
Based on the meta tag, if the browser detects that the user is running at a &amp;lt;code&amp;gt;min-device-pixel-ratio&amp;lt;/code&amp;gt; of 2.0, it will automatically ask for the 2x version of the image (flower@2x.jpg) instead of the default image as specified in the image tag. &lt;br /&gt;
&lt;br /&gt;
Finally, so as not to flood external sites with high-resolution image requests, this functionality would only work for local images specified via relative links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Multiple resolutions&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The resolutions tag can also contain a list of supported device-pixel ratios so as to support even higher-resolution displays when and if they become available in the future. &lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x, 4x, 8x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this case, the developer would provide 2x, 4x, and 8x versions of all images. So, in the running example, she would make flower.jpg, flower@2x.jpg, flower@4x.jpg, and flower@8x.jpg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Advantages&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages of this approach are several:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Makes it very simple for developers to support high-resolution displays like the iPhone 4&#039;s Retina screen&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not require JavaScript&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not change the default way that things work (if the meta tag is not specified, the browser simply behaves as it always has).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| [http://aralbalkan.com/3355 Proposal for native browser support of high-resolution image substitution]&lt;br /&gt;
[http://aralbalkan.com/3331 How to make your web content look stunning on the iPhone 4’s new Retina display]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| rights&lt;br /&gt;
| As a page effectively appears in at least two forms, usually one as interpreted and displayed on a device and the other as source code, arguably intellectual property rights that must be asserted must be asserted in ways understandable in both contexts. For example, &amp;amp;amp;copy; is a raw representation that may legally fail as part of copyright notice to someone seeing source code and not the display, important when someone wants to copy source code for use elsewhere and may rely on a defense of innocent infringement (at least in U.S.). While such assertions can be made in a comment element, it may be helpful to have a tag that search engines can parse and index verbatim.&amp;lt;br /&amp;gt;The value may include standard and nonstandard notices, invocations of licenses such as GFDL and ASCAP, and any other information. Content is defined as free-form, leaving the page author discretion for the entry.&amp;lt;br /&amp;gt;Statements in one tag may discuss several portions of the page differently, e.g., with different licenses.&amp;lt;br /&amp;gt;More than one license may be offered, along with the page&#039;s relationship to all.&amp;lt;br /&amp;gt;Not all statements need be license grants. A statement may state whom to ask for reprint permission or may reserve all rights, for example.&amp;lt;br /&amp;gt;Only one meta tag with this keyword may be present. Page authors must not use more than one. A UA finding multiple such tags on one page must ignore all of them.&amp;lt;br /&amp;gt;The copyright symbol that would be generated by its character entity is not recommended for legal notice in source code when the word &#039;Copyright&#039; may be used instead, because the entity may be read in raw form, but use is up to the page author. The same concept applies to any intellectual property rights symbol for which a suitable alternative is available, such as for trademark or service mark.&amp;lt;br /&amp;gt;ASCII text would not suffice when a name or notice legally may have to be in a non-Roman alphabet, but no alternative may yet exist in HTML5.&amp;lt;br /&amp;gt;Search engine storage may impose a length limit, but, because of legal consequences, if the value&#039;s length exceeds a given limit the search index should retain or interpret none of it but only refer to it.&amp;lt;br /&amp;gt;The content string may only be copied verbatim in its full length, referred to, or ignored. It may not be, for example, paraphrased, truncated, interpreted, or classified except in addition to being copied verbatim in its full length.&amp;lt;br /&amp;gt;Ignoring shall not void, nullify, or alter any rights stated in such tag.&amp;lt;br /&amp;gt;For the synonymy, &#039;&#039;IP&#039;&#039;, &#039;&#039;IP-rights&#039;&#039;, and &#039;&#039;IP-right&#039;&#039; are not reserved; while the abbreviation &#039;&#039;IP&#039;&#039; &#039;intellectual property&#039; is common among attorneys in the U.S., page authors will more likely be computerate, and the abbreviation may be wanted for &#039;Internet Protocol&#039;.&lt;br /&gt;
| [[Talk:MetaExtensions#rights:_why_reversion|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| subj-. . .&lt;br /&gt;
| To classify by subject a page&#039;s content, a standard subject taxonomy that will be recognized by a search engine or directory will help. Because many such high-quality taxonomies exist, only a prefix is proposed. Over time, particular taxonomies, in print or online, may be recognized here and keywords assigned for each.&amp;lt;br /&amp;gt;The keyword will be constructed case-insensitively with subkeywords in the form subj-[nationAbbrev]-[taxonomy]-[edition][-optionalSubedition], e.g., subj-US-MeSH-2009online (perhaps). After &amp;quot;subj-&amp;quot;, the second subkeyword will identify the nation where the taxonomy is published or offered as an aid in identifying the taxonomy and does not limit the subject coverage; e.g., a taxonomy published in Japan may be ideal for classifying Canadian botany or Peruvian economy.&amp;lt;br /&amp;gt;As subject values may vary between editions of one taxonomy, an edition and optionally a subedition is to be identified in the third and optionally the fourth subkeywords. The subedition, if any, is any update or revision occurring between editions, such that a value drawn from that edition and subedition is stable. The means of identifying edition and subedition should be included in the registration of a keyword.&amp;lt;br /&amp;gt;Examples of taxonomies from the U.S. include MeSH (medical) and the Library of Congress Subject Headings.&amp;lt;br /&amp;gt;The value identifying a subject for a Web page will be drawn from the cited taxonomy&#039;s edition and subedition.&amp;lt;br /&amp;gt;If the value should have a style to prevent ambiguity in interpretation, that style is to be registered here for that keyword. Multiple values are expressed with multiple meta elements, one value for each, since comma-separation is probably not compatible with all taxonomies.&amp;lt;br /&amp;gt;If a value requires case-sensitivity to prevent confusion, the entry here registering the keyword must accommodate that need with the needs of HTML 5 with an appropriate rule. To that end, a proposal to allow case-sensitivity in meta tags under some circumstances has been offered in the W3C bug reporting system.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6854 W3C Bug 6854]&lt;br /&gt;
| subject-. . .&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MSSmartTagsPreventParsing&lt;br /&gt;
| Microsoft introduced into Internet Explorer 6 Beta a feature that some website designers wished to preclude from applying in order to prevent public misunderstanding of their websites. The feature allowed a browser to add information but at a risk that users wouldn&#039;t know that it wasn&#039;t supplied by the website. This keyword was provided by Microsoft for those of us who wanted it.&amp;lt;br /&amp;gt;Its value was &amp;quot;TRUE&amp;quot;. Microsoft spelled the keyword with some capitals and the value in all capitals but whether capitalization was required for either is unknown; some opinions vary. Since it need be understood by only one browser, and that one a beta version, full standards compliance should not be assumed, and original case may be required. (This tag is used by Google: &amp;quot;&amp;lt;meta content=&#039;true&#039; name=&#039;MSSmartTagsPreventParsing&#039;/&amp;gt;&amp;quot; appeared (with internal quote marks as singles) in the source code for &amp;lt;http://googleblog.blogspot.com/2009/04/listening-to-google-health-users.html&amp;gt;, as accessed 4-27-09.)&amp;lt;br /&amp;gt;Microsoft has apparently removed this instruction from its website on the ground that the beta version is no longer available and is not supported, but that doesn&#039;t assure that some users aren&#039;t still using the beta browser, perhaps inadvertently. Therefore, designers may wish to continue using the keyword and value and they are preserved here.&lt;br /&gt;
| e.g., [http://www.theregister.co.uk/2001/06/25/web_sites_banish_those_winxp/ The Register (U.K.)], [http://cc.uoregon.edu/cnews/summer2001/summer2001.pdf Univ. Oregon (U.S.) (PDF p. 18)], &amp;amp; [http://trillian.mit.edu/~jc/demo/SmartTagsOff.html John Chambers (U.S.) (job résumé near root)], all as accessed 4-19-09&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks spec, potentially never minted by MS as a meta name (as opposed to a http-equiv value), even if minted by Microsoft, abandoned before shipping in any final release of IE&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Failed Proposals ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to more details&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| cache&lt;br /&gt;
| This doesn&#039;t actually work; use HTTP headers instead.&amp;lt;br /&amp;gt;Value must be &amp;quot;public&amp;quot;, &amp;quot;private&amp;quot;, or &amp;quot;no-cache&amp;quot;. Intended as a simple way to tell user agents whether to store a copy of the document or not. An alternate for HTTP/1.1&#039;s cache-control; for publishers without access to modifying cache-control.&lt;br /&gt;
| none&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| no-email-collection&lt;br /&gt;
| HTML5 prohibits URL-valued meta names. They should be rel keywords instead.&amp;lt;br /&amp;gt;Intended to reference legal policy of web site indicating that harvesting of e-mail addresses on the site is not permitted and in violation of applicable laws such as the CAN-SPAM Act of 2003.&lt;br /&gt;
| [https://www.ProjectHoneyPot.org/how_to_avoid_spambots_5.php Project Honey Pot]&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Process ==&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;Status&amp;quot; section to be changed to &amp;quot;Ratified&amp;quot;, the proposed keyword must be defined by a W3C specification in the Candidate Recommendation or Recommendation state. If it fails to go through this process, it is &amp;quot;Unendorsed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For more details, see [http://whatwg.org/specs/web-apps/current-work/#concept-meta-extensions the HTML5 specification].&lt;br /&gt;
&lt;br /&gt;
[[Category:Registries]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=6851</id>
		<title>MetaExtensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=6851"/>
		<updated>2011-08-04T15:24:35Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: Curate the ICBM entry: sort properly, add a more appropriate URL, add synonym&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page lists the allowed extension values for the name=&amp;quot;&amp;quot; attribute of the &amp;amp;lt;meta&amp;gt; element in HTML5. You may add your own values to this list, which makes them legal HTML5 metadata names. We ask that you try to avoid redundancy; if someone has already defined a name that does roughly what you want, please reuse it. Also, please be sure to include &#039;&#039;all&#039;&#039; the items [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names required by the spec] &#039;&#039;including a link to a specification&#039;&#039; that specifies the keyword &#039;&#039;as an HTML meta keyword&#039;&#039;. Note that URL-valued properties must not be registered as meta names but should be registered as [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions rel keywords] instead. Also note that changes to this registry may not be reflected in validators in real time.&lt;br /&gt;
&lt;br /&gt;
== Registered Extensions ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| alexaverifyid&lt;br /&gt;
| Used to verify ownership of Alexa Search&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-capable&lt;br /&gt;
| Sets whether a web application runs in full-screen mode.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| Could maybe be assumed when &amp;lt;code&amp;gt;application-name&amp;lt;/code&amp;gt; is set?&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-status-bar-style&lt;br /&gt;
| Sets the style of the status bar for a web application.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| baiduspider&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Baidu only.&lt;br /&gt;
| [http://www.baidu.com/search/robots_english.html Baidu documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-param&lt;br /&gt;
| Cross-site request forgery protection parameter for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-token&lt;br /&gt;
| Cross-site request forgery protection token for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dc.date.issued&lt;br /&gt;
| Date of publication for Google News. The format of the content is YYYY-MM-DD or YYYY-MM-DDThh:mm:ssTZD.&lt;br /&gt;
| [http://www.google.com/support/news_pub/bin/answer.py?answer=93994 Google News documentation]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dcterms.issued&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.creator&lt;br /&gt;
| An entity primarily responsible for making the resource. Examples of a Creator include a person, an organization, or a service.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-creator DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| In some cases redundant with the HTML built-in keyword &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.description&lt;br /&gt;
| An account of the resource. Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-description DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.issued&lt;br /&gt;
| Date of formal issuance (e.g., publication) of the resource. (DC doesn&#039;t spec a date format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-issued DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the &amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.modified&lt;br /&gt;
| Date on which the resource was changed. (DC doesn&#039;t spec a date format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-modified DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.subject&lt;br /&gt;
| The topic of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-subject DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;keywords&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.title&lt;br /&gt;
| A name given to the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-title DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| es.title&lt;br /&gt;
| Object Title, where this is not the TITLE or H1 tag content, but the resource title&lt;br /&gt;
| [http://www.eibs.co.uk/reference/ EIBS EasySite CMS - Content Attributes Reference]&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-detection&lt;br /&gt;
| Enables or disables automatic detection of possible phone numbers in a webpage in Safari on iOS.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.placename&lt;br /&gt;
| Defines name of geographic place to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.placename&amp;quot; content=&amp;quot;Auwaldstraße 11, 79110 Freiburg im Breisgau, Deutschland&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.position&lt;br /&gt;
| Defines geographic position to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.position&amp;quot; content=&amp;quot;48.02682000000001;7.809769999999958&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| icbm (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.region&lt;br /&gt;
| Defines name of geographic region to which page is related to. Content is specified by ISO-3166.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.region&amp;quot; content=&amp;quot;DE-BW&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&amp;lt;br&amp;gt;[http://en.wikipedia.org/wiki/ISO_3166 ISO-3166]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| google-site-verification&lt;br /&gt;
| Used to verify ownership for Webmaster Tools.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=79812 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| googlebot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Googlebot only.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=93710 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| icbm&lt;br /&gt;
| Defines geographic position to which page is related to. The acronym stands for ICBM Intercontinental Ballistic Missile - an old, humorous allusion to the possible use of such coordinates.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;ICBM&amp;quot; content=&amp;quot;47.0667, 15.4500&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://geourl.org/add.html GeoURL documentation]&lt;br /&gt;
| geo.position (different value syntax)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-task&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
Jump List items act as entry points into the website even when the browser is not running. A Jump List can contain commonly used destinations and tasks. Some items apply to the whole site, and some apply only to specific users. &lt;br /&gt;
For example, to add a single task called &amp;quot;Check Order Status&amp;quot; specify a meta element in the head of your webpage, as follows:&lt;br /&gt;
 &amp;lt;META name=&amp;quot;msapplication-task&amp;quot; content=&amp;quot;name=Check Order Status;&lt;br /&gt;
      action-uri=./orderStatus.aspx?src=IE9;&lt;br /&gt;
      icon-uri=./favicon.ico&amp;quot;  /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491725(v=vs.85).aspx Tasks in Jump List]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-starturl&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-starturl&amp;quot; metadata contains the root URL of the application. The start URL can be fully qualified, or relative to the current document. Only HTTP and HTTPS protocols are allowed. If this element is missing, the address of the current page is used instead.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-starturl&amp;quot; content=&amp;quot;./&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-tooltip&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-tooltip&amp;quot; metadata provides additional tooltip text that appears when you hover over the Pinned Site shortcut in the Windows Start menu or on the desktop.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-tooltip&amp;quot; content=&amp;quot;Channel 9 Podcasts&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-navbutton-color&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
The &amp;quot;msapplication-navbutton-color&amp;quot; metadata define the custom color of the Back and Forward buttons in the Pinned Site browser window. Any named color, or hex color value is valid.&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;msapplication-navbutton-color&amp;quot; content=&amp;quot;#FF3300&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491732(v=VS.85).aspx Declaring Pinned Site Metadata]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msvalidate.01&lt;br /&gt;
| One of the verification elements used by Bing.&lt;br /&gt;
| [http://onlinehelp.microsoft.com/en-us/bing/hh204490.aspx Bing Webmaster Tools]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| norton-safeweb-site-verification&lt;br /&gt;
| Used to verify ownership of Website for Norton SafeWeb.&lt;br /&gt;
| http://safeweb.norton.com/help/site_owners#verification_tips Norton SafeWeb Help Documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rating &lt;br /&gt;
| The Restricted to Adults label (RTA) provides a way for adult oriented websites to indicate that their content is off limits to children. RTA was introduced in 2006 and is currently used by a large number of adult web content providers. RTA is recognized by all major parental control filters.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;RATING&amp;quot; content=&amp;quot;RTA-5042-1996-1400-1577-RTA&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://www.rtalabel.org/index.php?content=howto RTA documentation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rights-standard&lt;br /&gt;
| The purpose is to enable search engines and other cataloging services to compile the types of rights allocated to the work. (Does any search engine actually implement this? [[User:Hsivonen|hsivonen]] 07:34, 14 July 2011 (UTC))&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This keyword does not provide, remove or alter any legal protections or designations.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Format: &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;rights-standard&amp;quot; content=&amp;quot;element id;rights&amp;quot; /&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* element id - the HTML Element ID of the item these rights apply to&lt;br /&gt;
* rights - what rights are assigned to the item&lt;br /&gt;
** &amp;quot;pd&amp;quot; - Public domain&lt;br /&gt;
** &amp;quot;cc by-sa&amp;quot; - Creative Commons Attribution&lt;br /&gt;
** &amp;quot;cc by-nd&amp;quot; - Creative Commons  NoDerivs &lt;br /&gt;
** &amp;quot;cc by-nc&amp;quot; - Creative Commons Attribution-NonCommercial&lt;br /&gt;
** &amp;quot;cc by-nc-sa&amp;quot; - Creative Commons Attribution-NonCommercial-ShareAlike&lt;br /&gt;
** &amp;quot;cc by-nc-nd&amp;quot; - Creative Commons Attribution-NonCommercial-NoDerivs&lt;br /&gt;
&lt;br /&gt;
| [http://sites.google.com/site/metarightsstandard/ Spec]&lt;br /&gt;
|Redundant with [http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#licensing-works Microdata vocabulary for licensing works].&lt;br /&gt;
|Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| robots&lt;br /&gt;
| A comma-separated list of operators explaining how search engine crawlers should treat the content. Possible values are &amp;quot;noarchive&amp;quot; to prevent cached versions, &amp;quot;noindex&amp;quot; to prevent indexing, and &amp;quot;nofollow&amp;quot; works as the link rel value with the same name. This meta name is already supported by every popular search engine.&amp;lt;br /&amp;gt;The content value &amp;quot;NOODP&amp;quot; has been offered elsewhere, so I&#039;m proposing it here. It blocks robots from using [http://www.dmoz.org Open Directory Project] descriptions of a website instead of Web pages&#039; own meta descriptions. It may have been introduced by Microsoft.&amp;lt;br /&amp;gt;The content value &amp;quot;NOYDIR&amp;quot; has been offered by Yahoo, so I&#039;m proposing it here. It blocks Yahoo&#039;s robot from using the Yahoo directory&#039;s descriptions of a website instead of Web pages&#039; own meta descriptions. Whether any other robot supports this is unknown but possibly no other search engine uses Yahoo&#039;s directory anyway.&lt;br /&gt;
| [http://www.robotstxt.org/wc/exclusion.html#meta Robots exclusion protocol], NOODP value: [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=35264 Google], [http://help.yahoo.com/l/us/yahoo/search/indexing/indexing-11.html Yahoo], NOYDIR value: [http://ysearchblog.com/2007/02/28/yahoo-search-support-for-noydir-meta-tags-and-weather-update/ Yahoo], as accessed 4-28-09&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| slurp&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Yahoo! only.&lt;br /&gt;
| [http://help.yahoo.com/l/au/yahoo7/search/indexing/indexing-11.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| teoma&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Teoma and Ask.com only.&lt;br /&gt;
| [http://about.ask.com/en/docs/about/webmasters.shtml Ask.com documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| verify-v1&lt;br /&gt;
| Legacy verification for Google Sitemaps.&lt;br /&gt;
| [http://sitemaps.blogspot.com/2006/05/more-about-meta-tag-verification.html Inside Google Sitemaps: More about meta tag verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| &amp;lt;span id=&amp;quot;viewport&amp;quot;&amp;gt;viewport&amp;lt;/span&amp;gt;&lt;br /&gt;
| Provides a way for documents to specify (using markup rather than CSS) the size, zoom factor, and orientation of the viewport that is used as the base for the document&#039;s [http://www.w3.org/TR/CSS21/visudet.html#containing-block-details initial containing block]. The following properties can be used in the value of the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute:&lt;br /&gt;
* width&lt;br /&gt;
* height&lt;br /&gt;
* initial-scale&lt;br /&gt;
* minimum-scale&lt;br /&gt;
* maximum-scale&lt;br /&gt;
* user-scalable&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;initial-scale=1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=480, initial-scale=2.0, user-scalable=1&amp;quot;&amp;gt;&lt;br /&gt;
For more details, see the [http://dev.w3.org/csswg/css-device-adapt/#viewport-meta-element Viewport META element] section of the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification.&lt;br /&gt;
| For &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; elements that have a &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute whose value is &amp;lt;code&amp;gt;viewport&amp;lt;/code&amp;gt;, the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification defines the recognized properties for the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute&amp;gt;, as well as an algorithm for parsing the value of that attribute.&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_n&lt;br /&gt;
| &#039;&#039;&#039;Name of the Content Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_n&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_s&lt;br /&gt;
| &#039;&#039;&#039;Name of Content Sub-Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_s&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ac&lt;br /&gt;
| &#039;&#039;&#039;Advertising Click parameter&#039;&#039;&#039;&lt;br /&gt;
When a visitor to your site clicks on an ad, that action is referred to as an Ad Click. The following META tag tracks advertising clicks:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ac&amp;quot; CONTENT=&amp;quot;name&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the advertisement clicked to reach a particular web page. The Ad Click must contain an external redirect back to the client. The redirect needs to include the necessary code to generate a hit to the SDC server. You can designate multiple Advertising Clicks using semicolons.&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file111.html?WT.ac=CONTENT111&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file222.html?WT.ac=CONTENT222&amp;quot;&amp;gt;&lt;br /&gt;
The name of the advertisement clicked to reach a particular web page. To capture this information with DCS, the Advertising Click must contain an external redirect back to the client. The redirect needs to &lt;br /&gt;
&lt;br /&gt;
include the necessary code to generate a hit to the DCS. The maximum length for each name is 64 bytes.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ad&lt;br /&gt;
| &#039;&#039;&#039;Advertising View parameter&#039;&#039;&#039;&lt;br /&gt;
Visitors often view advertisements that they do not necessarily click on. You can use On-Site Advertising to determine the number of visitors to your web site who view particular ads. With this feature you can produce advertising reports for each of your clients.&lt;br /&gt;
If you are selling advertising space on your web site, for example, you can collect traffic statistics to help determine pricing schedules.&lt;br /&gt;
The following META tag tracks advertising views:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.ad&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.mc_id&lt;br /&gt;
| &#039;&#039;&#039;Identifies the ID of the marketing campaign&#039;&#039;&#039;&lt;br /&gt;
To attract new students, a university launches a marketing campaign by sending recruitment email to all graduating high school seniors in a metropolitan area. The email links to a special landing page in the university’s web site, containing the following META tag to track marketing campaigns.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.mc_id&amp;quot; CONTENT=&amp;quot;1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
You may use this parameter on the URL.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;link?WT.mc_id=1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
The Campaign ID 1X2GG34 represents recruits to be contacted by email&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.sv&lt;br /&gt;
| &#039;&#039;&#039;Tracking Servers parameter&#039;&#039;&#039;&lt;br /&gt;
If your site is hosted on multiple servers, a server cluster, or a server farm, and you want to evaluate the performance of your load balancer, Webtrends can track page views for each server. To do so, populate the following META tag on all pages on each server:&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;My Server&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the machine that serves the web page. If you have two servers (Server1 and Server2), you would make two copies of the META tag and designate CONTENT=“Server1” for deployment to pages on the first server and CONTENT=“Server2” for deployment to the same pages on the second server.&lt;br /&gt;
For a server farm, you can extract the value of the built-in server name and dynamically assign it to the&lt;br /&gt;
META tag using server-side scripting.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server1&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server2&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [https://tagbuilder.webtrends.com/Help/Miscellaneous/AdSearch.aspx?keepThis=true&amp;amp;TB_iframe=true&amp;amp;height=450&amp;amp;width=650 About WT.ad].&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ti&lt;br /&gt;
| &#039;&#039;&#039;Tracking Page Titles&#039;&#039;&#039;&lt;br /&gt;
You may want to modify a page title before sending it to Webtrends in the following cases:&lt;br /&gt;
* You are dealing with dynamic content pages identified by URL parameters, and the page title represents the title of the base URL page rather than the dynamic content page.&lt;br /&gt;
Unless you modify the page titles, all pages have the same title in the reports.&lt;br /&gt;
* All pages have been assigned the same title, for reasons of style or company policy.&lt;br /&gt;
Even though URLs are displayed in addition to page title, the entire URL cannot be depended upon to distinguish one page from another.&lt;br /&gt;
Use server-side scripts to change the title to something that reflects the content of the pages so that you can identify them in reports. Next, pass the customized page titles to Webtrends, using the following META tag:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ti&amp;quot; CONTENT=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the title for this page.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| y_key&lt;br /&gt;
| Used to verify ownership for Yahoo! Site Explorer&lt;br /&gt;
| [http://help.yahoo.com/l/us/yahoo/search/siteexplorer/siteexplorer-06.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| yandex-verification&lt;br /&gt;
| Used to verify ownership for Yandex Webmaster.&lt;br /&gt;
| [http://help.yandex.ru/webmaster/?id=995300#995356 Yandex Webmaster ownership verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| property=&amp;quot;og:*&amp;quot;&lt;br /&gt;
| Metadata used by the Open Graph protocol (used by Facebook). Note: currently these are defined as: &amp;lt;meta property=&amp;quot;og.*&amp;quot; content=&amp;quot;x&amp;quot;/&amp;gt;&lt;br /&gt;
| [http://developers.facebook.com/docs/opengraph/ FAQ About the Open Graph protocol from Facebook.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.instruction&lt;br /&gt;
| Globrix property information: Property to Buy or Rent&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.price&lt;br /&gt;
| Globrix property information: Price for the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.postcode&lt;br /&gt;
| Globrix property information: Postcode of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bedrooms&lt;br /&gt;
| Globrix property information: Number of bedrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.bathrooms&lt;br /&gt;
| Globrix property information: Number of bathrooms the property has&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.type&lt;br /&gt;
| Globrix property information: Type of property e.g. &#039;semi-detatched house&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.condition&lt;br /&gt;
| Globrix property information: Condition of the property e.g. &#039;renovated&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.features&lt;br /&gt;
| Globrix property information: Features of the property e.g. &#039;double glazing&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.outsidespace&lt;br /&gt;
| Globrix property information: External features of the property e.g. &#039;garden&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.parking&lt;br /&gt;
| Globrix property information: Parking available for property e.g. &#039;parking for 2 cars&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.period&lt;br /&gt;
| Globrix property information: Period of the property e.g. &#039;victorian terrace&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.poa&lt;br /&gt;
| Globrix property information: If the property price is only available on application&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.tenure&lt;br /&gt;
| Globrix property information: The tenure of the property e.g. &#039;leasehold&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.underoffer&lt;br /&gt;
| Globrix property information: Indicates if the property is under offer&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.priceproximity&lt;br /&gt;
| Globrix property information: The region of the attached price e.g. &#039;guide price of&#039;&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.latitude&lt;br /&gt;
| Globrix property information: The latitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| globrix.longitude&lt;br /&gt;
| Globrix property information: The longitude of the property&lt;br /&gt;
| [http://content.globrix.com/web-tools/8-technical-guide/74-what-are-globrix-meta-tags-and-how-can-i-use-them FAQ About the Globrix meta tags.]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposals that don&#039;t meet the [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names requirements] for a registration ==&lt;br /&gt;
&lt;br /&gt;
Note that these proposals can be moved back to the registry table if the problems listed in the rightmost column of this table are addressed.&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
! Registration requirement failure&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| audience&lt;br /&gt;
| To aid search engines in classifying and to aid directory compilers, an audience most appropriate for the page may be suggested. Subject matter may not be a good clue; for example, an analysis of children&#039;s literature may be directed to teachers.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated. Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values:&amp;lt;br /&amp;gt;-- &amp;quot;all&amp;quot; and &amp;quot;everyone&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;adult&amp;quot; and &amp;quot;mature&amp;quot; have the same meaning and are for content that only adults may access, but no one responsible for preventing a nonadult or the immature from accessing the page or its content should rely on either or both of these values to do so without other means (not the same as &amp;quot;grownup&amp;quot;, which see)&amp;lt;br /&amp;gt;-- &amp;quot;child&amp;quot; and &amp;quot;juvenile&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;teen&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;grownup&amp;quot; is not identical to &amp;quot;adult&amp;quot; or &amp;quot;mature&amp;quot; in not implying a precise boundary but is approximately any person who may be able to understand and apply the content (e.g., car driving instruction that may be read by a minor not yet old enough to drive a car but who would likely benefit from somewhat early exposure to the instruction)&amp;lt;br /&amp;gt;-- &amp;quot;parent&amp;quot; to include guardian and temporary caregiver&amp;lt;br /&amp;gt;-- &amp;quot;teacher&amp;quot; to include professor and ad hoc instructor&amp;lt;br /&amp;gt;-- &amp;quot;elementary school student&amp;quot; to include any student below high school&amp;lt;br /&amp;gt;-- &amp;quot;high school student&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;elhi&amp;quot; to include any student in elementary school through high school&amp;lt;br /&amp;gt;-- &amp;quot;college student&amp;quot; including graduate and professional school&amp;lt;br /&amp;gt;-- &amp;quot;business&amp;quot; including management, finance, and prospective customers (this includes e-commerce and investor sites)&amp;lt;br /&amp;gt;-- &amp;quot;health&amp;quot; including any health care provider including alternative and ad hoc&amp;lt;br /&amp;gt;-- &amp;quot;patient&amp;quot; for any health care recipient&amp;lt;br /&amp;gt;-- &amp;quot;lawyer&amp;quot; including judge, paralegal, and jailhouse lawyer&amp;lt;br /&amp;gt;-- &amp;quot;law client&amp;quot; for any prospective recipient of a lawyer&#039;s service (not usually a social work client) with &#039;&#039;lawyer&#039;&#039; including paralegal and jailhouse lawyer but not necessarily judge&amp;lt;br /&amp;gt;-- &amp;quot;craft&amp;quot; for any craftworker including laborer and artisan&amp;lt;br /&amp;gt;-- &amp;quot;artist&amp;quot; including musician, actor, dancer, and sculptor and including creator and performer&amp;lt;br /&amp;gt;-- &amp;quot;military&amp;quot; including paramilitary&amp;lt;br /&amp;gt;-- &amp;quot;news&amp;quot; including any consumer of rapidly-developing news&amp;lt;br /&amp;gt;-- &amp;quot;introductory&amp;quot; and &amp;quot;beginner&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;intermediate&amp;quot; and &amp;quot;midlevel&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;advanced&amp;quot; and &amp;quot;advance&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;scholarly&amp;quot; and &amp;quot;scholar&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;popular&amp;quot; generally referring to a writing style&amp;lt;br /&amp;gt;-- &amp;quot;older&amp;quot; including retiree&amp;lt;br /&amp;gt;-- &amp;quot;institution&amp;quot; including from corporation to conspiracy (such as for management advice)&amp;lt;br /&amp;gt;-- &amp;quot;government&amp;quot; including agencies and prospective politicians&amp;lt;br /&amp;gt;-- values using any integer or single-digit decimal in the form of &amp;quot;grade 8&amp;quot; or &amp;quot;grade 6.4&amp;quot; including to refer to a reading comprehension level (this generally will not exceed 12 and might be meaningless above 20 so higher values may be interpreted as the highest meaningful value)&amp;lt;br /&amp;gt;-- &amp;quot;viewers&amp;quot; for when content (such as a movie) is intended almost entirely to be seen rather than read&amp;lt;br /&amp;gt;-- &amp;quot;listeners&amp;quot; for when content (such as music) is intended almost entirely to be heard rather than read but not generally including text-to-speech support&amp;lt;br /&amp;gt;-- &amp;quot;tts&amp;quot;, &amp;quot;text-to-speech&amp;quot;, or &amp;quot;text to speech&amp;quot;, which three have the same meaning and which are for a page that has substantial support for TTS or that will be readily understood through TTS without need for such support (TTS is often aided by, e.g., pre-resolving pronunciation ambiguities in page coding)&amp;lt;br /&amp;gt;-- values using any numbers in the form of &amp;quot;3-6 years old&amp;quot;, whether a range or a single-number value&amp;lt;br /&amp;gt;-- values using any decade in the form of &amp;quot;born in 1970s&amp;quot;&amp;lt;br /&amp;gt;Unrecognized values such as &amp;quot;botanists&amp;quot;, &amp;quot;Texans&amp;quot;, and &amp;quot;writers who use red ink&amp;quot; may be used but at a risk that a search engine or directory editor will either fail to recognize it or will interpret it in unpredictable ways, or will in the future.&amp;lt;br /&amp;gt;Spellings that are erroneous or slightly different from a recognized value may be interpreted by a search engine or directory editor as representing a recognized value.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value of &amp;quot;all&amp;quot; but without overriding another indication arrived at by other means.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| bot-. . .&lt;br /&gt;
| Robot owners, to allow page authors access to robotic capabilities, e.g., to deny them, should prefix &amp;quot;bot-&amp;quot; to the name of their robot, especially for proprietary bots.&amp;lt;br /&amp;gt;Example: If a robot were to be named &amp;quot;dullbucklequiz&amp;quot;, the name in the meta element would be &amp;quot;bot-dullbucklequiz&amp;quot;.&amp;lt;br /&amp;gt;The value &amp;quot;bot-&amp;quot; alone represents all bots so prefixed, like a wildcard.&amp;lt;br /&amp;gt;Arguably, there&#039;s no need for a list here of any specific bots if http://user-agents.org or http://www.botsvsbrowsers.com/ (and perhaps other sites) is reliable.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| created&lt;br /&gt;
| The datetime at which the document was created. The value is an ISO8601 date. The date MUST follow the [http://www.w3.org/TR/NOTE-datetime W3C Profile of ISO 8601] with a granularity of &amp;quot;Complete date:&amp;quot; or finer. The [http://www.bbc.co.uk/guidelines/futuremedia/desed/previousversions/searchmetadata_vs_1_0.shtml#metadata BBC] use this name.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| creator&lt;br /&gt;
| The creator is an off-Web or pre-Web creator of a work for which an author authored a Web page, so that the creator and the author may be different people.&amp;lt;br /&amp;gt;Searching for one content creator&#039;s work requires a standard robot-parsable format for the information. A personal name, institutional name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one creator. Multiple creators are to be represented with multiple tags.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a content creator need only enter a name once in one first-last or family-given order (e.g., Pat Thunderbird or Thunderbird, Pat, but not requiring both).&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;creator&#039;_MetaExtension|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msnbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Bing only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| ia_archive&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Internet Archive and Alexa only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage&lt;br /&gt;
| The author may be the best expert on which time frame is most relevant to the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers that may focus on the 1800s but mention 1731 and 1912 perhaps unimportantly.&amp;lt;br /&amp;gt;The value for this keyword is a date or time -- not a range and not vague, for which other keywords are proposed -- in a format in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than  once, all the values so appearing are determinative. Multiple values are to be expressed with separate meta elements lest the note be revised in the future in a way incompatible with comma-separating a list.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-end&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the end. If this keyword is used without datetime-coverage-start (also proposed), its value is interpreted as ending a range without a start.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the end of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-end=1865, datetime-coverage-start=1914, datetime-coverage-end=1918, and datetime-coverage-start=1862, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-start&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the start. If this keyword is used without datetime-coverage-end (also proposed), its value is interpreted as starting a range without an end.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the start of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-start=1862, datetime-coverage-start=1914, datetime-coverage-end=1865, and datetime-coverage-end=1918, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-vague&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that its value is not necessarily crisp. This keyword should be used only when datetime-coverage, datetime-coverage-start, and datetime-coverage-end are inappropriate, but there&#039;s no ban on using all four. Any text without a comma can be the value (e.g., Pleistocene, 1820s, Tuesdays, or before we were born); multiple values are comma-separated.&amp;lt;br /&amp;gt;If this keyword is used with datetime-coverage, datetime-coverage-start, or datetime-coverage-end, the vague value should be exploited along with the value/s for the other keyword/s.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all are determinative.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| DC.&lt;br /&gt;
| Dublin Core, maintained by Dublin Core MetaData Initiative (DCMI), is an extensive system with some overlap with non-DC names.&amp;lt;br /&amp;gt;This reserves all strings that begin with DC and a dot. &#039;&#039;Not true; DC-HTML doesn&#039;t use hardwired prefixes, but defines the prefixes using link/@rel=&amp;quot;scheme.prefix&amp;quot;&#039;&#039;&lt;br /&gt;
| [http://www.DublinCore.org DCMI]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dir-content-pointer&lt;br /&gt;
| When several pages in a directory include main content, a table of contents, an index, and the like, a search engine may be able to organize results more usefully by identifying which is which with a standard vocabulary, helpful when different publishers use different conventions when displaying or printing content.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma and optionally with a trailing number. Multiple values are to be comma-separated (multiple values are appropriate when one document serves multiple purposes). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values, which are pointer types to which numbers may be suffixed, are limited to &amp;quot;start&amp;quot; meaning &#039;the first page that should be seen by a user&#039; (this may be anywhere in the directory and anywhere within content), &amp;quot;toc&amp;quot; meaning &#039;table of contents&#039;, &amp;quot;intro&amp;quot; including introductions, forewords, prefaces, and tables of figures, &amp;quot;abstract&amp;quot;, &amp;quot;main&amp;quot;, &amp;quot;bibliography&amp;quot; and &amp;quot;biblio&amp;quot;, which have the same meaning, &amp;quot;index&amp;quot; which may mean &#039;sitemap&#039; or not, &amp;quot;afterword&amp;quot; and &amp;quot;update&amp;quot; which have the same meaning and need not actually update, &amp;quot;credit&amp;quot; meaning &#039;credits and acknowledgments&#039;, and &amp;quot;author bio&amp;quot; meaning &#039;author&#039;s biography&#039;, including any information about the author including credentials and contact information. The number suffix may be spaceless or not.&amp;lt;br /&amp;gt;When numbers are suffixed, a search engine or directory should arrange like items in numerical order in the results, with unnumbered items following like items that are numbered, e.g., intro 1, intro 2, main 1, main 2, main, main, and so on.&amp;lt;br /&amp;gt;Each directory and each subdirectory has its own sequence.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|expires&lt;br /&gt;
|&amp;lt;code&amp;gt;meta name=&#039;expires&#039;&amp;lt;/code&amp;gt; defines the expiration date of the page. This can be used for web pages in preparation for an upcoming event, e.g. a registration form for an exposition or competition, or other cases with a pre-set date when the document will no longer be valid, e.g. a product offer in a special sale or a support page for a product known not to be supported anymore from a given time onward.&lt;br /&gt;
&lt;br /&gt;
Search engines should respond to this meta tag in a reasonable way, i.e. by removing the page from their main search results after the expiration date (possibly still returning the result in a special search for expired pages as long as the page exists and is not explicitly excluded via &amp;lt;code&amp;gt;robots.txt&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;meta name=&#039;robots&#039;&amp;lt;/code&amp;gt; etc.) or simply by indicating to the user that this result is out-of-date.&lt;br /&gt;
&lt;br /&gt;
The content attribute should define the expiration date in accordance with http://www.w3.org/TR/NOTE-datetime . The meta tag should not be used for pages without expiration date. However, for historical reasons, search engines should also interpret other date formats where possible and should be prepared to find values such as &amp;quot;&amp;quot;, &amp;quot;0&amp;quot;, &amp;quot;no&amp;quot; and &amp;quot;never&amp;quot;. Such non-date values are to be interpreted as no expiration date.&lt;br /&gt;
&lt;br /&gt;
Correctly formatted example:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&#039;expires&#039; content=&#039;2012-12-31T23:59Z&#039;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tag is not to be confused with and has a different meaning than &amp;lt;code&amp;gt;meta http-equiv=&#039;expires&#039;.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-print&lt;br /&gt;
| This is to allow a user agent to inform an operating system or a printer driver of the preferred print medium, such as the paper size.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated (multiple values might be appropriate because standard paper sizes vary around the world). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values are limited to &amp;quot;letter&amp;quot;, &amp;quot;A4&amp;quot;, &amp;quot;legal&amp;quot;, &amp;quot;A5&amp;quot;, &amp;quot;B5&amp;quot;, &amp;quot;monarch&amp;quot;, &amp;quot;envelope 10&amp;quot; meaning size #10, &amp;quot;envelope 6-3-4&amp;quot; meaning size #6 3/4, values with integers and decimals in the form of &amp;quot;8.5 x 11&amp;quot; or &amp;quot;8.5x11&amp;quot; in which spacing of the &amp;quot;x&amp;quot; does not affect meaning, &amp;quot;paper&amp;quot;, which means &#039;paper of the default color (usually white) and weight (usually 20-lb. stock)&#039;, &amp;quot;white&amp;quot;, &amp;quot;yellow&amp;quot;, &amp;quot;pink&amp;quot;, &amp;quot;blue&amp;quot;, &amp;quot;green&amp;quot;, &amp;quot;violet&amp;quot;, or &amp;quot;multicolor&amp;quot;, which means a medium of the given color or mixed, &amp;quot;letterhead&amp;quot;, &amp;quot;p2 letterhead&amp;quot; meaning &#039;letterhead intended for any page except the first&#039;, &amp;quot;watermark&amp;quot; meaning a &#039;special watermark such as an organization&#039;s own&#039;, and &amp;quot;plain&amp;quot; meaning &#039;not preprinted and not letterhead (it may have a paper manufacturer&#039;s watermark not related to letterhead)&#039;.&amp;lt;br /&amp;gt;Omitting &amp;quot;paper&amp;quot; when another recognized value is given defaults to an implied meaning of &#039;paper&#039; with the other value; e.g., &amp;quot;letter&amp;quot; means &#039;letter paper&#039;; the same principle applies to a medium&#039;s color (the default being white for paper and colorless for transparency) and plainness or lack thereof (the default being plain).&amp;lt;br /&amp;gt;Other values should be proposed before being recognized here. Label sizes should be proposed here for labels that are not on backing sheets that fit one of the recognized values, e.g., labels on narrow rolls. Blueprint paper sizes should be proposed here. Media other than standard paper, such as onion skin, heavier paper, card, and clear or color transparency, should be proposed here.&amp;lt;br /&amp;gt;The user agent may, with the user&#039;s or user sysadmin&#039;s permission (as by a menu-driven default), interpret a value to offer an alternative the user might accept and software and firmware other than the UA may interpret a value to the same end with or without permission, so this keyword is only suggestive; e.g., &amp;quot;letter&amp;quot; may be interpreted as &amp;quot;A4&amp;quot;.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value determined by other than the page, e.g., by the printer driver or the user agent.&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;format-print&#039;_MetaExtension|Talk]]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geographic-coverage&lt;br /&gt;
| The author may be the best expert on the geographic relevance of the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers and epidemiological studies which may mention locales only once.&amp;lt;br /&amp;gt;Absence of the keyword defaults to a value of world (not universe), unless the search engine chooses to interpret the page or larger unit for some other value, probably based on other than just contact information given in the website.&amp;lt;br /&amp;gt;The value for this keyword is a semicolon-separated list of one or more place-values, the order of which do not matter. One place-value will use commas to separate, in order, an optional standard natural language symbol applicable to the place-value (when omitted the language applicable to the page will control), a place-class, one or more place-subclasses if any, and one or more place name parts (where, e.g., in &amp;quot;Cape Town, South Africa&amp;quot;, &amp;quot;Cape Town&amp;quot; is a place name part but &amp;quot;Town&amp;quot; is not). Spaces after semicolons and commas are optional; spaces within place-values are present when required for each place-value (e.g., &amp;quot;Quezon City&amp;quot;, not an invented &amp;quot;QuezonCity&amp;quot;).&amp;lt;br /&amp;gt;To distinguish names that might otherwise be too similar, place-classes, all lower-case and hyphenatably spaceless, include &#039;&#039;outer-space&#039;&#039;, &#039;&#039;region&#039;&#039; (on Earth and crossing or larger than a nation, e.g., southern hemisphere, polar region, temperate zone, or Asia), &#039;&#039;intntl-water&#039;&#039; (an &#039;international water body&#039;), &#039;&#039;intntl-agcy&#039;&#039; (&#039;international agency&#039; or &#039;international collection&#039;, e.g., all U.N. member nations), &#039;&#039;nation&#039;&#039;, &#039;&#039;within-nation&#039;&#039; (limited to only one political level down from nation, e.g., state, province, territory, possession, city not included within other political units of a nation, or any comparable unit), &#039;&#039;city&#039;&#039; (including town, village, hamlet, and any comparable political unit below the level of &#039;&#039;within-nation&#039;&#039;), &#039;&#039;addr&#039;&#039; (including address, full-length street, building, institution, and neighborhood without political boundaries), &#039;&#039;pol-unit&#039;&#039; (&#039;&#039;pol&#039;&#039; abbreviating &#039;political&#039;) (e.g., a place of disputed nationhood), &#039;&#039;hist-pol-unit&#039;&#039; (&#039;&#039;hist&#039;&#039; abbreviating &#039;historical&#039;) (e.g., the Roman Empire), &#039;&#039;feature&#039;&#039; (e.g., river), &#039;&#039;num&#039;&#039; (e.g., latitude and longitude or outer-space equivalent in numbers), and &#039;&#039;ethereal&#039;&#039; (including thealogical/theological, fictional including from modern popular entertainment, and ancient secular mythical, but not including that which is asserted to be a state of mind or existence but not a place, such as nirvana). (Example for one hypothetical page: name=&amp;quot;geographic-coverage&amp;quot; content=&amp;quot;region, sub-Saharan Africa; nation, Panama; city, Panama, Panama; within-nation, Sao Paulo, Brazil; city, Sao Paulo, Sao Paulo, Brazil; within-nation, Mississippi, United States of America; region, Middle East; region, Midwest, United States of America; hist-pol-unit, Northwest Territory, United States of America; feature, river, Indus; outer-space, Indus; ethereal, ultima Thule; ethereal, Heaven; ethereal, Flatland; ethereal, Valhalla; en-US, addr, Hotel Valhalla, Fredrikstad, Norway; es, nation, Espana&amp;quot; (Indus is both a river and a constellation, illustrating the need for place-classes)).&amp;lt;br /&amp;gt;Ambiguity of place-values should be avoided despite convenience in coding because search engines may each interpret them as they see fit, e.g., it would be hard for an engine to distinguish New York from New York.&amp;lt;br /&amp;gt;For consistency of spelling, several authority lists should be settled upon, with legal, well-known, and disputed names and common abbreviations all being acceptable; but I&#039;m not proposing one here now (relying on IANA&#039;s ccTLD list might be too complex to implement and still assure coding consistency, e.g., occasionally ccTLDs can be phased out and off of IANA&#039;s list) (a standard vocabulary possibly usable here is the [http://www.getty.edu/research/conducting_research/vocabularies/tgn/index.html Getty Thesaurus of Geographic Names Online], subject to licensing and charset choice); and promulgating authority lists may best be done publicly by search engine managements, who may disagree with each other.&amp;lt;br /&amp;gt;Allowing Unicode for non-Roman alphabet-using locales is desirable, but at present that may raise technical problems, including computer security issues, that are not yet readily soluble.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| keywords-not&lt;br /&gt;
| A comma-separated list of negative keywords that distinguish a closely-related theme from this page&#039;s true theme, to support Boolean NOT searches often more realistically than visible text can, especially when both themes share the same lexicon.&amp;lt;br /&amp;gt;If keywords is no longer a supported name for a meta element, keywords-not is superfluous; however, debate has been revived on whether keywords should be supported or not; see the keywords entry in this Wiki.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6609 W3C Bug 6609]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-datetime&lt;br /&gt;
| Better ranking in search engine results for recency or relevance to an event date would be aided by a standard format robots can parse. Users would save search time by not having to load many pages to find which ones are new or date-relevant.&amp;lt;br /&amp;gt;To supply a consistent and known format, the value for this keyword is a date-time expression formed in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-version&lt;br /&gt;
| Pages may be revised several times daily. While date-time given to a granularity of a fraction of a second would often suffice, when a page has to be approved more than once before posting, any or no such time may be correct (without this keyword, a comment could be necessary but probably not parsable by an engine). In addition, versions regardless of date may show consecutiveness and can replace a date that must be vague. In that case, a version number may be more useful for searches and so a robot-parsable format is needed.&amp;lt;br /&amp;gt;The keyword&#039;s value is stated in ASCII digits, is any nonnegative base-10 rational number expressed as an integer or a decimal, with any number of decimal places allowed, and may be padded with any number of leading zeros to support extraction for ASCII sorting.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&amp;lt;br /&amp;gt;The versions 0 and 0.&#039;&#039;n&#039;&#039;, with &#039;&#039;n&#039;&#039; being to any number of places, signify beta versions, i.e., drafts, in the tradition of beta software, while versions 1 and higher ordinarily signify final-release versions. After a final-release version is released, a draft of a later version is not given a version number of 0 or 0.&#039;&#039;n&#039;&#039;, but is numbered higher than the last final-release version. It is suggested to page authors that draft status, if applicable, be shown in the visibly displayed text of the page, rather than that this meta tag be relied upon as the sole notice of draft status, as it may be inadequate notice if alone.&amp;lt;br /&amp;gt;To assign a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1, the page&#039;s URL, if static, may be used as the relevant premise. Thus, if a page is copied or moved to a new URL, the author may choose to restart page-version numbering from 0.&#039;&#039;n&#039;&#039; or 1. If a page&#039;s URL is dynamic, e.g., if created on the fly from a script, the page author may prefer to use as the relevant premise for assigning a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1 the URL of the script or other technology that generates the dynamic-URL page, placing this meta element containing this attribute within the script or other technology, not within the generating page&#039;s head element (the generating page&#039;s head element may have its own meta element with this attribute describing the generating page). If one page containing the script or other technology that generates another page has more than one means for generating dynamic-URL pages, each means should contain its own meta element with this attribute. Page-version is thus largely independent of the page&#039;s date, although both would likely advance roughly in parallel.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| publisher&lt;br /&gt;
| Searching for one content publisher&#039;s or page publisher&#039;s work requires a standard robot-parsable format for the information. This often differs from creator or author when the publisher is an institution. An institutional name, personal name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one publisher. Multiple publishers are to be represented with multiple tags, although multiple publishers are less common than multiple authors or creators; multiplicity is more likely for a legal name and a well-known name.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a publisher need only enter a name once in one order.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| referrer&lt;br /&gt;
| Developers wish to control the sharing of referrer information with linked resources and followed links at the meta level. It&#039;s sometimes desirable to share referrer information from secure to non-secure resources. The proposal is to add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never|default|always&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where the value of the &#039;&#039;&#039;content&#039;&#039;&#039; attribute is:&lt;br /&gt;
* &#039;&#039;&#039;never&#039;&#039;&#039;: No referrer information is leaked when following a links or requesting resources.&lt;br /&gt;
* &#039;&#039;&#039;default&#039;&#039;&#039;: Include referrer information in non-secure context or for HTTPS resources with the same origin.&lt;br /&gt;
* &#039;&#039;&#039;always&#039;&#039;&#039;: Include referrer information when following all links and requesting any resources.&lt;br /&gt;
&lt;br /&gt;
Since &amp;lt;code&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; is redundant with a proposed &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;, the &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; proposal should be supplanted with this one, which provides more robust control.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| resolutions&lt;br /&gt;
| Authoring web sites to use resolution independent images that display beautifully on high-resolution displays should be made as easy as possible for developers and should not require JavaScript to accomplish.&lt;br /&gt;
&lt;br /&gt;
To accomplish this, I propose a new HTML Meta Tag, &amp;lt;code&amp;gt;resolutions&amp;lt;/code&amp;gt;, that can be used to specify that high-resolution versions of images linked to from the page are available and that the browser should use them in place of the lower-resolution default images if it detects that a user is using a high-resolution screen. The resolutions meta tag lists the device-pixel ratios supported by images in the page. &lt;br /&gt;
&lt;br /&gt;
So, for example…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… means that the developer is telling the browser that she has created 2x resolution images for the images linked to from the current page and named them with a @2x suffix. &lt;br /&gt;
&lt;br /&gt;
To illustrate, if her image tag is as follows…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;img src=&amp;quot;/images/flower.jpg&amp;quot; alt=&amp;quot;A flower&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… then she has two image files under /images: the low-resolution default (flower.jpg), and a higher-resolution (200%) version named flower@2x.jpg. &lt;br /&gt;
&lt;br /&gt;
(This is the same naming convention already used by Apple in its Cocoa Touch framework for automatically loading in higher-resolution versions of images.)&lt;br /&gt;
&lt;br /&gt;
Based on the meta tag, if the browser detects that the user is running at a &amp;lt;code&amp;gt;min-device-pixel-ratio&amp;lt;/code&amp;gt; of 2.0, it will automatically ask for the 2x version of the image (flower@2x.jpg) instead of the default image as specified in the image tag. &lt;br /&gt;
&lt;br /&gt;
Finally, so as not to flood external sites with high-resolution image requests, this functionality would only work for local images specified via relative links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Multiple resolutions&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The resolutions tag can also contain a list of supported device-pixel ratios so as to support even higher-resolution displays when and if they become available in the future. &lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x, 4x, 8x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this case, the developer would provide 2x, 4x, and 8x versions of all images. So, in the running example, she would make flower.jpg, flower@2x.jpg, flower@4x.jpg, and flower@8x.jpg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Advantages&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages of this approach are several:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Makes it very simple for developers to support high-resolution displays like the iPhone 4&#039;s Retina screen&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not require JavaScript&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not change the default way that things work (if the meta tag is not specified, the browser simply behaves as it always has).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| [http://aralbalkan.com/3355 Proposal for native browser support of high-resolution image substitution]&lt;br /&gt;
[http://aralbalkan.com/3331 How to make your web content look stunning on the iPhone 4’s new Retina display]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| rights&lt;br /&gt;
| As a page effectively appears in at least two forms, usually one as interpreted and displayed on a device and the other as source code, arguably intellectual property rights that must be asserted must be asserted in ways understandable in both contexts. For example, &amp;amp;amp;copy; is a raw representation that may legally fail as part of copyright notice to someone seeing source code and not the display, important when someone wants to copy source code for use elsewhere and may rely on a defense of innocent infringement (at least in U.S.). While such assertions can be made in a comment element, it may be helpful to have a tag that search engines can parse and index verbatim.&amp;lt;br /&amp;gt;The value may include standard and nonstandard notices, invocations of licenses such as GFDL and ASCAP, and any other information. Content is defined as free-form, leaving the page author discretion for the entry.&amp;lt;br /&amp;gt;Statements in one tag may discuss several portions of the page differently, e.g., with different licenses.&amp;lt;br /&amp;gt;More than one license may be offered, along with the page&#039;s relationship to all.&amp;lt;br /&amp;gt;Not all statements need be license grants. A statement may state whom to ask for reprint permission or may reserve all rights, for example.&amp;lt;br /&amp;gt;Only one meta tag with this keyword may be present. Page authors must not use more than one. A UA finding multiple such tags on one page must ignore all of them.&amp;lt;br /&amp;gt;The copyright symbol that would be generated by its character entity is not recommended for legal notice in source code when the word &#039;Copyright&#039; may be used instead, because the entity may be read in raw form, but use is up to the page author. The same concept applies to any intellectual property rights symbol for which a suitable alternative is available, such as for trademark or service mark.&amp;lt;br /&amp;gt;ASCII text would not suffice when a name or notice legally may have to be in a non-Roman alphabet, but no alternative may yet exist in HTML5.&amp;lt;br /&amp;gt;Search engine storage may impose a length limit, but, because of legal consequences, if the value&#039;s length exceeds a given limit the search index should retain or interpret none of it but only refer to it.&amp;lt;br /&amp;gt;The content string may only be copied verbatim in its full length, referred to, or ignored. It may not be, for example, paraphrased, truncated, interpreted, or classified except in addition to being copied verbatim in its full length.&amp;lt;br /&amp;gt;Ignoring shall not void, nullify, or alter any rights stated in such tag.&amp;lt;br /&amp;gt;For the synonymy, &#039;&#039;IP&#039;&#039;, &#039;&#039;IP-rights&#039;&#039;, and &#039;&#039;IP-right&#039;&#039; are not reserved; while the abbreviation &#039;&#039;IP&#039;&#039; &#039;intellectual property&#039; is common among attorneys in the U.S., page authors will more likely be computerate, and the abbreviation may be wanted for &#039;Internet Protocol&#039;.&lt;br /&gt;
| [[Talk:MetaExtensions#rights:_why_reversion|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| subj-. . .&lt;br /&gt;
| To classify by subject a page&#039;s content, a standard subject taxonomy that will be recognized by a search engine or directory will help. Because many such high-quality taxonomies exist, only a prefix is proposed. Over time, particular taxonomies, in print or online, may be recognized here and keywords assigned for each.&amp;lt;br /&amp;gt;The keyword will be constructed case-insensitively with subkeywords in the form subj-[nationAbbrev]-[taxonomy]-[edition][-optionalSubedition], e.g., subj-US-MeSH-2009online (perhaps). After &amp;quot;subj-&amp;quot;, the second subkeyword will identify the nation where the taxonomy is published or offered as an aid in identifying the taxonomy and does not limit the subject coverage; e.g., a taxonomy published in Japan may be ideal for classifying Canadian botany or Peruvian economy.&amp;lt;br /&amp;gt;As subject values may vary between editions of one taxonomy, an edition and optionally a subedition is to be identified in the third and optionally the fourth subkeywords. The subedition, if any, is any update or revision occurring between editions, such that a value drawn from that edition and subedition is stable. The means of identifying edition and subedition should be included in the registration of a keyword.&amp;lt;br /&amp;gt;Examples of taxonomies from the U.S. include MeSH (medical) and the Library of Congress Subject Headings.&amp;lt;br /&amp;gt;The value identifying a subject for a Web page will be drawn from the cited taxonomy&#039;s edition and subedition.&amp;lt;br /&amp;gt;If the value should have a style to prevent ambiguity in interpretation, that style is to be registered here for that keyword. Multiple values are expressed with multiple meta elements, one value for each, since comma-separation is probably not compatible with all taxonomies.&amp;lt;br /&amp;gt;If a value requires case-sensitivity to prevent confusion, the entry here registering the keyword must accommodate that need with the needs of HTML 5 with an appropriate rule. To that end, a proposal to allow case-sensitivity in meta tags under some circumstances has been offered in the W3C bug reporting system.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6854 W3C Bug 6854]&lt;br /&gt;
| subject-. . .&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MSSmartTagsPreventParsing&lt;br /&gt;
| Microsoft introduced into Internet Explorer 6 Beta a feature that some website designers wished to preclude from applying in order to prevent public misunderstanding of their websites. The feature allowed a browser to add information but at a risk that users wouldn&#039;t know that it wasn&#039;t supplied by the website. This keyword was provided by Microsoft for those of us who wanted it.&amp;lt;br /&amp;gt;Its value was &amp;quot;TRUE&amp;quot;. Microsoft spelled the keyword with some capitals and the value in all capitals but whether capitalization was required for either is unknown; some opinions vary. Since it need be understood by only one browser, and that one a beta version, full standards compliance should not be assumed, and original case may be required. (This tag is used by Google: &amp;quot;&amp;lt;meta content=&#039;true&#039; name=&#039;MSSmartTagsPreventParsing&#039;/&amp;gt;&amp;quot; appeared (with internal quote marks as singles) in the source code for &amp;lt;http://googleblog.blogspot.com/2009/04/listening-to-google-health-users.html&amp;gt;, as accessed 4-27-09.)&amp;lt;br /&amp;gt;Microsoft has apparently removed this instruction from its website on the ground that the beta version is no longer available and is not supported, but that doesn&#039;t assure that some users aren&#039;t still using the beta browser, perhaps inadvertently. Therefore, designers may wish to continue using the keyword and value and they are preserved here.&lt;br /&gt;
| e.g., [http://www.theregister.co.uk/2001/06/25/web_sites_banish_those_winxp/ The Register (U.K.)], [http://cc.uoregon.edu/cnews/summer2001/summer2001.pdf Univ. Oregon (U.S.) (PDF p. 18)], &amp;amp; [http://trillian.mit.edu/~jc/demo/SmartTagsOff.html John Chambers (U.S.) (job résumé near root)], all as accessed 4-19-09&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks spec, potentially never minted by MS as a meta name (as opposed to a http-equiv value), even if minted by Microsoft, abandoned before shipping in any final release of IE&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Failed Proposals ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to more details&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| cache&lt;br /&gt;
| This doesn&#039;t actually work; use HTTP headers instead.&amp;lt;br /&amp;gt;Value must be &amp;quot;public&amp;quot;, &amp;quot;private&amp;quot;, or &amp;quot;no-cache&amp;quot;. Intended as a simple way to tell user agents whether to store a copy of the document or not. An alternate for HTTP/1.1&#039;s cache-control; for publishers without access to modifying cache-control.&lt;br /&gt;
| none&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| no-email-collection&lt;br /&gt;
| HTML5 prohibits URL-valued meta names. They should be rel keywords instead.&amp;lt;br /&amp;gt;Intended to reference legal policy of web site indicating that harvesting of e-mail addresses on the site is not permitted and in violation of applicable laws such as the CAN-SPAM Act of 2003.&lt;br /&gt;
| [https://www.ProjectHoneyPot.org/how_to_avoid_spambots_5.php Project Honey Pot]&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Process ==&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;Status&amp;quot; section to be changed to &amp;quot;Ratified&amp;quot;, the proposed keyword must be defined by a W3C specification in the Candidate Recommendation or Recommendation state. If it fails to go through this process, it is &amp;quot;Unendorsed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For more details, see [http://whatwg.org/specs/web-apps/current-work/#concept-meta-extensions the HTML5 specification].&lt;br /&gt;
&lt;br /&gt;
[[Category:Registries]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=6778</id>
		<title>MetaExtensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=6778"/>
		<updated>2011-07-28T06:33:06Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: /* Registered Extensions */ Fix formatting error&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page lists the allowed extension values for the name=&amp;quot;&amp;quot; attribute of the &amp;amp;lt;meta&amp;gt; element in HTML5. You may add your own values to this list, which makes them legal HTML5 metadata names. We ask that you try to avoid redundancy; if someone has already defined a name that does roughly what you want, please reuse it. Also, please be sure to include &#039;&#039;all&#039;&#039; the items [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names required by the spec] &#039;&#039;including a link to a specification&#039;&#039; that specifies the keyword &#039;&#039;as an HTML meta keyword&#039;&#039;. Note that URL-valued properties must not be registered as meta names but should be registered as [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions rel keywords] instead. Also note that changes to this registry may not be reflected in validators in real time.&lt;br /&gt;
&lt;br /&gt;
== Registered Extensions ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| alexaverifyid&lt;br /&gt;
| Used to verify ownership of Alexa Search&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-capable&lt;br /&gt;
| Sets whether a web application runs in full-screen mode.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| Could maybe be assumed when &amp;lt;code&amp;gt;application-name&amp;lt;/code&amp;gt; is set?&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-status-bar-style&lt;br /&gt;
| Sets the style of the status bar for a web application.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| baiduspider&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Baidu only.&lt;br /&gt;
| [http://www.baidu.com/search/robots_english.html Baidu documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-param&lt;br /&gt;
| Cross-site request forgery protection parameter for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-token&lt;br /&gt;
| Cross-site request forgery protection token for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dc.date.issued&lt;br /&gt;
| Date of publication for Google News. The format of the content is YYYY-MM-DD or YYYY-MM-DDThh:mm:ssTZD.&lt;br /&gt;
| [http://www.google.com/support/news_pub/bin/answer.py?answer=93994 Google News documentation]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dcterms.issued&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.creator&lt;br /&gt;
| An entity primarily responsible for making the resource. Examples of a Creator include a person, an organization, or a service.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-creator DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| In some cases redundant with the HTML built-in keyword &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.description&lt;br /&gt;
| An account of the resource. Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-description DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.issued&lt;br /&gt;
| Date of formal issuance (e.g., publication) of the resource. (DC doesn&#039;t spec a date format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-issued DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the &amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.modified&lt;br /&gt;
| Date on which the resource was changed. (DC doesn&#039;t spec a date format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-modified DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.subject&lt;br /&gt;
| The topic of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-subject DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;keywords&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.title&lt;br /&gt;
| A name given to the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-title DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| es.title&lt;br /&gt;
| Object Title, where this is not the TITLE or H1 tag content, but the resource title&lt;br /&gt;
| [http://www.eibs.co.uk/reference/ EIBS EasySite CMS - Content Attributes Reference]&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-detection&lt;br /&gt;
| Enables or disables automatic detection of possible phone numbers in a webpage in Safari on iOS.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.placename&lt;br /&gt;
| Defines name of geographic place to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.placename&amp;quot; content=&amp;quot;Auwaldstraße 11, 79110 Freiburg im Breisgau, Deutschland&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.position&lt;br /&gt;
| Defines geographic position to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.position&amp;quot; content=&amp;quot;48.02682000000001;7.809769999999958&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.region&lt;br /&gt;
| Defines name of geographic region to which page is related to. Content is specified by ISO-3166.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.region&amp;quot; content=&amp;quot;DE-BW&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&amp;lt;br&amp;gt;[http://en.wikipedia.org/wiki/ISO_3166 ISO-3166]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| google-site-verification&lt;br /&gt;
| Used to verify ownership for Webmaster Tools.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=79812 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| googlebot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Googlebot only.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=93710 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-task&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
Jump List items act as entry points into the website even when the browser is not running. A Jump List can contain commonly used destinations and tasks. Some items apply to the whole site, and some apply only to specific users. &lt;br /&gt;
For example, to add a single task called &amp;quot;Check Order Status&amp;quot; specify a meta element in the head of your webpage, as follows:&lt;br /&gt;
 &amp;lt;META name=&amp;quot;msapplication-task&amp;quot; content=&amp;quot;name=Check Order Status;&lt;br /&gt;
      action-uri=./orderStatus.aspx?src=IE9;&lt;br /&gt;
      icon-uri=./favicon.ico&amp;quot;  /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491725(v=vs.85).aspx Tasks in Jump List]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msvalidate.01&lt;br /&gt;
| One of the verification elements used by Bing.&lt;br /&gt;
| [http://onlinehelp.microsoft.com/en-us/bing/hh204490.aspx Bing Webmaster Tools]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| norton-safeweb-site-verification&lt;br /&gt;
| Used to verify ownership of Website for Norton SafeWeb.&lt;br /&gt;
| http://safeweb.norton.com/help/site_owners#verification_tips Norton SafeWeb Help Documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rating &lt;br /&gt;
| The Restricted to Adults label (RTA) provides a way for adult oriented websites to indicate that their content is off limits to children. RTA was introduced in 2006 and is currently used by a large number of adult web content providers. RTA is recognized by all major parental control filters.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;RATING&amp;quot; content=&amp;quot;RTA-5042-1996-1400-1577-RTA&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://www.rtalabel.org/index.php?content=howto RTA documentation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rights-standard&lt;br /&gt;
| The purpose is to enable search engines and other cataloging services to compile the types of rights allocated to the work. (Does any search engine actually implement this? [[User:Hsivonen|hsivonen]] 07:34, 14 July 2011 (UTC))&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This keyword does not provide, remove or alter any legal protections or designations.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Format: &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;rights-standard&amp;quot; content=&amp;quot;element id;rights&amp;quot; /&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* element id - the HTML Element ID of the item these rights apply to&lt;br /&gt;
* rights - what rights are assigned to the item&lt;br /&gt;
** &amp;quot;pd&amp;quot; - Public domain&lt;br /&gt;
** &amp;quot;cc by-sa&amp;quot; - Creative Commons Attribution&lt;br /&gt;
** &amp;quot;cc by-nd&amp;quot; - Creative Commons  NoDerivs &lt;br /&gt;
** &amp;quot;cc by-nc&amp;quot; - Creative Commons Attribution-NonCommercial&lt;br /&gt;
** &amp;quot;cc by-nc-sa&amp;quot; - Creative Commons Attribution-NonCommercial-ShareAlike&lt;br /&gt;
** &amp;quot;cc by-nc-nd&amp;quot; - Creative Commons Attribution-NonCommercial-NoDerivs&lt;br /&gt;
&lt;br /&gt;
| [http://sites.google.com/site/metarightsstandard/ Spec]&lt;br /&gt;
|Redundant with [http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#licensing-works Microdata vocabulary for licensing works].&lt;br /&gt;
|Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| robots&lt;br /&gt;
| A comma-separated list of operators explaining how search engine crawlers should treat the content. Possible values are &amp;quot;noarchive&amp;quot; to prevent cached versions, &amp;quot;noindex&amp;quot; to prevent indexing, and &amp;quot;nofollow&amp;quot; works as the link rel value with the same name. This meta name is already supported by every popular search engine.&amp;lt;br /&amp;gt;The content value &amp;quot;NOODP&amp;quot; has been offered elsewhere, so I&#039;m proposing it here. It blocks robots from using [http://www.dmoz.org Open Directory Project] descriptions of a website instead of Web pages&#039; own meta descriptions. It may have been introduced by Microsoft.&amp;lt;br /&amp;gt;The content value &amp;quot;NOYDIR&amp;quot; has been offered by Yahoo, so I&#039;m proposing it here. It blocks Yahoo&#039;s robot from using the Yahoo directory&#039;s descriptions of a website instead of Web pages&#039; own meta descriptions. Whether any other robot supports this is unknown but possibly no other search engine uses Yahoo&#039;s directory anyway.&lt;br /&gt;
| [http://www.robotstxt.org/wc/exclusion.html#meta Robots exclusion protocol], NOODP value: [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=35264 Google], [http://help.yahoo.com/l/us/yahoo/search/indexing/indexing-11.html Yahoo], NOYDIR value: [http://ysearchblog.com/2007/02/28/yahoo-search-support-for-noydir-meta-tags-and-weather-update/ Yahoo], as accessed 4-28-09&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| slurp&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Yahoo! only.&lt;br /&gt;
| [http://help.yahoo.com/l/au/yahoo7/search/indexing/indexing-11.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| teoma&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Teoma and Ask.com only.&lt;br /&gt;
| [http://about.ask.com/en/docs/about/webmasters.shtml Ask.com documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| verify-v1&lt;br /&gt;
| Legacy verification for Google Sitemaps.&lt;br /&gt;
| [http://sitemaps.blogspot.com/2006/05/more-about-meta-tag-verification.html Inside Google Sitemaps: More about meta tag verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| &amp;lt;span id=&amp;quot;viewport&amp;quot;&amp;gt;viewport&amp;lt;/span&amp;gt;&lt;br /&gt;
| Provides a way for documents to specify (using markup rather than CSS) the size, zoom factor, and orientation of the viewport that is used as the base for the document&#039;s [http://www.w3.org/TR/CSS21/visudet.html#containing-block-details initial containing block]. The following properties can be used in the value of the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute:&lt;br /&gt;
* width&lt;br /&gt;
* height&lt;br /&gt;
* initial-scale&lt;br /&gt;
* minimum-scale&lt;br /&gt;
* maximum-scale&lt;br /&gt;
* user-scalable&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;initial-scale=1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=480, initial-scale=2.0, user-scalable=1&amp;quot;&amp;gt;&lt;br /&gt;
For more details, see the [http://dev.w3.org/csswg/css-device-adapt/#viewport-meta-element Viewport META element] section of the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification.&lt;br /&gt;
| For &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; elements that have a &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute whose value is &amp;lt;code&amp;gt;viewport&amp;lt;/code&amp;gt;, the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification defines the recognized properties for the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute&amp;gt;, as well as an algorithm for parsing the value of that attribute.&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_n&lt;br /&gt;
| &#039;&#039;&#039;Name of the Content Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_n&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_s&lt;br /&gt;
| &#039;&#039;&#039;Name of Content Sub-Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_s&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ac&lt;br /&gt;
| &#039;&#039;&#039;Advertising Click parameter&#039;&#039;&#039;&lt;br /&gt;
When a visitor to your site clicks on an ad, that action is referred to as an Ad Click. The following META tag tracks advertising clicks:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ac&amp;quot; CONTENT=&amp;quot;name&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the advertisement clicked to reach a particular web page. The Ad Click must contain an external redirect back to the client. The redirect needs to include the necessary code to generate a hit to the SDC server. You can designate multiple Advertising Clicks using semicolons.&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file111.html?WT.ac=CONTENT111&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file222.html?WT.ac=CONTENT222&amp;quot;&amp;gt;&lt;br /&gt;
The name of the advertisement clicked to reach a particular web page. To capture this information with DCS, the Advertising Click must contain an external redirect back to the client. The redirect needs to &lt;br /&gt;
&lt;br /&gt;
include the necessary code to generate a hit to the DCS. The maximum length for each name is 64 bytes.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ad&lt;br /&gt;
| &#039;&#039;&#039;Advertising View parameter&#039;&#039;&#039;&lt;br /&gt;
Visitors often view advertisements that they do not necessarily click on. You can use On-Site Advertising to determine the number of visitors to your web site who view particular ads. With this feature you can produce advertising reports for each of your clients.&lt;br /&gt;
If you are selling advertising space on your web site, for example, you can collect traffic statistics to help determine pricing schedules.&lt;br /&gt;
The following META tag tracks advertising views:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.ad&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.mc_id&lt;br /&gt;
| &#039;&#039;&#039;Identifies the ID of the marketing campaign&#039;&#039;&#039;&lt;br /&gt;
To attract new students, a university launches a marketing campaign by sending recruitment email to all graduating high school seniors in a metropolitan area. The email links to a special landing page in the university’s web site, containing the following META tag to track marketing campaigns.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.mc_id&amp;quot; CONTENT=&amp;quot;1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
You may use this parameter on the URL.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;link?WT.mc_id=1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
The Campaign ID 1X2GG34 represents recruits to be contacted by email&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.sv&lt;br /&gt;
| &#039;&#039;&#039;Tracking Servers parameter&#039;&#039;&#039;&lt;br /&gt;
If your site is hosted on multiple servers, a server cluster, or a server farm, and you want to evaluate the performance of your load balancer, Webtrends can track page views for each server. To do so, populate the following META tag on all pages on each server:&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;My Server&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the machine that serves the web page. If you have two servers (Server1 and Server2), you would make two copies of the META tag and designate CONTENT=“Server1” for deployment to pages on the first server and CONTENT=“Server2” for deployment to the same pages on the second server.&lt;br /&gt;
For a server farm, you can extract the value of the built-in server name and dynamically assign it to the&lt;br /&gt;
META tag using server-side scripting.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server1&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server2&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [https://tagbuilder.webtrends.com/Help/Miscellaneous/AdSearch.aspx?keepThis=true&amp;amp;TB_iframe=true&amp;amp;height=450&amp;amp;width=650 About WT.ad].&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ti&lt;br /&gt;
| &#039;&#039;&#039;Tracking Page Titles&#039;&#039;&#039;&lt;br /&gt;
You may want to modify a page title before sending it to Webtrends in the following cases:&lt;br /&gt;
* You are dealing with dynamic content pages identified by URL parameters, and the page title represents the title of the base URL page rather than the dynamic content page.&lt;br /&gt;
Unless you modify the page titles, all pages have the same title in the reports.&lt;br /&gt;
* All pages have been assigned the same title, for reasons of style or company policy.&lt;br /&gt;
Even though URLs are displayed in addition to page title, the entire URL cannot be depended upon to distinguish one page from another.&lt;br /&gt;
Use server-side scripts to change the title to something that reflects the content of the pages so that you can identify them in reports. Next, pass the customized page titles to Webtrends, using the following META tag:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ti&amp;quot; CONTENT=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the title for this page.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| y_key&lt;br /&gt;
| Used to verify ownership for Yahoo! Site Explorer&lt;br /&gt;
| [http://help.yahoo.com/l/us/yahoo/search/siteexplorer/siteexplorer-06.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| yandex-verification&lt;br /&gt;
| Used to verify ownership for Yandex Webmaster.&lt;br /&gt;
| [http://help.yandex.ru/webmaster/?id=995300#995356 Yandex Webmaster ownership verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposals that don&#039;t meet the [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names requirements] for a registration ==&lt;br /&gt;
&lt;br /&gt;
Note that these proposals can be moved back to the registry table if the problems listed in the rightmost column of this table are addressed.&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
! Registration requirement failure&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| audience&lt;br /&gt;
| To aid search engines in classifying and to aid directory compilers, an audience most appropriate for the page may be suggested. Subject matter may not be a good clue; for example, an analysis of children&#039;s literature may be directed to teachers.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated. Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values:&amp;lt;br /&amp;gt;-- &amp;quot;all&amp;quot; and &amp;quot;everyone&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;adult&amp;quot; and &amp;quot;mature&amp;quot; have the same meaning and are for content that only adults may access, but no one responsible for preventing a nonadult or the immature from accessing the page or its content should rely on either or both of these values to do so without other means (not the same as &amp;quot;grownup&amp;quot;, which see)&amp;lt;br /&amp;gt;-- &amp;quot;child&amp;quot; and &amp;quot;juvenile&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;teen&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;grownup&amp;quot; is not identical to &amp;quot;adult&amp;quot; or &amp;quot;mature&amp;quot; in not implying a precise boundary but is approximately any person who may be able to understand and apply the content (e.g., car driving instruction that may be read by a minor not yet old enough to drive a car but who would likely benefit from somewhat early exposure to the instruction)&amp;lt;br /&amp;gt;-- &amp;quot;parent&amp;quot; to include guardian and temporary caregiver&amp;lt;br /&amp;gt;-- &amp;quot;teacher&amp;quot; to include professor and ad hoc instructor&amp;lt;br /&amp;gt;-- &amp;quot;elementary school student&amp;quot; to include any student below high school&amp;lt;br /&amp;gt;-- &amp;quot;high school student&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;elhi&amp;quot; to include any student in elementary school through high school&amp;lt;br /&amp;gt;-- &amp;quot;college student&amp;quot; including graduate and professional school&amp;lt;br /&amp;gt;-- &amp;quot;business&amp;quot; including management, finance, and prospective customers (this includes e-commerce and investor sites)&amp;lt;br /&amp;gt;-- &amp;quot;health&amp;quot; including any health care provider including alternative and ad hoc&amp;lt;br /&amp;gt;-- &amp;quot;patient&amp;quot; for any health care recipient&amp;lt;br /&amp;gt;-- &amp;quot;lawyer&amp;quot; including judge, paralegal, and jailhouse lawyer&amp;lt;br /&amp;gt;-- &amp;quot;law client&amp;quot; for any prospective recipient of a lawyer&#039;s service (not usually a social work client) with &#039;&#039;lawyer&#039;&#039; including paralegal and jailhouse lawyer but not necessarily judge&amp;lt;br /&amp;gt;-- &amp;quot;craft&amp;quot; for any craftworker including laborer and artisan&amp;lt;br /&amp;gt;-- &amp;quot;artist&amp;quot; including musician, actor, dancer, and sculptor and including creator and performer&amp;lt;br /&amp;gt;-- &amp;quot;military&amp;quot; including paramilitary&amp;lt;br /&amp;gt;-- &amp;quot;news&amp;quot; including any consumer of rapidly-developing news&amp;lt;br /&amp;gt;-- &amp;quot;introductory&amp;quot; and &amp;quot;beginner&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;intermediate&amp;quot; and &amp;quot;midlevel&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;advanced&amp;quot; and &amp;quot;advance&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;scholarly&amp;quot; and &amp;quot;scholar&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;popular&amp;quot; generally referring to a writing style&amp;lt;br /&amp;gt;-- &amp;quot;older&amp;quot; including retiree&amp;lt;br /&amp;gt;-- &amp;quot;institution&amp;quot; including from corporation to conspiracy (such as for management advice)&amp;lt;br /&amp;gt;-- &amp;quot;government&amp;quot; including agencies and prospective politicians&amp;lt;br /&amp;gt;-- values using any integer or single-digit decimal in the form of &amp;quot;grade 8&amp;quot; or &amp;quot;grade 6.4&amp;quot; including to refer to a reading comprehension level (this generally will not exceed 12 and might be meaningless above 20 so higher values may be interpreted as the highest meaningful value)&amp;lt;br /&amp;gt;-- &amp;quot;viewers&amp;quot; for when content (such as a movie) is intended almost entirely to be seen rather than read&amp;lt;br /&amp;gt;-- &amp;quot;listeners&amp;quot; for when content (such as music) is intended almost entirely to be heard rather than read but not generally including text-to-speech support&amp;lt;br /&amp;gt;-- &amp;quot;tts&amp;quot;, &amp;quot;text-to-speech&amp;quot;, or &amp;quot;text to speech&amp;quot;, which three have the same meaning and which are for a page that has substantial support for TTS or that will be readily understood through TTS without need for such support (TTS is often aided by, e.g., pre-resolving pronunciation ambiguities in page coding)&amp;lt;br /&amp;gt;-- values using any numbers in the form of &amp;quot;3-6 years old&amp;quot;, whether a range or a single-number value&amp;lt;br /&amp;gt;-- values using any decade in the form of &amp;quot;born in 1970s&amp;quot;&amp;lt;br /&amp;gt;Unrecognized values such as &amp;quot;botanists&amp;quot;, &amp;quot;Texans&amp;quot;, and &amp;quot;writers who use red ink&amp;quot; may be used but at a risk that a search engine or directory editor will either fail to recognize it or will interpret it in unpredictable ways, or will in the future.&amp;lt;br /&amp;gt;Spellings that are erroneous or slightly different from a recognized value may be interpreted by a search engine or directory editor as representing a recognized value.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value of &amp;quot;all&amp;quot; but without overriding another indication arrived at by other means.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| bot-. . .&lt;br /&gt;
| Robot owners, to allow page authors access to robotic capabilities, e.g., to deny them, should prefix &amp;quot;bot-&amp;quot; to the name of their robot, especially for proprietary bots.&amp;lt;br /&amp;gt;Example: If a robot were to be named &amp;quot;dullbucklequiz&amp;quot;, the name in the meta element would be &amp;quot;bot-dullbucklequiz&amp;quot;.&amp;lt;br /&amp;gt;The value &amp;quot;bot-&amp;quot; alone represents all bots so prefixed, like a wildcard.&amp;lt;br /&amp;gt;Arguably, there&#039;s no need for a list here of any specific bots if http://user-agents.org or http://www.botsvsbrowsers.com/ (and perhaps other sites) is reliable.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| created&lt;br /&gt;
| The datetime at which the document was created. The value is an ISO8601 date. The date MUST follow the [http://www.w3.org/TR/NOTE-datetime W3C Profile of ISO 8601] with a granularity of &amp;quot;Complete date:&amp;quot; or finer. The [http://www.bbc.co.uk/guidelines/futuremedia/desed/previousversions/searchmetadata_vs_1_0.shtml#metadata BBC] use this name.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| creator&lt;br /&gt;
| The creator is an off-Web or pre-Web creator of a work for which an author authored a Web page, so that the creator and the author may be different people.&amp;lt;br /&amp;gt;Searching for one content creator&#039;s work requires a standard robot-parsable format for the information. A personal name, institutional name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one creator. Multiple creators are to be represented with multiple tags.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a content creator need only enter a name once in one first-last or family-given order (e.g., Pat Thunderbird or Thunderbird, Pat, but not requiring both).&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;creator&#039;_MetaExtension|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msnbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Bing only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| ia_archive&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Internet Archive and Alexa only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage&lt;br /&gt;
| The author may be the best expert on which time frame is most relevant to the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers that may focus on the 1800s but mention 1731 and 1912 perhaps unimportantly.&amp;lt;br /&amp;gt;The value for this keyword is a date or time -- not a range and not vague, for which other keywords are proposed -- in a format in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than  once, all the values so appearing are determinative. Multiple values are to be expressed with separate meta elements lest the note be revised in the future in a way incompatible with comma-separating a list.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-end&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the end. If this keyword is used without datetime-coverage-start (also proposed), its value is interpreted as ending a range without a start.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the end of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-end=1865, datetime-coverage-start=1914, datetime-coverage-end=1918, and datetime-coverage-start=1862, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-start&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the start. If this keyword is used without datetime-coverage-end (also proposed), its value is interpreted as starting a range without an end.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the start of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-start=1862, datetime-coverage-start=1914, datetime-coverage-end=1865, and datetime-coverage-end=1918, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-vague&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that its value is not necessarily crisp. This keyword should be used only when datetime-coverage, datetime-coverage-start, and datetime-coverage-end are inappropriate, but there&#039;s no ban on using all four. Any text without a comma can be the value (e.g., Pleistocene, 1820s, Tuesdays, or before we were born); multiple values are comma-separated.&amp;lt;br /&amp;gt;If this keyword is used with datetime-coverage, datetime-coverage-start, or datetime-coverage-end, the vague value should be exploited along with the value/s for the other keyword/s.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all are determinative.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| DC.&lt;br /&gt;
| Dublin Core, maintained by Dublin Core MetaData Initiative (DCMI), is an extensive system with some overlap with non-DC names.&amp;lt;br /&amp;gt;This reserves all strings that begin with DC and a dot. &#039;&#039;Not true; DC-HTML doesn&#039;t use hardwired prefixes, but defines the prefixes using link/@rel=&amp;quot;scheme.prefix&amp;quot;&#039;&#039;&lt;br /&gt;
| [http://www.DublinCore.org DCMI]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dir-content-pointer&lt;br /&gt;
| When several pages in a directory include main content, a table of contents, an index, and the like, a search engine may be able to organize results more usefully by identifying which is which with a standard vocabulary, helpful when different publishers use different conventions when displaying or printing content.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma and optionally with a trailing number. Multiple values are to be comma-separated (multiple values are appropriate when one document serves multiple purposes). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values, which are pointer types to which numbers may be suffixed, are limited to &amp;quot;start&amp;quot; meaning &#039;the first page that should be seen by a user&#039; (this may be anywhere in the directory and anywhere within content), &amp;quot;toc&amp;quot; meaning &#039;table of contents&#039;, &amp;quot;intro&amp;quot; including introductions, forewords, prefaces, and tables of figures, &amp;quot;abstract&amp;quot;, &amp;quot;main&amp;quot;, &amp;quot;bibliography&amp;quot; and &amp;quot;biblio&amp;quot;, which have the same meaning, &amp;quot;index&amp;quot; which may mean &#039;sitemap&#039; or not, &amp;quot;afterword&amp;quot; and &amp;quot;update&amp;quot; which have the same meaning and need not actually update, &amp;quot;credit&amp;quot; meaning &#039;credits and acknowledgments&#039;, and &amp;quot;author bio&amp;quot; meaning &#039;author&#039;s biography&#039;, including any information about the author including credentials and contact information. The number suffix may be spaceless or not.&amp;lt;br /&amp;gt;When numbers are suffixed, a search engine or directory should arrange like items in numerical order in the results, with unnumbered items following like items that are numbered, e.g., intro 1, intro 2, main 1, main 2, main, main, and so on.&amp;lt;br /&amp;gt;Each directory and each subdirectory has its own sequence.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|expires&lt;br /&gt;
|&amp;lt;code&amp;gt;meta name=&#039;expires&#039;&amp;lt;/code&amp;gt; defines the expiration date of the page. This can be used for web pages in preparation for an upcoming event, e.g. a registration form for an exposition or competition, or other cases with a pre-set date when the document will no longer be valid, e.g. a product offer in a special sale or a support page for a product known not to be supported anymore from a given time onward.&lt;br /&gt;
&lt;br /&gt;
Search engines should respond to this meta tag in a reasonable way, i.e. by removing the page from their main search results after the expiration date (possibly still returning the result in a special search for expired pages as long as the page exists and is not explicitly excluded via &amp;lt;code&amp;gt;robots.txt&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;meta name=&#039;robots&#039;&amp;lt;/code&amp;gt; etc.) or simply by indicating to the user that this result is out-of-date.&lt;br /&gt;
&lt;br /&gt;
The content attribute should define the expiration date in accordance with http://www.w3.org/TR/NOTE-datetime . The meta tag should not be used for pages without expiration date. However, for historical reasons, search engines should also interpret other date formats where possible and should be prepared to find values such as &amp;quot;&amp;quot;, &amp;quot;0&amp;quot;, &amp;quot;no&amp;quot; and &amp;quot;never&amp;quot;. Such non-date values are to be interpreted as no expiration date.&lt;br /&gt;
&lt;br /&gt;
Correctly formatted example:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&#039;expires&#039; content=&#039;2012-12-31T23:59Z&#039;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tag is not to be confused with and has a different meaning than &amp;lt;code&amp;gt;meta http-equiv=&#039;expires&#039;.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-print&lt;br /&gt;
| This is to allow a user agent to inform an operating system or a printer driver of the preferred print medium, such as the paper size.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated (multiple values might be appropriate because standard paper sizes vary around the world). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values are limited to &amp;quot;letter&amp;quot;, &amp;quot;A4&amp;quot;, &amp;quot;legal&amp;quot;, &amp;quot;A5&amp;quot;, &amp;quot;B5&amp;quot;, &amp;quot;monarch&amp;quot;, &amp;quot;envelope 10&amp;quot; meaning size #10, &amp;quot;envelope 6-3-4&amp;quot; meaning size #6 3/4, values with integers and decimals in the form of &amp;quot;8.5 x 11&amp;quot; or &amp;quot;8.5x11&amp;quot; in which spacing of the &amp;quot;x&amp;quot; does not affect meaning, &amp;quot;paper&amp;quot;, which means &#039;paper of the default color (usually white) and weight (usually 20-lb. stock)&#039;, &amp;quot;white&amp;quot;, &amp;quot;yellow&amp;quot;, &amp;quot;pink&amp;quot;, &amp;quot;blue&amp;quot;, &amp;quot;green&amp;quot;, &amp;quot;violet&amp;quot;, or &amp;quot;multicolor&amp;quot;, which means a medium of the given color or mixed, &amp;quot;letterhead&amp;quot;, &amp;quot;p2 letterhead&amp;quot; meaning &#039;letterhead intended for any page except the first&#039;, &amp;quot;watermark&amp;quot; meaning a &#039;special watermark such as an organization&#039;s own&#039;, and &amp;quot;plain&amp;quot; meaning &#039;not preprinted and not letterhead (it may have a paper manufacturer&#039;s watermark not related to letterhead)&#039;.&amp;lt;br /&amp;gt;Omitting &amp;quot;paper&amp;quot; when another recognized value is given defaults to an implied meaning of &#039;paper&#039; with the other value; e.g., &amp;quot;letter&amp;quot; means &#039;letter paper&#039;; the same principle applies to a medium&#039;s color (the default being white for paper and colorless for transparency) and plainness or lack thereof (the default being plain).&amp;lt;br /&amp;gt;Other values should be proposed before being recognized here. Label sizes should be proposed here for labels that are not on backing sheets that fit one of the recognized values, e.g., labels on narrow rolls. Blueprint paper sizes should be proposed here. Media other than standard paper, such as onion skin, heavier paper, card, and clear or color transparency, should be proposed here.&amp;lt;br /&amp;gt;The user agent may, with the user&#039;s or user sysadmin&#039;s permission (as by a menu-driven default), interpret a value to offer an alternative the user might accept and software and firmware other than the UA may interpret a value to the same end with or without permission, so this keyword is only suggestive; e.g., &amp;quot;letter&amp;quot; may be interpreted as &amp;quot;A4&amp;quot;.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value determined by other than the page, e.g., by the printer driver or the user agent.&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;format-print&#039;_MetaExtension|Talk]]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geographic-coverage&lt;br /&gt;
| The author may be the best expert on the geographic relevance of the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers and epidemiological studies which may mention locales only once.&amp;lt;br /&amp;gt;Absence of the keyword defaults to a value of world (not universe), unless the search engine chooses to interpret the page or larger unit for some other value, probably based on other than just contact information given in the website.&amp;lt;br /&amp;gt;The value for this keyword is a semicolon-separated list of one or more place-values, the order of which do not matter. One place-value will use commas to separate, in order, an optional standard natural language symbol applicable to the place-value (when omitted the language applicable to the page will control), a place-class, one or more place-subclasses if any, and one or more place name parts (where, e.g., in &amp;quot;Cape Town, South Africa&amp;quot;, &amp;quot;Cape Town&amp;quot; is a place name part but &amp;quot;Town&amp;quot; is not). Spaces after semicolons and commas are optional; spaces within place-values are present when required for each place-value (e.g., &amp;quot;Quezon City&amp;quot;, not an invented &amp;quot;QuezonCity&amp;quot;).&amp;lt;br /&amp;gt;To distinguish names that might otherwise be too similar, place-classes, all lower-case and hyphenatably spaceless, include &#039;&#039;outer-space&#039;&#039;, &#039;&#039;region&#039;&#039; (on Earth and crossing or larger than a nation, e.g., southern hemisphere, polar region, temperate zone, or Asia), &#039;&#039;intntl-water&#039;&#039; (an &#039;international water body&#039;), &#039;&#039;intntl-agcy&#039;&#039; (&#039;international agency&#039; or &#039;international collection&#039;, e.g., all U.N. member nations), &#039;&#039;nation&#039;&#039;, &#039;&#039;within-nation&#039;&#039; (limited to only one political level down from nation, e.g., state, province, territory, possession, city not included within other political units of a nation, or any comparable unit), &#039;&#039;city&#039;&#039; (including town, village, hamlet, and any comparable political unit below the level of &#039;&#039;within-nation&#039;&#039;), &#039;&#039;addr&#039;&#039; (including address, full-length street, building, institution, and neighborhood without political boundaries), &#039;&#039;pol-unit&#039;&#039; (&#039;&#039;pol&#039;&#039; abbreviating &#039;political&#039;) (e.g., a place of disputed nationhood), &#039;&#039;hist-pol-unit&#039;&#039; (&#039;&#039;hist&#039;&#039; abbreviating &#039;historical&#039;) (e.g., the Roman Empire), &#039;&#039;feature&#039;&#039; (e.g., river), &#039;&#039;num&#039;&#039; (e.g., latitude and longitude or outer-space equivalent in numbers), and &#039;&#039;ethereal&#039;&#039; (including thealogical/theological, fictional including from modern popular entertainment, and ancient secular mythical, but not including that which is asserted to be a state of mind or existence but not a place, such as nirvana). (Example for one hypothetical page: name=&amp;quot;geographic-coverage&amp;quot; content=&amp;quot;region, sub-Saharan Africa; nation, Panama; city, Panama, Panama; within-nation, Sao Paulo, Brazil; city, Sao Paulo, Sao Paulo, Brazil; within-nation, Mississippi, United States of America; region, Middle East; region, Midwest, United States of America; hist-pol-unit, Northwest Territory, United States of America; feature, river, Indus; outer-space, Indus; ethereal, ultima Thule; ethereal, Heaven; ethereal, Flatland; ethereal, Valhalla; en-US, addr, Hotel Valhalla, Fredrikstad, Norway; es, nation, Espana&amp;quot; (Indus is both a river and a constellation, illustrating the need for place-classes)).&amp;lt;br /&amp;gt;Ambiguity of place-values should be avoided despite convenience in coding because search engines may each interpret them as they see fit, e.g., it would be hard for an engine to distinguish New York from New York.&amp;lt;br /&amp;gt;For consistency of spelling, several authority lists should be settled upon, with legal, well-known, and disputed names and common abbreviations all being acceptable; but I&#039;m not proposing one here now (relying on IANA&#039;s ccTLD list might be too complex to implement and still assure coding consistency, e.g., occasionally ccTLDs can be phased out and off of IANA&#039;s list) (a standard vocabulary possibly usable here is the [http://www.getty.edu/research/conducting_research/vocabularies/tgn/index.html Getty Thesaurus of Geographic Names Online], subject to licensing and charset choice); and promulgating authority lists may best be done publicly by search engine managements, who may disagree with each other.&amp;lt;br /&amp;gt;Allowing Unicode for non-Roman alphabet-using locales is desirable, but at present that may raise technical problems, including computer security issues, that are not yet readily soluble.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| keywords-not&lt;br /&gt;
| A comma-separated list of negative keywords that distinguish a closely-related theme from this page&#039;s true theme, to support Boolean NOT searches often more realistically than visible text can, especially when both themes share the same lexicon.&amp;lt;br /&amp;gt;If keywords is no longer a supported name for a meta element, keywords-not is superfluous; however, debate has been revived on whether keywords should be supported or not; see the keywords entry in this Wiki.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6609 W3C Bug 6609]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-datetime&lt;br /&gt;
| Better ranking in search engine results for recency or relevance to an event date would be aided by a standard format robots can parse. Users would save search time by not having to load many pages to find which ones are new or date-relevant.&amp;lt;br /&amp;gt;To supply a consistent and known format, the value for this keyword is a date-time expression formed in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-version&lt;br /&gt;
| Pages may be revised several times daily. While date-time given to a granularity of a fraction of a second would often suffice, when a page has to be approved more than once before posting, any or no such time may be correct (without this keyword, a comment could be necessary but probably not parsable by an engine). In addition, versions regardless of date may show consecutiveness and can replace a date that must be vague. In that case, a version number may be more useful for searches and so a robot-parsable format is needed.&amp;lt;br /&amp;gt;The keyword&#039;s value is stated in ASCII digits, is any nonnegative base-10 rational number expressed as an integer or a decimal, with any number of decimal places allowed, and may be padded with any number of leading zeros to support extraction for ASCII sorting.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&amp;lt;br /&amp;gt;The versions 0 and 0.&#039;&#039;n&#039;&#039;, with &#039;&#039;n&#039;&#039; being to any number of places, signify beta versions, i.e., drafts, in the tradition of beta software, while versions 1 and higher ordinarily signify final-release versions. After a final-release version is released, a draft of a later version is not given a version number of 0 or 0.&#039;&#039;n&#039;&#039;, but is numbered higher than the last final-release version. It is suggested to page authors that draft status, if applicable, be shown in the visibly displayed text of the page, rather than that this meta tag be relied upon as the sole notice of draft status, as it may be inadequate notice if alone.&amp;lt;br /&amp;gt;To assign a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1, the page&#039;s URL, if static, may be used as the relevant premise. Thus, if a page is copied or moved to a new URL, the author may choose to restart page-version numbering from 0.&#039;&#039;n&#039;&#039; or 1. If a page&#039;s URL is dynamic, e.g., if created on the fly from a script, the page author may prefer to use as the relevant premise for assigning a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1 the URL of the script or other technology that generates the dynamic-URL page, placing this meta element containing this attribute within the script or other technology, not within the generating page&#039;s head element (the generating page&#039;s head element may have its own meta element with this attribute describing the generating page). If one page containing the script or other technology that generates another page has more than one means for generating dynamic-URL pages, each means should contain its own meta element with this attribute. Page-version is thus largely independent of the page&#039;s date, although both would likely advance roughly in parallel.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| publisher&lt;br /&gt;
| Searching for one content publisher&#039;s or page publisher&#039;s work requires a standard robot-parsable format for the information. This often differs from creator or author when the publisher is an institution. An institutional name, personal name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one publisher. Multiple publishers are to be represented with multiple tags, although multiple publishers are less common than multiple authors or creators; multiplicity is more likely for a legal name and a well-known name.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a publisher need only enter a name once in one order.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| referrer&lt;br /&gt;
| Developers wish to control the sharing of referrer information with linked resources and followed links at the meta level. It&#039;s sometimes desirable to share referrer information from secure to non-secure resources. The proposal is to add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never|default|always&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where the value of the &#039;&#039;&#039;content&#039;&#039;&#039; attribute is:&lt;br /&gt;
* &#039;&#039;&#039;never&#039;&#039;&#039;: No referrer information is leaked when following a links or requesting resources.&lt;br /&gt;
* &#039;&#039;&#039;default&#039;&#039;&#039;: Include referrer information in non-secure context or for HTTPS resources with the same origin.&lt;br /&gt;
* &#039;&#039;&#039;always&#039;&#039;&#039;: Include referrer information when following all links and requesting any resources.&lt;br /&gt;
&lt;br /&gt;
Since &amp;lt;code&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; is redundant with a proposed &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;, the &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; proposal should be supplanted with this one, which provides more robust control.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| resolutions&lt;br /&gt;
| Authoring web sites to use resolution independent images that display beautifully on high-resolution displays should be made as easy as possible for developers and should not require JavaScript to accomplish.&lt;br /&gt;
&lt;br /&gt;
To accomplish this, I propose a new HTML Meta Tag, &amp;lt;code&amp;gt;resolutions&amp;lt;/code&amp;gt;, that can be used to specify that high-resolution versions of images linked to from the page are available and that the browser should use them in place of the lower-resolution default images if it detects that a user is using a high-resolution screen. The resolutions meta tag lists the device-pixel ratios supported by images in the page. &lt;br /&gt;
&lt;br /&gt;
So, for example…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… means that the developer is telling the browser that she has created 2x resolution images for the images linked to from the current page and named them with a @2x suffix. &lt;br /&gt;
&lt;br /&gt;
To illustrate, if her image tag is as follows…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;img src=&amp;quot;/images/flower.jpg&amp;quot; alt=&amp;quot;A flower&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… then she has two image files under /images: the low-resolution default (flower.jpg), and a higher-resolution (200%) version named flower@2x.jpg. &lt;br /&gt;
&lt;br /&gt;
(This is the same naming convention already used by Apple in its Cocoa Touch framework for automatically loading in higher-resolution versions of images.)&lt;br /&gt;
&lt;br /&gt;
Based on the meta tag, if the browser detects that the user is running at a &amp;lt;code&amp;gt;min-device-pixel-ratio&amp;lt;/code&amp;gt; of 2.0, it will automatically ask for the 2x version of the image (flower@2x.jpg) instead of the default image as specified in the image tag. &lt;br /&gt;
&lt;br /&gt;
Finally, so as not to flood external sites with high-resolution image requests, this functionality would only work for local images specified via relative links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Multiple resolutions&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The resolutions tag can also contain a list of supported device-pixel ratios so as to support even higher-resolution displays when and if they become available in the future. &lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x, 4x, 8x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this case, the developer would provide 2x, 4x, and 8x versions of all images. So, in the running example, she would make flower.jpg, flower@2x.jpg, flower@4x.jpg, and flower@8x.jpg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Advantages&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages of this approach are several:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Makes it very simple for developers to support high-resolution displays like the iPhone 4&#039;s Retina screen&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not require JavaScript&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not change the default way that things work (if the meta tag is not specified, the browser simply behaves as it always has).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| [http://aralbalkan.com/3355 Proposal for native browser support of high-resolution image substitution]&lt;br /&gt;
[http://aralbalkan.com/3331 How to make your web content look stunning on the iPhone 4’s new Retina display]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| rights&lt;br /&gt;
| As a page effectively appears in at least two forms, usually one as interpreted and displayed on a device and the other as source code, arguably intellectual property rights that must be asserted must be asserted in ways understandable in both contexts. For example, &amp;amp;amp;copy; is a raw representation that may legally fail as part of copyright notice to someone seeing source code and not the display, important when someone wants to copy source code for use elsewhere and may rely on a defense of innocent infringement (at least in U.S.). While such assertions can be made in a comment element, it may be helpful to have a tag that search engines can parse and index verbatim.&amp;lt;br /&amp;gt;The value may include standard and nonstandard notices, invocations of licenses such as GFDL and ASCAP, and any other information. Content is defined as free-form, leaving the page author discretion for the entry.&amp;lt;br /&amp;gt;Statements in one tag may discuss several portions of the page differently, e.g., with different licenses.&amp;lt;br /&amp;gt;More than one license may be offered, along with the page&#039;s relationship to all.&amp;lt;br /&amp;gt;Not all statements need be license grants. A statement may state whom to ask for reprint permission or may reserve all rights, for example.&amp;lt;br /&amp;gt;Only one meta tag with this keyword may be present. Page authors must not use more than one. A UA finding multiple such tags on one page must ignore all of them.&amp;lt;br /&amp;gt;The copyright symbol that would be generated by its character entity is not recommended for legal notice in source code when the word &#039;Copyright&#039; may be used instead, because the entity may be read in raw form, but use is up to the page author. The same concept applies to any intellectual property rights symbol for which a suitable alternative is available, such as for trademark or service mark.&amp;lt;br /&amp;gt;ASCII text would not suffice when a name or notice legally may have to be in a non-Roman alphabet, but no alternative may yet exist in HTML5.&amp;lt;br /&amp;gt;Search engine storage may impose a length limit, but, because of legal consequences, if the value&#039;s length exceeds a given limit the search index should retain or interpret none of it but only refer to it.&amp;lt;br /&amp;gt;The content string may only be copied verbatim in its full length, referred to, or ignored. It may not be, for example, paraphrased, truncated, interpreted, or classified except in addition to being copied verbatim in its full length.&amp;lt;br /&amp;gt;Ignoring shall not void, nullify, or alter any rights stated in such tag.&amp;lt;br /&amp;gt;For the synonymy, &#039;&#039;IP&#039;&#039;, &#039;&#039;IP-rights&#039;&#039;, and &#039;&#039;IP-right&#039;&#039; are not reserved; while the abbreviation &#039;&#039;IP&#039;&#039; &#039;intellectual property&#039; is common among attorneys in the U.S., page authors will more likely be computerate, and the abbreviation may be wanted for &#039;Internet Protocol&#039;.&lt;br /&gt;
| [[Talk:MetaExtensions#rights:_why_reversion|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| subj-. . .&lt;br /&gt;
| To classify by subject a page&#039;s content, a standard subject taxonomy that will be recognized by a search engine or directory will help. Because many such high-quality taxonomies exist, only a prefix is proposed. Over time, particular taxonomies, in print or online, may be recognized here and keywords assigned for each.&amp;lt;br /&amp;gt;The keyword will be constructed case-insensitively with subkeywords in the form subj-[nationAbbrev]-[taxonomy]-[edition][-optionalSubedition], e.g., subj-US-MeSH-2009online (perhaps). After &amp;quot;subj-&amp;quot;, the second subkeyword will identify the nation where the taxonomy is published or offered as an aid in identifying the taxonomy and does not limit the subject coverage; e.g., a taxonomy published in Japan may be ideal for classifying Canadian botany or Peruvian economy.&amp;lt;br /&amp;gt;As subject values may vary between editions of one taxonomy, an edition and optionally a subedition is to be identified in the third and optionally the fourth subkeywords. The subedition, if any, is any update or revision occurring between editions, such that a value drawn from that edition and subedition is stable. The means of identifying edition and subedition should be included in the registration of a keyword.&amp;lt;br /&amp;gt;Examples of taxonomies from the U.S. include MeSH (medical) and the Library of Congress Subject Headings.&amp;lt;br /&amp;gt;The value identifying a subject for a Web page will be drawn from the cited taxonomy&#039;s edition and subedition.&amp;lt;br /&amp;gt;If the value should have a style to prevent ambiguity in interpretation, that style is to be registered here for that keyword. Multiple values are expressed with multiple meta elements, one value for each, since comma-separation is probably not compatible with all taxonomies.&amp;lt;br /&amp;gt;If a value requires case-sensitivity to prevent confusion, the entry here registering the keyword must accommodate that need with the needs of HTML 5 with an appropriate rule. To that end, a proposal to allow case-sensitivity in meta tags under some circumstances has been offered in the W3C bug reporting system.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6854 W3C Bug 6854]&lt;br /&gt;
| subject-. . .&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MSSmartTagsPreventParsing&lt;br /&gt;
| Microsoft introduced into Internet Explorer 6 Beta a feature that some website designers wished to preclude from applying in order to prevent public misunderstanding of their websites. The feature allowed a browser to add information but at a risk that users wouldn&#039;t know that it wasn&#039;t supplied by the website. This keyword was provided by Microsoft for those of us who wanted it.&amp;lt;br /&amp;gt;Its value was &amp;quot;TRUE&amp;quot;. Microsoft spelled the keyword with some capitals and the value in all capitals but whether capitalization was required for either is unknown; some opinions vary. Since it need be understood by only one browser, and that one a beta version, full standards compliance should not be assumed, and original case may be required. (This tag is used by Google: &amp;quot;&amp;lt;meta content=&#039;true&#039; name=&#039;MSSmartTagsPreventParsing&#039;/&amp;gt;&amp;quot; appeared (with internal quote marks as singles) in the source code for &amp;lt;http://googleblog.blogspot.com/2009/04/listening-to-google-health-users.html&amp;gt;, as accessed 4-27-09.)&amp;lt;br /&amp;gt;Microsoft has apparently removed this instruction from its website on the ground that the beta version is no longer available and is not supported, but that doesn&#039;t assure that some users aren&#039;t still using the beta browser, perhaps inadvertently. Therefore, designers may wish to continue using the keyword and value and they are preserved here.&lt;br /&gt;
| e.g., [http://www.theregister.co.uk/2001/06/25/web_sites_banish_those_winxp/ The Register (U.K.)], [http://cc.uoregon.edu/cnews/summer2001/summer2001.pdf Univ. Oregon (U.S.) (PDF p. 18)], &amp;amp; [http://trillian.mit.edu/~jc/demo/SmartTagsOff.html John Chambers (U.S.) (job résumé near root)], all as accessed 4-19-09&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks spec, potentially never minted by MS as a meta name (as opposed to a http-equiv value), even if minted by Microsoft, abandoned before shipping in any final release of IE&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Failed Proposals ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to more details&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| cache&lt;br /&gt;
| This doesn&#039;t actually work; use HTTP headers instead.&amp;lt;br /&amp;gt;Value must be &amp;quot;public&amp;quot;, &amp;quot;private&amp;quot;, or &amp;quot;no-cache&amp;quot;. Intended as a simple way to tell user agents whether to store a copy of the document or not. An alternate for HTTP/1.1&#039;s cache-control; for publishers without access to modifying cache-control.&lt;br /&gt;
| none&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| no-email-collection&lt;br /&gt;
| HTML5 prohibits URL-valued meta names. They should be rel keywords instead.&amp;lt;br /&amp;gt;Intended to reference legal policy of web site indicating that harvesting of e-mail addresses on the site is not permitted and in violation of applicable laws such as the CAN-SPAM Act of 2003.&lt;br /&gt;
| [https://www.ProjectHoneyPot.org/how_to_avoid_spambots_5.php Project Honey Pot]&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Process ==&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;Status&amp;quot; section to be changed to &amp;quot;Ratified&amp;quot;, the proposed keyword must be defined by a W3C specification in the Candidate Recommendation or Recommendation state. If it fails to go through this process, it is &amp;quot;Unendorsed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For more details, see [http://whatwg.org/specs/web-apps/current-work/#concept-meta-extensions the HTML5 specification].&lt;br /&gt;
&lt;br /&gt;
[[Category:Registries]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=6777</id>
		<title>MetaExtensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=6777"/>
		<updated>2011-07-28T06:32:11Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: /* Registered Extensions */ Register dc.date.issued&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page lists the allowed extension values for the name=&amp;quot;&amp;quot; attribute of the &amp;amp;lt;meta&amp;gt; element in HTML5. You may add your own values to this list, which makes them legal HTML5 metadata names. We ask that you try to avoid redundancy; if someone has already defined a name that does roughly what you want, please reuse it. Also, please be sure to include &#039;&#039;all&#039;&#039; the items [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names required by the spec] &#039;&#039;including a link to a specification&#039;&#039; that specifies the keyword &#039;&#039;as an HTML meta keyword&#039;&#039;. Note that URL-valued properties must not be registered as meta names but should be registered as [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions rel keywords] instead. Also note that changes to this registry may not be reflected in validators in real time.&lt;br /&gt;
&lt;br /&gt;
== Registered Extensions ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| alexaverifyid&lt;br /&gt;
| Used to verify ownership of Alexa Search&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-capable&lt;br /&gt;
| Sets whether a web application runs in full-screen mode.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| Could maybe be assumed when &amp;lt;code&amp;gt;application-name&amp;lt;/code&amp;gt; is set?&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-status-bar-style&lt;br /&gt;
| Sets the style of the status bar for a web application.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| baiduspider&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Baidu only.&lt;br /&gt;
| [http://www.baidu.com/search/robots_english.html Baidu documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-param&lt;br /&gt;
| Cross-site request forgery protection parameter for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-token&lt;br /&gt;
| Cross-site request forgery protection token for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dc.date.issued&lt;br /&gt;
| Date of publication for Google News. The format of the content is YYYY-MM-DD or YYYY-MM-DDThh:mm:ssTZD.&lt;br /&gt;
| [http://www.google.com/support/news_pub/bin/answer.py?answer=93994 Google News documentation]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dcterms.issued&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
| dcterms.creator&lt;br /&gt;
| An entity primarily responsible for making the resource. Examples of a Creator include a person, an organization, or a service.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-creator DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| In some cases redundant with the HTML built-in keyword &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.description&lt;br /&gt;
| An account of the resource. Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-description DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.issued&lt;br /&gt;
| Date of formal issuance (e.g., publication) of the resource. (DC doesn&#039;t spec a date format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-issued DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the &amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.modified&lt;br /&gt;
| Date on which the resource was changed. (DC doesn&#039;t spec a date format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-modified DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.subject&lt;br /&gt;
| The topic of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-subject DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;keywords&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.title&lt;br /&gt;
| A name given to the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-title DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| es.title&lt;br /&gt;
| Object Title, where this is not the TITLE or H1 tag content, but the resource title&lt;br /&gt;
| [http://www.eibs.co.uk/reference/ EIBS EasySite CMS - Content Attributes Reference]&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-detection&lt;br /&gt;
| Enables or disables automatic detection of possible phone numbers in a webpage in Safari on iOS.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.placename&lt;br /&gt;
| Defines name of geographic place to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.placename&amp;quot; content=&amp;quot;Auwaldstraße 11, 79110 Freiburg im Breisgau, Deutschland&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.position&lt;br /&gt;
| Defines geographic position to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.position&amp;quot; content=&amp;quot;48.02682000000001;7.809769999999958&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.region&lt;br /&gt;
| Defines name of geographic region to which page is related to. Content is specified by ISO-3166.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.region&amp;quot; content=&amp;quot;DE-BW&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&amp;lt;br&amp;gt;[http://en.wikipedia.org/wiki/ISO_3166 ISO-3166]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| google-site-verification&lt;br /&gt;
| Used to verify ownership for Webmaster Tools.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=79812 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| googlebot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Googlebot only.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=93710 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-task&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
Jump List items act as entry points into the website even when the browser is not running. A Jump List can contain commonly used destinations and tasks. Some items apply to the whole site, and some apply only to specific users. &lt;br /&gt;
For example, to add a single task called &amp;quot;Check Order Status&amp;quot; specify a meta element in the head of your webpage, as follows:&lt;br /&gt;
 &amp;lt;META name=&amp;quot;msapplication-task&amp;quot; content=&amp;quot;name=Check Order Status;&lt;br /&gt;
      action-uri=./orderStatus.aspx?src=IE9;&lt;br /&gt;
      icon-uri=./favicon.ico&amp;quot;  /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491725(v=vs.85).aspx Tasks in Jump List]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msvalidate.01&lt;br /&gt;
| One of the verification elements used by Bing.&lt;br /&gt;
| [http://onlinehelp.microsoft.com/en-us/bing/hh204490.aspx Bing Webmaster Tools]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| norton-safeweb-site-verification&lt;br /&gt;
| Used to verify ownership of Website for Norton SafeWeb.&lt;br /&gt;
| http://safeweb.norton.com/help/site_owners#verification_tips Norton SafeWeb Help Documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rating &lt;br /&gt;
| The Restricted to Adults label (RTA) provides a way for adult oriented websites to indicate that their content is off limits to children. RTA was introduced in 2006 and is currently used by a large number of adult web content providers. RTA is recognized by all major parental control filters.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;RATING&amp;quot; content=&amp;quot;RTA-5042-1996-1400-1577-RTA&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://www.rtalabel.org/index.php?content=howto RTA documentation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rights-standard&lt;br /&gt;
| The purpose is to enable search engines and other cataloging services to compile the types of rights allocated to the work. (Does any search engine actually implement this? [[User:Hsivonen|hsivonen]] 07:34, 14 July 2011 (UTC))&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This keyword does not provide, remove or alter any legal protections or designations.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Format: &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;rights-standard&amp;quot; content=&amp;quot;element id;rights&amp;quot; /&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* element id - the HTML Element ID of the item these rights apply to&lt;br /&gt;
* rights - what rights are assigned to the item&lt;br /&gt;
** &amp;quot;pd&amp;quot; - Public domain&lt;br /&gt;
** &amp;quot;cc by-sa&amp;quot; - Creative Commons Attribution&lt;br /&gt;
** &amp;quot;cc by-nd&amp;quot; - Creative Commons  NoDerivs &lt;br /&gt;
** &amp;quot;cc by-nc&amp;quot; - Creative Commons Attribution-NonCommercial&lt;br /&gt;
** &amp;quot;cc by-nc-sa&amp;quot; - Creative Commons Attribution-NonCommercial-ShareAlike&lt;br /&gt;
** &amp;quot;cc by-nc-nd&amp;quot; - Creative Commons Attribution-NonCommercial-NoDerivs&lt;br /&gt;
&lt;br /&gt;
| [http://sites.google.com/site/metarightsstandard/ Spec]&lt;br /&gt;
|Redundant with [http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#licensing-works Microdata vocabulary for licensing works].&lt;br /&gt;
|Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| robots&lt;br /&gt;
| A comma-separated list of operators explaining how search engine crawlers should treat the content. Possible values are &amp;quot;noarchive&amp;quot; to prevent cached versions, &amp;quot;noindex&amp;quot; to prevent indexing, and &amp;quot;nofollow&amp;quot; works as the link rel value with the same name. This meta name is already supported by every popular search engine.&amp;lt;br /&amp;gt;The content value &amp;quot;NOODP&amp;quot; has been offered elsewhere, so I&#039;m proposing it here. It blocks robots from using [http://www.dmoz.org Open Directory Project] descriptions of a website instead of Web pages&#039; own meta descriptions. It may have been introduced by Microsoft.&amp;lt;br /&amp;gt;The content value &amp;quot;NOYDIR&amp;quot; has been offered by Yahoo, so I&#039;m proposing it here. It blocks Yahoo&#039;s robot from using the Yahoo directory&#039;s descriptions of a website instead of Web pages&#039; own meta descriptions. Whether any other robot supports this is unknown but possibly no other search engine uses Yahoo&#039;s directory anyway.&lt;br /&gt;
| [http://www.robotstxt.org/wc/exclusion.html#meta Robots exclusion protocol], NOODP value: [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=35264 Google], [http://help.yahoo.com/l/us/yahoo/search/indexing/indexing-11.html Yahoo], NOYDIR value: [http://ysearchblog.com/2007/02/28/yahoo-search-support-for-noydir-meta-tags-and-weather-update/ Yahoo], as accessed 4-28-09&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| slurp&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Yahoo! only.&lt;br /&gt;
| [http://help.yahoo.com/l/au/yahoo7/search/indexing/indexing-11.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| teoma&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Teoma and Ask.com only.&lt;br /&gt;
| [http://about.ask.com/en/docs/about/webmasters.shtml Ask.com documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| verify-v1&lt;br /&gt;
| Legacy verification for Google Sitemaps.&lt;br /&gt;
| [http://sitemaps.blogspot.com/2006/05/more-about-meta-tag-verification.html Inside Google Sitemaps: More about meta tag verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| &amp;lt;span id=&amp;quot;viewport&amp;quot;&amp;gt;viewport&amp;lt;/span&amp;gt;&lt;br /&gt;
| Provides a way for documents to specify (using markup rather than CSS) the size, zoom factor, and orientation of the viewport that is used as the base for the document&#039;s [http://www.w3.org/TR/CSS21/visudet.html#containing-block-details initial containing block]. The following properties can be used in the value of the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute:&lt;br /&gt;
* width&lt;br /&gt;
* height&lt;br /&gt;
* initial-scale&lt;br /&gt;
* minimum-scale&lt;br /&gt;
* maximum-scale&lt;br /&gt;
* user-scalable&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;initial-scale=1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=480, initial-scale=2.0, user-scalable=1&amp;quot;&amp;gt;&lt;br /&gt;
For more details, see the [http://dev.w3.org/csswg/css-device-adapt/#viewport-meta-element Viewport META element] section of the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification.&lt;br /&gt;
| For &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; elements that have a &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute whose value is &amp;lt;code&amp;gt;viewport&amp;lt;/code&amp;gt;, the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification defines the recognized properties for the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute&amp;gt;, as well as an algorithm for parsing the value of that attribute.&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_n&lt;br /&gt;
| &#039;&#039;&#039;Name of the Content Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_n&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_s&lt;br /&gt;
| &#039;&#039;&#039;Name of Content Sub-Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_s&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ac&lt;br /&gt;
| &#039;&#039;&#039;Advertising Click parameter&#039;&#039;&#039;&lt;br /&gt;
When a visitor to your site clicks on an ad, that action is referred to as an Ad Click. The following META tag tracks advertising clicks:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ac&amp;quot; CONTENT=&amp;quot;name&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the advertisement clicked to reach a particular web page. The Ad Click must contain an external redirect back to the client. The redirect needs to include the necessary code to generate a hit to the SDC server. You can designate multiple Advertising Clicks using semicolons.&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file111.html?WT.ac=CONTENT111&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file222.html?WT.ac=CONTENT222&amp;quot;&amp;gt;&lt;br /&gt;
The name of the advertisement clicked to reach a particular web page. To capture this information with DCS, the Advertising Click must contain an external redirect back to the client. The redirect needs to &lt;br /&gt;
&lt;br /&gt;
include the necessary code to generate a hit to the DCS. The maximum length for each name is 64 bytes.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ad&lt;br /&gt;
| &#039;&#039;&#039;Advertising View parameter&#039;&#039;&#039;&lt;br /&gt;
Visitors often view advertisements that they do not necessarily click on. You can use On-Site Advertising to determine the number of visitors to your web site who view particular ads. With this feature you can produce advertising reports for each of your clients.&lt;br /&gt;
If you are selling advertising space on your web site, for example, you can collect traffic statistics to help determine pricing schedules.&lt;br /&gt;
The following META tag tracks advertising views:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.ad&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.mc_id&lt;br /&gt;
| &#039;&#039;&#039;Identifies the ID of the marketing campaign&#039;&#039;&#039;&lt;br /&gt;
To attract new students, a university launches a marketing campaign by sending recruitment email to all graduating high school seniors in a metropolitan area. The email links to a special landing page in the university’s web site, containing the following META tag to track marketing campaigns.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.mc_id&amp;quot; CONTENT=&amp;quot;1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
You may use this parameter on the URL.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;link?WT.mc_id=1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
The Campaign ID 1X2GG34 represents recruits to be contacted by email&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.sv&lt;br /&gt;
| &#039;&#039;&#039;Tracking Servers parameter&#039;&#039;&#039;&lt;br /&gt;
If your site is hosted on multiple servers, a server cluster, or a server farm, and you want to evaluate the performance of your load balancer, Webtrends can track page views for each server. To do so, populate the following META tag on all pages on each server:&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;My Server&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the machine that serves the web page. If you have two servers (Server1 and Server2), you would make two copies of the META tag and designate CONTENT=“Server1” for deployment to pages on the first server and CONTENT=“Server2” for deployment to the same pages on the second server.&lt;br /&gt;
For a server farm, you can extract the value of the built-in server name and dynamically assign it to the&lt;br /&gt;
META tag using server-side scripting.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server1&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server2&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [https://tagbuilder.webtrends.com/Help/Miscellaneous/AdSearch.aspx?keepThis=true&amp;amp;TB_iframe=true&amp;amp;height=450&amp;amp;width=650 About WT.ad].&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ti&lt;br /&gt;
| &#039;&#039;&#039;Tracking Page Titles&#039;&#039;&#039;&lt;br /&gt;
You may want to modify a page title before sending it to Webtrends in the following cases:&lt;br /&gt;
* You are dealing with dynamic content pages identified by URL parameters, and the page title represents the title of the base URL page rather than the dynamic content page.&lt;br /&gt;
Unless you modify the page titles, all pages have the same title in the reports.&lt;br /&gt;
* All pages have been assigned the same title, for reasons of style or company policy.&lt;br /&gt;
Even though URLs are displayed in addition to page title, the entire URL cannot be depended upon to distinguish one page from another.&lt;br /&gt;
Use server-side scripts to change the title to something that reflects the content of the pages so that you can identify them in reports. Next, pass the customized page titles to Webtrends, using the following META tag:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ti&amp;quot; CONTENT=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the title for this page.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| y_key&lt;br /&gt;
| Used to verify ownership for Yahoo! Site Explorer&lt;br /&gt;
| [http://help.yahoo.com/l/us/yahoo/search/siteexplorer/siteexplorer-06.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| yandex-verification&lt;br /&gt;
| Used to verify ownership for Yandex Webmaster.&lt;br /&gt;
| [http://help.yandex.ru/webmaster/?id=995300#995356 Yandex Webmaster ownership verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposals that don&#039;t meet the [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names requirements] for a registration ==&lt;br /&gt;
&lt;br /&gt;
Note that these proposals can be moved back to the registry table if the problems listed in the rightmost column of this table are addressed.&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
! Registration requirement failure&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| audience&lt;br /&gt;
| To aid search engines in classifying and to aid directory compilers, an audience most appropriate for the page may be suggested. Subject matter may not be a good clue; for example, an analysis of children&#039;s literature may be directed to teachers.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated. Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values:&amp;lt;br /&amp;gt;-- &amp;quot;all&amp;quot; and &amp;quot;everyone&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;adult&amp;quot; and &amp;quot;mature&amp;quot; have the same meaning and are for content that only adults may access, but no one responsible for preventing a nonadult or the immature from accessing the page or its content should rely on either or both of these values to do so without other means (not the same as &amp;quot;grownup&amp;quot;, which see)&amp;lt;br /&amp;gt;-- &amp;quot;child&amp;quot; and &amp;quot;juvenile&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;teen&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;grownup&amp;quot; is not identical to &amp;quot;adult&amp;quot; or &amp;quot;mature&amp;quot; in not implying a precise boundary but is approximately any person who may be able to understand and apply the content (e.g., car driving instruction that may be read by a minor not yet old enough to drive a car but who would likely benefit from somewhat early exposure to the instruction)&amp;lt;br /&amp;gt;-- &amp;quot;parent&amp;quot; to include guardian and temporary caregiver&amp;lt;br /&amp;gt;-- &amp;quot;teacher&amp;quot; to include professor and ad hoc instructor&amp;lt;br /&amp;gt;-- &amp;quot;elementary school student&amp;quot; to include any student below high school&amp;lt;br /&amp;gt;-- &amp;quot;high school student&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;elhi&amp;quot; to include any student in elementary school through high school&amp;lt;br /&amp;gt;-- &amp;quot;college student&amp;quot; including graduate and professional school&amp;lt;br /&amp;gt;-- &amp;quot;business&amp;quot; including management, finance, and prospective customers (this includes e-commerce and investor sites)&amp;lt;br /&amp;gt;-- &amp;quot;health&amp;quot; including any health care provider including alternative and ad hoc&amp;lt;br /&amp;gt;-- &amp;quot;patient&amp;quot; for any health care recipient&amp;lt;br /&amp;gt;-- &amp;quot;lawyer&amp;quot; including judge, paralegal, and jailhouse lawyer&amp;lt;br /&amp;gt;-- &amp;quot;law client&amp;quot; for any prospective recipient of a lawyer&#039;s service (not usually a social work client) with &#039;&#039;lawyer&#039;&#039; including paralegal and jailhouse lawyer but not necessarily judge&amp;lt;br /&amp;gt;-- &amp;quot;craft&amp;quot; for any craftworker including laborer and artisan&amp;lt;br /&amp;gt;-- &amp;quot;artist&amp;quot; including musician, actor, dancer, and sculptor and including creator and performer&amp;lt;br /&amp;gt;-- &amp;quot;military&amp;quot; including paramilitary&amp;lt;br /&amp;gt;-- &amp;quot;news&amp;quot; including any consumer of rapidly-developing news&amp;lt;br /&amp;gt;-- &amp;quot;introductory&amp;quot; and &amp;quot;beginner&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;intermediate&amp;quot; and &amp;quot;midlevel&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;advanced&amp;quot; and &amp;quot;advance&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;scholarly&amp;quot; and &amp;quot;scholar&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;popular&amp;quot; generally referring to a writing style&amp;lt;br /&amp;gt;-- &amp;quot;older&amp;quot; including retiree&amp;lt;br /&amp;gt;-- &amp;quot;institution&amp;quot; including from corporation to conspiracy (such as for management advice)&amp;lt;br /&amp;gt;-- &amp;quot;government&amp;quot; including agencies and prospective politicians&amp;lt;br /&amp;gt;-- values using any integer or single-digit decimal in the form of &amp;quot;grade 8&amp;quot; or &amp;quot;grade 6.4&amp;quot; including to refer to a reading comprehension level (this generally will not exceed 12 and might be meaningless above 20 so higher values may be interpreted as the highest meaningful value)&amp;lt;br /&amp;gt;-- &amp;quot;viewers&amp;quot; for when content (such as a movie) is intended almost entirely to be seen rather than read&amp;lt;br /&amp;gt;-- &amp;quot;listeners&amp;quot; for when content (such as music) is intended almost entirely to be heard rather than read but not generally including text-to-speech support&amp;lt;br /&amp;gt;-- &amp;quot;tts&amp;quot;, &amp;quot;text-to-speech&amp;quot;, or &amp;quot;text to speech&amp;quot;, which three have the same meaning and which are for a page that has substantial support for TTS or that will be readily understood through TTS without need for such support (TTS is often aided by, e.g., pre-resolving pronunciation ambiguities in page coding)&amp;lt;br /&amp;gt;-- values using any numbers in the form of &amp;quot;3-6 years old&amp;quot;, whether a range or a single-number value&amp;lt;br /&amp;gt;-- values using any decade in the form of &amp;quot;born in 1970s&amp;quot;&amp;lt;br /&amp;gt;Unrecognized values such as &amp;quot;botanists&amp;quot;, &amp;quot;Texans&amp;quot;, and &amp;quot;writers who use red ink&amp;quot; may be used but at a risk that a search engine or directory editor will either fail to recognize it or will interpret it in unpredictable ways, or will in the future.&amp;lt;br /&amp;gt;Spellings that are erroneous or slightly different from a recognized value may be interpreted by a search engine or directory editor as representing a recognized value.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value of &amp;quot;all&amp;quot; but without overriding another indication arrived at by other means.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| bot-. . .&lt;br /&gt;
| Robot owners, to allow page authors access to robotic capabilities, e.g., to deny them, should prefix &amp;quot;bot-&amp;quot; to the name of their robot, especially for proprietary bots.&amp;lt;br /&amp;gt;Example: If a robot were to be named &amp;quot;dullbucklequiz&amp;quot;, the name in the meta element would be &amp;quot;bot-dullbucklequiz&amp;quot;.&amp;lt;br /&amp;gt;The value &amp;quot;bot-&amp;quot; alone represents all bots so prefixed, like a wildcard.&amp;lt;br /&amp;gt;Arguably, there&#039;s no need for a list here of any specific bots if http://user-agents.org or http://www.botsvsbrowsers.com/ (and perhaps other sites) is reliable.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| created&lt;br /&gt;
| The datetime at which the document was created. The value is an ISO8601 date. The date MUST follow the [http://www.w3.org/TR/NOTE-datetime W3C Profile of ISO 8601] with a granularity of &amp;quot;Complete date:&amp;quot; or finer. The [http://www.bbc.co.uk/guidelines/futuremedia/desed/previousversions/searchmetadata_vs_1_0.shtml#metadata BBC] use this name.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| creator&lt;br /&gt;
| The creator is an off-Web or pre-Web creator of a work for which an author authored a Web page, so that the creator and the author may be different people.&amp;lt;br /&amp;gt;Searching for one content creator&#039;s work requires a standard robot-parsable format for the information. A personal name, institutional name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one creator. Multiple creators are to be represented with multiple tags.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a content creator need only enter a name once in one first-last or family-given order (e.g., Pat Thunderbird or Thunderbird, Pat, but not requiring both).&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;creator&#039;_MetaExtension|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msnbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Bing only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| ia_archive&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Internet Archive and Alexa only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage&lt;br /&gt;
| The author may be the best expert on which time frame is most relevant to the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers that may focus on the 1800s but mention 1731 and 1912 perhaps unimportantly.&amp;lt;br /&amp;gt;The value for this keyword is a date or time -- not a range and not vague, for which other keywords are proposed -- in a format in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than  once, all the values so appearing are determinative. Multiple values are to be expressed with separate meta elements lest the note be revised in the future in a way incompatible with comma-separating a list.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-end&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the end. If this keyword is used without datetime-coverage-start (also proposed), its value is interpreted as ending a range without a start.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the end of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-end=1865, datetime-coverage-start=1914, datetime-coverage-end=1918, and datetime-coverage-start=1862, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-start&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the start. If this keyword is used without datetime-coverage-end (also proposed), its value is interpreted as starting a range without an end.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the start of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-start=1862, datetime-coverage-start=1914, datetime-coverage-end=1865, and datetime-coverage-end=1918, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-vague&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that its value is not necessarily crisp. This keyword should be used only when datetime-coverage, datetime-coverage-start, and datetime-coverage-end are inappropriate, but there&#039;s no ban on using all four. Any text without a comma can be the value (e.g., Pleistocene, 1820s, Tuesdays, or before we were born); multiple values are comma-separated.&amp;lt;br /&amp;gt;If this keyword is used with datetime-coverage, datetime-coverage-start, or datetime-coverage-end, the vague value should be exploited along with the value/s for the other keyword/s.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all are determinative.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| DC.&lt;br /&gt;
| Dublin Core, maintained by Dublin Core MetaData Initiative (DCMI), is an extensive system with some overlap with non-DC names.&amp;lt;br /&amp;gt;This reserves all strings that begin with DC and a dot. &#039;&#039;Not true; DC-HTML doesn&#039;t use hardwired prefixes, but defines the prefixes using link/@rel=&amp;quot;scheme.prefix&amp;quot;&#039;&#039;&lt;br /&gt;
| [http://www.DublinCore.org DCMI]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dir-content-pointer&lt;br /&gt;
| When several pages in a directory include main content, a table of contents, an index, and the like, a search engine may be able to organize results more usefully by identifying which is which with a standard vocabulary, helpful when different publishers use different conventions when displaying or printing content.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma and optionally with a trailing number. Multiple values are to be comma-separated (multiple values are appropriate when one document serves multiple purposes). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values, which are pointer types to which numbers may be suffixed, are limited to &amp;quot;start&amp;quot; meaning &#039;the first page that should be seen by a user&#039; (this may be anywhere in the directory and anywhere within content), &amp;quot;toc&amp;quot; meaning &#039;table of contents&#039;, &amp;quot;intro&amp;quot; including introductions, forewords, prefaces, and tables of figures, &amp;quot;abstract&amp;quot;, &amp;quot;main&amp;quot;, &amp;quot;bibliography&amp;quot; and &amp;quot;biblio&amp;quot;, which have the same meaning, &amp;quot;index&amp;quot; which may mean &#039;sitemap&#039; or not, &amp;quot;afterword&amp;quot; and &amp;quot;update&amp;quot; which have the same meaning and need not actually update, &amp;quot;credit&amp;quot; meaning &#039;credits and acknowledgments&#039;, and &amp;quot;author bio&amp;quot; meaning &#039;author&#039;s biography&#039;, including any information about the author including credentials and contact information. The number suffix may be spaceless or not.&amp;lt;br /&amp;gt;When numbers are suffixed, a search engine or directory should arrange like items in numerical order in the results, with unnumbered items following like items that are numbered, e.g., intro 1, intro 2, main 1, main 2, main, main, and so on.&amp;lt;br /&amp;gt;Each directory and each subdirectory has its own sequence.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|expires&lt;br /&gt;
|&amp;lt;code&amp;gt;meta name=&#039;expires&#039;&amp;lt;/code&amp;gt; defines the expiration date of the page. This can be used for web pages in preparation for an upcoming event, e.g. a registration form for an exposition or competition, or other cases with a pre-set date when the document will no longer be valid, e.g. a product offer in a special sale or a support page for a product known not to be supported anymore from a given time onward.&lt;br /&gt;
&lt;br /&gt;
Search engines should respond to this meta tag in a reasonable way, i.e. by removing the page from their main search results after the expiration date (possibly still returning the result in a special search for expired pages as long as the page exists and is not explicitly excluded via &amp;lt;code&amp;gt;robots.txt&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;meta name=&#039;robots&#039;&amp;lt;/code&amp;gt; etc.) or simply by indicating to the user that this result is out-of-date.&lt;br /&gt;
&lt;br /&gt;
The content attribute should define the expiration date in accordance with http://www.w3.org/TR/NOTE-datetime . The meta tag should not be used for pages without expiration date. However, for historical reasons, search engines should also interpret other date formats where possible and should be prepared to find values such as &amp;quot;&amp;quot;, &amp;quot;0&amp;quot;, &amp;quot;no&amp;quot; and &amp;quot;never&amp;quot;. Such non-date values are to be interpreted as no expiration date.&lt;br /&gt;
&lt;br /&gt;
Correctly formatted example:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&#039;expires&#039; content=&#039;2012-12-31T23:59Z&#039;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tag is not to be confused with and has a different meaning than &amp;lt;code&amp;gt;meta http-equiv=&#039;expires&#039;.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-print&lt;br /&gt;
| This is to allow a user agent to inform an operating system or a printer driver of the preferred print medium, such as the paper size.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated (multiple values might be appropriate because standard paper sizes vary around the world). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values are limited to &amp;quot;letter&amp;quot;, &amp;quot;A4&amp;quot;, &amp;quot;legal&amp;quot;, &amp;quot;A5&amp;quot;, &amp;quot;B5&amp;quot;, &amp;quot;monarch&amp;quot;, &amp;quot;envelope 10&amp;quot; meaning size #10, &amp;quot;envelope 6-3-4&amp;quot; meaning size #6 3/4, values with integers and decimals in the form of &amp;quot;8.5 x 11&amp;quot; or &amp;quot;8.5x11&amp;quot; in which spacing of the &amp;quot;x&amp;quot; does not affect meaning, &amp;quot;paper&amp;quot;, which means &#039;paper of the default color (usually white) and weight (usually 20-lb. stock)&#039;, &amp;quot;white&amp;quot;, &amp;quot;yellow&amp;quot;, &amp;quot;pink&amp;quot;, &amp;quot;blue&amp;quot;, &amp;quot;green&amp;quot;, &amp;quot;violet&amp;quot;, or &amp;quot;multicolor&amp;quot;, which means a medium of the given color or mixed, &amp;quot;letterhead&amp;quot;, &amp;quot;p2 letterhead&amp;quot; meaning &#039;letterhead intended for any page except the first&#039;, &amp;quot;watermark&amp;quot; meaning a &#039;special watermark such as an organization&#039;s own&#039;, and &amp;quot;plain&amp;quot; meaning &#039;not preprinted and not letterhead (it may have a paper manufacturer&#039;s watermark not related to letterhead)&#039;.&amp;lt;br /&amp;gt;Omitting &amp;quot;paper&amp;quot; when another recognized value is given defaults to an implied meaning of &#039;paper&#039; with the other value; e.g., &amp;quot;letter&amp;quot; means &#039;letter paper&#039;; the same principle applies to a medium&#039;s color (the default being white for paper and colorless for transparency) and plainness or lack thereof (the default being plain).&amp;lt;br /&amp;gt;Other values should be proposed before being recognized here. Label sizes should be proposed here for labels that are not on backing sheets that fit one of the recognized values, e.g., labels on narrow rolls. Blueprint paper sizes should be proposed here. Media other than standard paper, such as onion skin, heavier paper, card, and clear or color transparency, should be proposed here.&amp;lt;br /&amp;gt;The user agent may, with the user&#039;s or user sysadmin&#039;s permission (as by a menu-driven default), interpret a value to offer an alternative the user might accept and software and firmware other than the UA may interpret a value to the same end with or without permission, so this keyword is only suggestive; e.g., &amp;quot;letter&amp;quot; may be interpreted as &amp;quot;A4&amp;quot;.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value determined by other than the page, e.g., by the printer driver or the user agent.&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;format-print&#039;_MetaExtension|Talk]]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geographic-coverage&lt;br /&gt;
| The author may be the best expert on the geographic relevance of the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers and epidemiological studies which may mention locales only once.&amp;lt;br /&amp;gt;Absence of the keyword defaults to a value of world (not universe), unless the search engine chooses to interpret the page or larger unit for some other value, probably based on other than just contact information given in the website.&amp;lt;br /&amp;gt;The value for this keyword is a semicolon-separated list of one or more place-values, the order of which do not matter. One place-value will use commas to separate, in order, an optional standard natural language symbol applicable to the place-value (when omitted the language applicable to the page will control), a place-class, one or more place-subclasses if any, and one or more place name parts (where, e.g., in &amp;quot;Cape Town, South Africa&amp;quot;, &amp;quot;Cape Town&amp;quot; is a place name part but &amp;quot;Town&amp;quot; is not). Spaces after semicolons and commas are optional; spaces within place-values are present when required for each place-value (e.g., &amp;quot;Quezon City&amp;quot;, not an invented &amp;quot;QuezonCity&amp;quot;).&amp;lt;br /&amp;gt;To distinguish names that might otherwise be too similar, place-classes, all lower-case and hyphenatably spaceless, include &#039;&#039;outer-space&#039;&#039;, &#039;&#039;region&#039;&#039; (on Earth and crossing or larger than a nation, e.g., southern hemisphere, polar region, temperate zone, or Asia), &#039;&#039;intntl-water&#039;&#039; (an &#039;international water body&#039;), &#039;&#039;intntl-agcy&#039;&#039; (&#039;international agency&#039; or &#039;international collection&#039;, e.g., all U.N. member nations), &#039;&#039;nation&#039;&#039;, &#039;&#039;within-nation&#039;&#039; (limited to only one political level down from nation, e.g., state, province, territory, possession, city not included within other political units of a nation, or any comparable unit), &#039;&#039;city&#039;&#039; (including town, village, hamlet, and any comparable political unit below the level of &#039;&#039;within-nation&#039;&#039;), &#039;&#039;addr&#039;&#039; (including address, full-length street, building, institution, and neighborhood without political boundaries), &#039;&#039;pol-unit&#039;&#039; (&#039;&#039;pol&#039;&#039; abbreviating &#039;political&#039;) (e.g., a place of disputed nationhood), &#039;&#039;hist-pol-unit&#039;&#039; (&#039;&#039;hist&#039;&#039; abbreviating &#039;historical&#039;) (e.g., the Roman Empire), &#039;&#039;feature&#039;&#039; (e.g., river), &#039;&#039;num&#039;&#039; (e.g., latitude and longitude or outer-space equivalent in numbers), and &#039;&#039;ethereal&#039;&#039; (including thealogical/theological, fictional including from modern popular entertainment, and ancient secular mythical, but not including that which is asserted to be a state of mind or existence but not a place, such as nirvana). (Example for one hypothetical page: name=&amp;quot;geographic-coverage&amp;quot; content=&amp;quot;region, sub-Saharan Africa; nation, Panama; city, Panama, Panama; within-nation, Sao Paulo, Brazil; city, Sao Paulo, Sao Paulo, Brazil; within-nation, Mississippi, United States of America; region, Middle East; region, Midwest, United States of America; hist-pol-unit, Northwest Territory, United States of America; feature, river, Indus; outer-space, Indus; ethereal, ultima Thule; ethereal, Heaven; ethereal, Flatland; ethereal, Valhalla; en-US, addr, Hotel Valhalla, Fredrikstad, Norway; es, nation, Espana&amp;quot; (Indus is both a river and a constellation, illustrating the need for place-classes)).&amp;lt;br /&amp;gt;Ambiguity of place-values should be avoided despite convenience in coding because search engines may each interpret them as they see fit, e.g., it would be hard for an engine to distinguish New York from New York.&amp;lt;br /&amp;gt;For consistency of spelling, several authority lists should be settled upon, with legal, well-known, and disputed names and common abbreviations all being acceptable; but I&#039;m not proposing one here now (relying on IANA&#039;s ccTLD list might be too complex to implement and still assure coding consistency, e.g., occasionally ccTLDs can be phased out and off of IANA&#039;s list) (a standard vocabulary possibly usable here is the [http://www.getty.edu/research/conducting_research/vocabularies/tgn/index.html Getty Thesaurus of Geographic Names Online], subject to licensing and charset choice); and promulgating authority lists may best be done publicly by search engine managements, who may disagree with each other.&amp;lt;br /&amp;gt;Allowing Unicode for non-Roman alphabet-using locales is desirable, but at present that may raise technical problems, including computer security issues, that are not yet readily soluble.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| keywords-not&lt;br /&gt;
| A comma-separated list of negative keywords that distinguish a closely-related theme from this page&#039;s true theme, to support Boolean NOT searches often more realistically than visible text can, especially when both themes share the same lexicon.&amp;lt;br /&amp;gt;If keywords is no longer a supported name for a meta element, keywords-not is superfluous; however, debate has been revived on whether keywords should be supported or not; see the keywords entry in this Wiki.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6609 W3C Bug 6609]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-datetime&lt;br /&gt;
| Better ranking in search engine results for recency or relevance to an event date would be aided by a standard format robots can parse. Users would save search time by not having to load many pages to find which ones are new or date-relevant.&amp;lt;br /&amp;gt;To supply a consistent and known format, the value for this keyword is a date-time expression formed in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-version&lt;br /&gt;
| Pages may be revised several times daily. While date-time given to a granularity of a fraction of a second would often suffice, when a page has to be approved more than once before posting, any or no such time may be correct (without this keyword, a comment could be necessary but probably not parsable by an engine). In addition, versions regardless of date may show consecutiveness and can replace a date that must be vague. In that case, a version number may be more useful for searches and so a robot-parsable format is needed.&amp;lt;br /&amp;gt;The keyword&#039;s value is stated in ASCII digits, is any nonnegative base-10 rational number expressed as an integer or a decimal, with any number of decimal places allowed, and may be padded with any number of leading zeros to support extraction for ASCII sorting.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&amp;lt;br /&amp;gt;The versions 0 and 0.&#039;&#039;n&#039;&#039;, with &#039;&#039;n&#039;&#039; being to any number of places, signify beta versions, i.e., drafts, in the tradition of beta software, while versions 1 and higher ordinarily signify final-release versions. After a final-release version is released, a draft of a later version is not given a version number of 0 or 0.&#039;&#039;n&#039;&#039;, but is numbered higher than the last final-release version. It is suggested to page authors that draft status, if applicable, be shown in the visibly displayed text of the page, rather than that this meta tag be relied upon as the sole notice of draft status, as it may be inadequate notice if alone.&amp;lt;br /&amp;gt;To assign a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1, the page&#039;s URL, if static, may be used as the relevant premise. Thus, if a page is copied or moved to a new URL, the author may choose to restart page-version numbering from 0.&#039;&#039;n&#039;&#039; or 1. If a page&#039;s URL is dynamic, e.g., if created on the fly from a script, the page author may prefer to use as the relevant premise for assigning a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1 the URL of the script or other technology that generates the dynamic-URL page, placing this meta element containing this attribute within the script or other technology, not within the generating page&#039;s head element (the generating page&#039;s head element may have its own meta element with this attribute describing the generating page). If one page containing the script or other technology that generates another page has more than one means for generating dynamic-URL pages, each means should contain its own meta element with this attribute. Page-version is thus largely independent of the page&#039;s date, although both would likely advance roughly in parallel.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| publisher&lt;br /&gt;
| Searching for one content publisher&#039;s or page publisher&#039;s work requires a standard robot-parsable format for the information. This often differs from creator or author when the publisher is an institution. An institutional name, personal name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one publisher. Multiple publishers are to be represented with multiple tags, although multiple publishers are less common than multiple authors or creators; multiplicity is more likely for a legal name and a well-known name.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a publisher need only enter a name once in one order.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| referrer&lt;br /&gt;
| Developers wish to control the sharing of referrer information with linked resources and followed links at the meta level. It&#039;s sometimes desirable to share referrer information from secure to non-secure resources. The proposal is to add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never|default|always&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where the value of the &#039;&#039;&#039;content&#039;&#039;&#039; attribute is:&lt;br /&gt;
* &#039;&#039;&#039;never&#039;&#039;&#039;: No referrer information is leaked when following a links or requesting resources.&lt;br /&gt;
* &#039;&#039;&#039;default&#039;&#039;&#039;: Include referrer information in non-secure context or for HTTPS resources with the same origin.&lt;br /&gt;
* &#039;&#039;&#039;always&#039;&#039;&#039;: Include referrer information when following all links and requesting any resources.&lt;br /&gt;
&lt;br /&gt;
Since &amp;lt;code&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; is redundant with a proposed &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;, the &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; proposal should be supplanted with this one, which provides more robust control.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| resolutions&lt;br /&gt;
| Authoring web sites to use resolution independent images that display beautifully on high-resolution displays should be made as easy as possible for developers and should not require JavaScript to accomplish.&lt;br /&gt;
&lt;br /&gt;
To accomplish this, I propose a new HTML Meta Tag, &amp;lt;code&amp;gt;resolutions&amp;lt;/code&amp;gt;, that can be used to specify that high-resolution versions of images linked to from the page are available and that the browser should use them in place of the lower-resolution default images if it detects that a user is using a high-resolution screen. The resolutions meta tag lists the device-pixel ratios supported by images in the page. &lt;br /&gt;
&lt;br /&gt;
So, for example…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… means that the developer is telling the browser that she has created 2x resolution images for the images linked to from the current page and named them with a @2x suffix. &lt;br /&gt;
&lt;br /&gt;
To illustrate, if her image tag is as follows…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;img src=&amp;quot;/images/flower.jpg&amp;quot; alt=&amp;quot;A flower&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… then she has two image files under /images: the low-resolution default (flower.jpg), and a higher-resolution (200%) version named flower@2x.jpg. &lt;br /&gt;
&lt;br /&gt;
(This is the same naming convention already used by Apple in its Cocoa Touch framework for automatically loading in higher-resolution versions of images.)&lt;br /&gt;
&lt;br /&gt;
Based on the meta tag, if the browser detects that the user is running at a &amp;lt;code&amp;gt;min-device-pixel-ratio&amp;lt;/code&amp;gt; of 2.0, it will automatically ask for the 2x version of the image (flower@2x.jpg) instead of the default image as specified in the image tag. &lt;br /&gt;
&lt;br /&gt;
Finally, so as not to flood external sites with high-resolution image requests, this functionality would only work for local images specified via relative links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Multiple resolutions&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The resolutions tag can also contain a list of supported device-pixel ratios so as to support even higher-resolution displays when and if they become available in the future. &lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x, 4x, 8x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this case, the developer would provide 2x, 4x, and 8x versions of all images. So, in the running example, she would make flower.jpg, flower@2x.jpg, flower@4x.jpg, and flower@8x.jpg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Advantages&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages of this approach are several:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Makes it very simple for developers to support high-resolution displays like the iPhone 4&#039;s Retina screen&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not require JavaScript&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not change the default way that things work (if the meta tag is not specified, the browser simply behaves as it always has).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| [http://aralbalkan.com/3355 Proposal for native browser support of high-resolution image substitution]&lt;br /&gt;
[http://aralbalkan.com/3331 How to make your web content look stunning on the iPhone 4’s new Retina display]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| rights&lt;br /&gt;
| As a page effectively appears in at least two forms, usually one as interpreted and displayed on a device and the other as source code, arguably intellectual property rights that must be asserted must be asserted in ways understandable in both contexts. For example, &amp;amp;amp;copy; is a raw representation that may legally fail as part of copyright notice to someone seeing source code and not the display, important when someone wants to copy source code for use elsewhere and may rely on a defense of innocent infringement (at least in U.S.). While such assertions can be made in a comment element, it may be helpful to have a tag that search engines can parse and index verbatim.&amp;lt;br /&amp;gt;The value may include standard and nonstandard notices, invocations of licenses such as GFDL and ASCAP, and any other information. Content is defined as free-form, leaving the page author discretion for the entry.&amp;lt;br /&amp;gt;Statements in one tag may discuss several portions of the page differently, e.g., with different licenses.&amp;lt;br /&amp;gt;More than one license may be offered, along with the page&#039;s relationship to all.&amp;lt;br /&amp;gt;Not all statements need be license grants. A statement may state whom to ask for reprint permission or may reserve all rights, for example.&amp;lt;br /&amp;gt;Only one meta tag with this keyword may be present. Page authors must not use more than one. A UA finding multiple such tags on one page must ignore all of them.&amp;lt;br /&amp;gt;The copyright symbol that would be generated by its character entity is not recommended for legal notice in source code when the word &#039;Copyright&#039; may be used instead, because the entity may be read in raw form, but use is up to the page author. The same concept applies to any intellectual property rights symbol for which a suitable alternative is available, such as for trademark or service mark.&amp;lt;br /&amp;gt;ASCII text would not suffice when a name or notice legally may have to be in a non-Roman alphabet, but no alternative may yet exist in HTML5.&amp;lt;br /&amp;gt;Search engine storage may impose a length limit, but, because of legal consequences, if the value&#039;s length exceeds a given limit the search index should retain or interpret none of it but only refer to it.&amp;lt;br /&amp;gt;The content string may only be copied verbatim in its full length, referred to, or ignored. It may not be, for example, paraphrased, truncated, interpreted, or classified except in addition to being copied verbatim in its full length.&amp;lt;br /&amp;gt;Ignoring shall not void, nullify, or alter any rights stated in such tag.&amp;lt;br /&amp;gt;For the synonymy, &#039;&#039;IP&#039;&#039;, &#039;&#039;IP-rights&#039;&#039;, and &#039;&#039;IP-right&#039;&#039; are not reserved; while the abbreviation &#039;&#039;IP&#039;&#039; &#039;intellectual property&#039; is common among attorneys in the U.S., page authors will more likely be computerate, and the abbreviation may be wanted for &#039;Internet Protocol&#039;.&lt;br /&gt;
| [[Talk:MetaExtensions#rights:_why_reversion|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| subj-. . .&lt;br /&gt;
| To classify by subject a page&#039;s content, a standard subject taxonomy that will be recognized by a search engine or directory will help. Because many such high-quality taxonomies exist, only a prefix is proposed. Over time, particular taxonomies, in print or online, may be recognized here and keywords assigned for each.&amp;lt;br /&amp;gt;The keyword will be constructed case-insensitively with subkeywords in the form subj-[nationAbbrev]-[taxonomy]-[edition][-optionalSubedition], e.g., subj-US-MeSH-2009online (perhaps). After &amp;quot;subj-&amp;quot;, the second subkeyword will identify the nation where the taxonomy is published or offered as an aid in identifying the taxonomy and does not limit the subject coverage; e.g., a taxonomy published in Japan may be ideal for classifying Canadian botany or Peruvian economy.&amp;lt;br /&amp;gt;As subject values may vary between editions of one taxonomy, an edition and optionally a subedition is to be identified in the third and optionally the fourth subkeywords. The subedition, if any, is any update or revision occurring between editions, such that a value drawn from that edition and subedition is stable. The means of identifying edition and subedition should be included in the registration of a keyword.&amp;lt;br /&amp;gt;Examples of taxonomies from the U.S. include MeSH (medical) and the Library of Congress Subject Headings.&amp;lt;br /&amp;gt;The value identifying a subject for a Web page will be drawn from the cited taxonomy&#039;s edition and subedition.&amp;lt;br /&amp;gt;If the value should have a style to prevent ambiguity in interpretation, that style is to be registered here for that keyword. Multiple values are expressed with multiple meta elements, one value for each, since comma-separation is probably not compatible with all taxonomies.&amp;lt;br /&amp;gt;If a value requires case-sensitivity to prevent confusion, the entry here registering the keyword must accommodate that need with the needs of HTML 5 with an appropriate rule. To that end, a proposal to allow case-sensitivity in meta tags under some circumstances has been offered in the W3C bug reporting system.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6854 W3C Bug 6854]&lt;br /&gt;
| subject-. . .&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MSSmartTagsPreventParsing&lt;br /&gt;
| Microsoft introduced into Internet Explorer 6 Beta a feature that some website designers wished to preclude from applying in order to prevent public misunderstanding of their websites. The feature allowed a browser to add information but at a risk that users wouldn&#039;t know that it wasn&#039;t supplied by the website. This keyword was provided by Microsoft for those of us who wanted it.&amp;lt;br /&amp;gt;Its value was &amp;quot;TRUE&amp;quot;. Microsoft spelled the keyword with some capitals and the value in all capitals but whether capitalization was required for either is unknown; some opinions vary. Since it need be understood by only one browser, and that one a beta version, full standards compliance should not be assumed, and original case may be required. (This tag is used by Google: &amp;quot;&amp;lt;meta content=&#039;true&#039; name=&#039;MSSmartTagsPreventParsing&#039;/&amp;gt;&amp;quot; appeared (with internal quote marks as singles) in the source code for &amp;lt;http://googleblog.blogspot.com/2009/04/listening-to-google-health-users.html&amp;gt;, as accessed 4-27-09.)&amp;lt;br /&amp;gt;Microsoft has apparently removed this instruction from its website on the ground that the beta version is no longer available and is not supported, but that doesn&#039;t assure that some users aren&#039;t still using the beta browser, perhaps inadvertently. Therefore, designers may wish to continue using the keyword and value and they are preserved here.&lt;br /&gt;
| e.g., [http://www.theregister.co.uk/2001/06/25/web_sites_banish_those_winxp/ The Register (U.K.)], [http://cc.uoregon.edu/cnews/summer2001/summer2001.pdf Univ. Oregon (U.S.) (PDF p. 18)], &amp;amp; [http://trillian.mit.edu/~jc/demo/SmartTagsOff.html John Chambers (U.S.) (job résumé near root)], all as accessed 4-19-09&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks spec, potentially never minted by MS as a meta name (as opposed to a http-equiv value), even if minted by Microsoft, abandoned before shipping in any final release of IE&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Failed Proposals ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to more details&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| cache&lt;br /&gt;
| This doesn&#039;t actually work; use HTTP headers instead.&amp;lt;br /&amp;gt;Value must be &amp;quot;public&amp;quot;, &amp;quot;private&amp;quot;, or &amp;quot;no-cache&amp;quot;. Intended as a simple way to tell user agents whether to store a copy of the document or not. An alternate for HTTP/1.1&#039;s cache-control; for publishers without access to modifying cache-control.&lt;br /&gt;
| none&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| no-email-collection&lt;br /&gt;
| HTML5 prohibits URL-valued meta names. They should be rel keywords instead.&amp;lt;br /&amp;gt;Intended to reference legal policy of web site indicating that harvesting of e-mail addresses on the site is not permitted and in violation of applicable laws such as the CAN-SPAM Act of 2003.&lt;br /&gt;
| [https://www.ProjectHoneyPot.org/how_to_avoid_spambots_5.php Project Honey Pot]&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Process ==&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;Status&amp;quot; section to be changed to &amp;quot;Ratified&amp;quot;, the proposed keyword must be defined by a W3C specification in the Candidate Recommendation or Recommendation state. If it fails to go through this process, it is &amp;quot;Unendorsed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For more details, see [http://whatwg.org/specs/web-apps/current-work/#concept-meta-extensions the HTML5 specification].&lt;br /&gt;
&lt;br /&gt;
[[Category:Registries]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=6776</id>
		<title>MetaExtensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=6776"/>
		<updated>2011-07-28T06:25:34Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: /* Registered Extensions */ Sort the registrations by Unicode code point&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page lists the allowed extension values for the name=&amp;quot;&amp;quot; attribute of the &amp;amp;lt;meta&amp;gt; element in HTML5. You may add your own values to this list, which makes them legal HTML5 metadata names. We ask that you try to avoid redundancy; if someone has already defined a name that does roughly what you want, please reuse it. Also, please be sure to include &#039;&#039;all&#039;&#039; the items [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names required by the spec] &#039;&#039;including a link to a specification&#039;&#039; that specifies the keyword &#039;&#039;as an HTML meta keyword&#039;&#039;. Note that URL-valued properties must not be registered as meta names but should be registered as [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions rel keywords] instead. Also note that changes to this registry may not be reflected in validators in real time.&lt;br /&gt;
&lt;br /&gt;
== Registered Extensions ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| alexaverifyid&lt;br /&gt;
| Used to verify ownership of Alexa Search&lt;br /&gt;
| [http://www.alexa.com/faqs/?p=188 Alexa FAQ About this meta attribute Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-capable&lt;br /&gt;
| Sets whether a web application runs in full-screen mode.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| Could maybe be assumed when &amp;lt;code&amp;gt;application-name&amp;lt;/code&amp;gt; is set?&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-status-bar-style&lt;br /&gt;
| Sets the style of the status bar for a web application.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| baiduspider&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Baidu only.&lt;br /&gt;
| [http://www.baidu.com/search/robots_english.html Baidu documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-param&lt;br /&gt;
| Cross-site request forgery protection parameter for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-token&lt;br /&gt;
| Cross-site request forgery protection token for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
&lt;br /&gt;
| dcterms.creator&lt;br /&gt;
| An entity primarily responsible for making the resource. Examples of a Creator include a person, an organization, or a service.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-creator DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| In some cases redundant with the HTML built-in keyword &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.description&lt;br /&gt;
| An account of the resource. Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-description DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.issued&lt;br /&gt;
| Date of formal issuance (e.g., publication) of the resource. (DC doesn&#039;t spec a date format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-issued DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the &amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.modified&lt;br /&gt;
| Date on which the resource was changed. (DC doesn&#039;t spec a date format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-modified DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.subject&lt;br /&gt;
| The topic of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-subject DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;keywords&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.title&lt;br /&gt;
| A name given to the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-title DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| es.title&lt;br /&gt;
| Object Title, where this is not the TITLE or H1 tag content, but the resource title&lt;br /&gt;
| [http://www.eibs.co.uk/reference/ EIBS EasySite CMS - Content Attributes Reference]&lt;br /&gt;
| dcterms.title&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-detection&lt;br /&gt;
| Enables or disables automatic detection of possible phone numbers in a webpage in Safari on iOS.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.placename&lt;br /&gt;
| Defines name of geographic place to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.placename&amp;quot; content=&amp;quot;Auwaldstraße 11, 79110 Freiburg im Breisgau, Deutschland&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.position&lt;br /&gt;
| Defines geographic position to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.position&amp;quot; content=&amp;quot;48.02682000000001;7.809769999999958&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.region&lt;br /&gt;
| Defines name of geographic region to which page is related to. Content is specified by ISO-3166.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.region&amp;quot; content=&amp;quot;DE-BW&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&amp;lt;br&amp;gt;[http://en.wikipedia.org/wiki/ISO_3166 ISO-3166]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| google-site-verification&lt;br /&gt;
| Used to verify ownership for Webmaster Tools.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=79812 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| googlebot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Googlebot only.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=93710 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-task&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
Jump List items act as entry points into the website even when the browser is not running. A Jump List can contain commonly used destinations and tasks. Some items apply to the whole site, and some apply only to specific users. &lt;br /&gt;
For example, to add a single task called &amp;quot;Check Order Status&amp;quot; specify a meta element in the head of your webpage, as follows:&lt;br /&gt;
 &amp;lt;META name=&amp;quot;msapplication-task&amp;quot; content=&amp;quot;name=Check Order Status;&lt;br /&gt;
      action-uri=./orderStatus.aspx?src=IE9;&lt;br /&gt;
      icon-uri=./favicon.ico&amp;quot;  /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491725(v=vs.85).aspx Tasks in Jump List]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msvalidate.01&lt;br /&gt;
| One of the verification elements used by Bing.&lt;br /&gt;
| [http://onlinehelp.microsoft.com/en-us/bing/hh204490.aspx Bing Webmaster Tools]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| norton-safeweb-site-verification&lt;br /&gt;
| Used to verify ownership of Website for Norton SafeWeb.&lt;br /&gt;
| http://safeweb.norton.com/help/site_owners#verification_tips Norton SafeWeb Help Documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rating &lt;br /&gt;
| The Restricted to Adults label (RTA) provides a way for adult oriented websites to indicate that their content is off limits to children. RTA was introduced in 2006 and is currently used by a large number of adult web content providers. RTA is recognized by all major parental control filters.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;RATING&amp;quot; content=&amp;quot;RTA-5042-1996-1400-1577-RTA&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://www.rtalabel.org/index.php?content=howto RTA documentation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rights-standard&lt;br /&gt;
| The purpose is to enable search engines and other cataloging services to compile the types of rights allocated to the work. (Does any search engine actually implement this? [[User:Hsivonen|hsivonen]] 07:34, 14 July 2011 (UTC))&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This keyword does not provide, remove or alter any legal protections or designations.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Format: &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;rights-standard&amp;quot; content=&amp;quot;element id;rights&amp;quot; /&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* element id - the HTML Element ID of the item these rights apply to&lt;br /&gt;
* rights - what rights are assigned to the item&lt;br /&gt;
** &amp;quot;pd&amp;quot; - Public domain&lt;br /&gt;
** &amp;quot;cc by-sa&amp;quot; - Creative Commons Attribution&lt;br /&gt;
** &amp;quot;cc by-nd&amp;quot; - Creative Commons  NoDerivs &lt;br /&gt;
** &amp;quot;cc by-nc&amp;quot; - Creative Commons Attribution-NonCommercial&lt;br /&gt;
** &amp;quot;cc by-nc-sa&amp;quot; - Creative Commons Attribution-NonCommercial-ShareAlike&lt;br /&gt;
** &amp;quot;cc by-nc-nd&amp;quot; - Creative Commons Attribution-NonCommercial-NoDerivs&lt;br /&gt;
&lt;br /&gt;
| [http://sites.google.com/site/metarightsstandard/ Spec]&lt;br /&gt;
|Redundant with [http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#licensing-works Microdata vocabulary for licensing works].&lt;br /&gt;
|Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| robots&lt;br /&gt;
| A comma-separated list of operators explaining how search engine crawlers should treat the content. Possible values are &amp;quot;noarchive&amp;quot; to prevent cached versions, &amp;quot;noindex&amp;quot; to prevent indexing, and &amp;quot;nofollow&amp;quot; works as the link rel value with the same name. This meta name is already supported by every popular search engine.&amp;lt;br /&amp;gt;The content value &amp;quot;NOODP&amp;quot; has been offered elsewhere, so I&#039;m proposing it here. It blocks robots from using [http://www.dmoz.org Open Directory Project] descriptions of a website instead of Web pages&#039; own meta descriptions. It may have been introduced by Microsoft.&amp;lt;br /&amp;gt;The content value &amp;quot;NOYDIR&amp;quot; has been offered by Yahoo, so I&#039;m proposing it here. It blocks Yahoo&#039;s robot from using the Yahoo directory&#039;s descriptions of a website instead of Web pages&#039; own meta descriptions. Whether any other robot supports this is unknown but possibly no other search engine uses Yahoo&#039;s directory anyway.&lt;br /&gt;
| [http://www.robotstxt.org/wc/exclusion.html#meta Robots exclusion protocol], NOODP value: [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=35264 Google], [http://help.yahoo.com/l/us/yahoo/search/indexing/indexing-11.html Yahoo], NOYDIR value: [http://ysearchblog.com/2007/02/28/yahoo-search-support-for-noydir-meta-tags-and-weather-update/ Yahoo], as accessed 4-28-09&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| slurp&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Yahoo! only.&lt;br /&gt;
| [http://help.yahoo.com/l/au/yahoo7/search/indexing/indexing-11.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| teoma&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Teoma and Ask.com only.&lt;br /&gt;
| [http://about.ask.com/en/docs/about/webmasters.shtml Ask.com documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| verify-v1&lt;br /&gt;
| Legacy verification for Google Sitemaps.&lt;br /&gt;
| [http://sitemaps.blogspot.com/2006/05/more-about-meta-tag-verification.html Inside Google Sitemaps: More about meta tag verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| &amp;lt;span id=&amp;quot;viewport&amp;quot;&amp;gt;viewport&amp;lt;/span&amp;gt;&lt;br /&gt;
| Provides a way for documents to specify (using markup rather than CSS) the size, zoom factor, and orientation of the viewport that is used as the base for the document&#039;s [http://www.w3.org/TR/CSS21/visudet.html#containing-block-details initial containing block]. The following properties can be used in the value of the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute:&lt;br /&gt;
* width&lt;br /&gt;
* height&lt;br /&gt;
* initial-scale&lt;br /&gt;
* minimum-scale&lt;br /&gt;
* maximum-scale&lt;br /&gt;
* user-scalable&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;initial-scale=1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=480, initial-scale=2.0, user-scalable=1&amp;quot;&amp;gt;&lt;br /&gt;
For more details, see the [http://dev.w3.org/csswg/css-device-adapt/#viewport-meta-element Viewport META element] section of the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification.&lt;br /&gt;
| For &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; elements that have a &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute whose value is &amp;lt;code&amp;gt;viewport&amp;lt;/code&amp;gt;, the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification defines the recognized properties for the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute&amp;gt;, as well as an algorithm for parsing the value of that attribute.&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_n&lt;br /&gt;
| &#039;&#039;&#039;Name of the Content Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_n&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_s&lt;br /&gt;
| &#039;&#039;&#039;Name of Content Sub-Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_s&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ac&lt;br /&gt;
| &#039;&#039;&#039;Advertising Click parameter&#039;&#039;&#039;&lt;br /&gt;
When a visitor to your site clicks on an ad, that action is referred to as an Ad Click. The following META tag tracks advertising clicks:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ac&amp;quot; CONTENT=&amp;quot;name&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the advertisement clicked to reach a particular web page. The Ad Click must contain an external redirect back to the client. The redirect needs to include the necessary code to generate a hit to the SDC server. You can designate multiple Advertising Clicks using semicolons.&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file111.html?WT.ac=CONTENT111&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file222.html?WT.ac=CONTENT222&amp;quot;&amp;gt;&lt;br /&gt;
The name of the advertisement clicked to reach a particular web page. To capture this information with DCS, the Advertising Click must contain an external redirect back to the client. The redirect needs to &lt;br /&gt;
&lt;br /&gt;
include the necessary code to generate a hit to the DCS. The maximum length for each name is 64 bytes.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ad&lt;br /&gt;
| &#039;&#039;&#039;Advertising View parameter&#039;&#039;&#039;&lt;br /&gt;
Visitors often view advertisements that they do not necessarily click on. You can use On-Site Advertising to determine the number of visitors to your web site who view particular ads. With this feature you can produce advertising reports for each of your clients.&lt;br /&gt;
If you are selling advertising space on your web site, for example, you can collect traffic statistics to help determine pricing schedules.&lt;br /&gt;
The following META tag tracks advertising views:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.ad&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.mc_id&lt;br /&gt;
| &#039;&#039;&#039;Identifies the ID of the marketing campaign&#039;&#039;&#039;&lt;br /&gt;
To attract new students, a university launches a marketing campaign by sending recruitment email to all graduating high school seniors in a metropolitan area. The email links to a special landing page in the university’s web site, containing the following META tag to track marketing campaigns.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.mc_id&amp;quot; CONTENT=&amp;quot;1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
You may use this parameter on the URL.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;link?WT.mc_id=1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
The Campaign ID 1X2GG34 represents recruits to be contacted by email&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.sv&lt;br /&gt;
| &#039;&#039;&#039;Tracking Servers parameter&#039;&#039;&#039;&lt;br /&gt;
If your site is hosted on multiple servers, a server cluster, or a server farm, and you want to evaluate the performance of your load balancer, Webtrends can track page views for each server. To do so, populate the following META tag on all pages on each server:&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;My Server&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the machine that serves the web page. If you have two servers (Server1 and Server2), you would make two copies of the META tag and designate CONTENT=“Server1” for deployment to pages on the first server and CONTENT=“Server2” for deployment to the same pages on the second server.&lt;br /&gt;
For a server farm, you can extract the value of the built-in server name and dynamically assign it to the&lt;br /&gt;
META tag using server-side scripting.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server1&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server2&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [https://tagbuilder.webtrends.com/Help/Miscellaneous/AdSearch.aspx?keepThis=true&amp;amp;TB_iframe=true&amp;amp;height=450&amp;amp;width=650 About WT.ad].&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ti&lt;br /&gt;
| &#039;&#039;&#039;Tracking Page Titles&#039;&#039;&#039;&lt;br /&gt;
You may want to modify a page title before sending it to Webtrends in the following cases:&lt;br /&gt;
* You are dealing with dynamic content pages identified by URL parameters, and the page title represents the title of the base URL page rather than the dynamic content page.&lt;br /&gt;
Unless you modify the page titles, all pages have the same title in the reports.&lt;br /&gt;
* All pages have been assigned the same title, for reasons of style or company policy.&lt;br /&gt;
Even though URLs are displayed in addition to page title, the entire URL cannot be depended upon to distinguish one page from another.&lt;br /&gt;
Use server-side scripts to change the title to something that reflects the content of the pages so that you can identify them in reports. Next, pass the customized page titles to Webtrends, using the following META tag:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ti&amp;quot; CONTENT=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the title for this page.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| y_key&lt;br /&gt;
| Used to verify ownership for Yahoo! Site Explorer&lt;br /&gt;
| [http://help.yahoo.com/l/us/yahoo/search/siteexplorer/siteexplorer-06.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| yandex-verification&lt;br /&gt;
| Used to verify ownership for Yandex Webmaster.&lt;br /&gt;
| [http://help.yandex.ru/webmaster/?id=995300#995356 Yandex Webmaster ownership verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposals that don&#039;t meet the [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names requirements] for a registration ==&lt;br /&gt;
&lt;br /&gt;
Note that these proposals can be moved back to the registry table if the problems listed in the rightmost column of this table are addressed.&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
! Registration requirement failure&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| audience&lt;br /&gt;
| To aid search engines in classifying and to aid directory compilers, an audience most appropriate for the page may be suggested. Subject matter may not be a good clue; for example, an analysis of children&#039;s literature may be directed to teachers.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated. Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values:&amp;lt;br /&amp;gt;-- &amp;quot;all&amp;quot; and &amp;quot;everyone&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;adult&amp;quot; and &amp;quot;mature&amp;quot; have the same meaning and are for content that only adults may access, but no one responsible for preventing a nonadult or the immature from accessing the page or its content should rely on either or both of these values to do so without other means (not the same as &amp;quot;grownup&amp;quot;, which see)&amp;lt;br /&amp;gt;-- &amp;quot;child&amp;quot; and &amp;quot;juvenile&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;teen&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;grownup&amp;quot; is not identical to &amp;quot;adult&amp;quot; or &amp;quot;mature&amp;quot; in not implying a precise boundary but is approximately any person who may be able to understand and apply the content (e.g., car driving instruction that may be read by a minor not yet old enough to drive a car but who would likely benefit from somewhat early exposure to the instruction)&amp;lt;br /&amp;gt;-- &amp;quot;parent&amp;quot; to include guardian and temporary caregiver&amp;lt;br /&amp;gt;-- &amp;quot;teacher&amp;quot; to include professor and ad hoc instructor&amp;lt;br /&amp;gt;-- &amp;quot;elementary school student&amp;quot; to include any student below high school&amp;lt;br /&amp;gt;-- &amp;quot;high school student&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;elhi&amp;quot; to include any student in elementary school through high school&amp;lt;br /&amp;gt;-- &amp;quot;college student&amp;quot; including graduate and professional school&amp;lt;br /&amp;gt;-- &amp;quot;business&amp;quot; including management, finance, and prospective customers (this includes e-commerce and investor sites)&amp;lt;br /&amp;gt;-- &amp;quot;health&amp;quot; including any health care provider including alternative and ad hoc&amp;lt;br /&amp;gt;-- &amp;quot;patient&amp;quot; for any health care recipient&amp;lt;br /&amp;gt;-- &amp;quot;lawyer&amp;quot; including judge, paralegal, and jailhouse lawyer&amp;lt;br /&amp;gt;-- &amp;quot;law client&amp;quot; for any prospective recipient of a lawyer&#039;s service (not usually a social work client) with &#039;&#039;lawyer&#039;&#039; including paralegal and jailhouse lawyer but not necessarily judge&amp;lt;br /&amp;gt;-- &amp;quot;craft&amp;quot; for any craftworker including laborer and artisan&amp;lt;br /&amp;gt;-- &amp;quot;artist&amp;quot; including musician, actor, dancer, and sculptor and including creator and performer&amp;lt;br /&amp;gt;-- &amp;quot;military&amp;quot; including paramilitary&amp;lt;br /&amp;gt;-- &amp;quot;news&amp;quot; including any consumer of rapidly-developing news&amp;lt;br /&amp;gt;-- &amp;quot;introductory&amp;quot; and &amp;quot;beginner&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;intermediate&amp;quot; and &amp;quot;midlevel&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;advanced&amp;quot; and &amp;quot;advance&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;scholarly&amp;quot; and &amp;quot;scholar&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;popular&amp;quot; generally referring to a writing style&amp;lt;br /&amp;gt;-- &amp;quot;older&amp;quot; including retiree&amp;lt;br /&amp;gt;-- &amp;quot;institution&amp;quot; including from corporation to conspiracy (such as for management advice)&amp;lt;br /&amp;gt;-- &amp;quot;government&amp;quot; including agencies and prospective politicians&amp;lt;br /&amp;gt;-- values using any integer or single-digit decimal in the form of &amp;quot;grade 8&amp;quot; or &amp;quot;grade 6.4&amp;quot; including to refer to a reading comprehension level (this generally will not exceed 12 and might be meaningless above 20 so higher values may be interpreted as the highest meaningful value)&amp;lt;br /&amp;gt;-- &amp;quot;viewers&amp;quot; for when content (such as a movie) is intended almost entirely to be seen rather than read&amp;lt;br /&amp;gt;-- &amp;quot;listeners&amp;quot; for when content (such as music) is intended almost entirely to be heard rather than read but not generally including text-to-speech support&amp;lt;br /&amp;gt;-- &amp;quot;tts&amp;quot;, &amp;quot;text-to-speech&amp;quot;, or &amp;quot;text to speech&amp;quot;, which three have the same meaning and which are for a page that has substantial support for TTS or that will be readily understood through TTS without need for such support (TTS is often aided by, e.g., pre-resolving pronunciation ambiguities in page coding)&amp;lt;br /&amp;gt;-- values using any numbers in the form of &amp;quot;3-6 years old&amp;quot;, whether a range or a single-number value&amp;lt;br /&amp;gt;-- values using any decade in the form of &amp;quot;born in 1970s&amp;quot;&amp;lt;br /&amp;gt;Unrecognized values such as &amp;quot;botanists&amp;quot;, &amp;quot;Texans&amp;quot;, and &amp;quot;writers who use red ink&amp;quot; may be used but at a risk that a search engine or directory editor will either fail to recognize it or will interpret it in unpredictable ways, or will in the future.&amp;lt;br /&amp;gt;Spellings that are erroneous or slightly different from a recognized value may be interpreted by a search engine or directory editor as representing a recognized value.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value of &amp;quot;all&amp;quot; but without overriding another indication arrived at by other means.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| bot-. . .&lt;br /&gt;
| Robot owners, to allow page authors access to robotic capabilities, e.g., to deny them, should prefix &amp;quot;bot-&amp;quot; to the name of their robot, especially for proprietary bots.&amp;lt;br /&amp;gt;Example: If a robot were to be named &amp;quot;dullbucklequiz&amp;quot;, the name in the meta element would be &amp;quot;bot-dullbucklequiz&amp;quot;.&amp;lt;br /&amp;gt;The value &amp;quot;bot-&amp;quot; alone represents all bots so prefixed, like a wildcard.&amp;lt;br /&amp;gt;Arguably, there&#039;s no need for a list here of any specific bots if http://user-agents.org or http://www.botsvsbrowsers.com/ (and perhaps other sites) is reliable.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| created&lt;br /&gt;
| The datetime at which the document was created. The value is an ISO8601 date. The date MUST follow the [http://www.w3.org/TR/NOTE-datetime W3C Profile of ISO 8601] with a granularity of &amp;quot;Complete date:&amp;quot; or finer. The [http://www.bbc.co.uk/guidelines/futuremedia/desed/previousversions/searchmetadata_vs_1_0.shtml#metadata BBC] use this name.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| creator&lt;br /&gt;
| The creator is an off-Web or pre-Web creator of a work for which an author authored a Web page, so that the creator and the author may be different people.&amp;lt;br /&amp;gt;Searching for one content creator&#039;s work requires a standard robot-parsable format for the information. A personal name, institutional name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one creator. Multiple creators are to be represented with multiple tags.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a content creator need only enter a name once in one first-last or family-given order (e.g., Pat Thunderbird or Thunderbird, Pat, but not requiring both).&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;creator&#039;_MetaExtension|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msnbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Bing only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| ia_archive&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Internet Archive and Alexa only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage&lt;br /&gt;
| The author may be the best expert on which time frame is most relevant to the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers that may focus on the 1800s but mention 1731 and 1912 perhaps unimportantly.&amp;lt;br /&amp;gt;The value for this keyword is a date or time -- not a range and not vague, for which other keywords are proposed -- in a format in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than  once, all the values so appearing are determinative. Multiple values are to be expressed with separate meta elements lest the note be revised in the future in a way incompatible with comma-separating a list.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-end&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the end. If this keyword is used without datetime-coverage-start (also proposed), its value is interpreted as ending a range without a start.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the end of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-end=1865, datetime-coverage-start=1914, datetime-coverage-end=1918, and datetime-coverage-start=1862, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-start&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the start. If this keyword is used without datetime-coverage-end (also proposed), its value is interpreted as starting a range without an end.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the start of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-start=1862, datetime-coverage-start=1914, datetime-coverage-end=1865, and datetime-coverage-end=1918, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-vague&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that its value is not necessarily crisp. This keyword should be used only when datetime-coverage, datetime-coverage-start, and datetime-coverage-end are inappropriate, but there&#039;s no ban on using all four. Any text without a comma can be the value (e.g., Pleistocene, 1820s, Tuesdays, or before we were born); multiple values are comma-separated.&amp;lt;br /&amp;gt;If this keyword is used with datetime-coverage, datetime-coverage-start, or datetime-coverage-end, the vague value should be exploited along with the value/s for the other keyword/s.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all are determinative.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| DC.&lt;br /&gt;
| Dublin Core, maintained by Dublin Core MetaData Initiative (DCMI), is an extensive system with some overlap with non-DC names.&amp;lt;br /&amp;gt;This reserves all strings that begin with DC and a dot. &#039;&#039;Not true; DC-HTML doesn&#039;t use hardwired prefixes, but defines the prefixes using link/@rel=&amp;quot;scheme.prefix&amp;quot;&#039;&#039;&lt;br /&gt;
| [http://www.DublinCore.org DCMI]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dir-content-pointer&lt;br /&gt;
| When several pages in a directory include main content, a table of contents, an index, and the like, a search engine may be able to organize results more usefully by identifying which is which with a standard vocabulary, helpful when different publishers use different conventions when displaying or printing content.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma and optionally with a trailing number. Multiple values are to be comma-separated (multiple values are appropriate when one document serves multiple purposes). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values, which are pointer types to which numbers may be suffixed, are limited to &amp;quot;start&amp;quot; meaning &#039;the first page that should be seen by a user&#039; (this may be anywhere in the directory and anywhere within content), &amp;quot;toc&amp;quot; meaning &#039;table of contents&#039;, &amp;quot;intro&amp;quot; including introductions, forewords, prefaces, and tables of figures, &amp;quot;abstract&amp;quot;, &amp;quot;main&amp;quot;, &amp;quot;bibliography&amp;quot; and &amp;quot;biblio&amp;quot;, which have the same meaning, &amp;quot;index&amp;quot; which may mean &#039;sitemap&#039; or not, &amp;quot;afterword&amp;quot; and &amp;quot;update&amp;quot; which have the same meaning and need not actually update, &amp;quot;credit&amp;quot; meaning &#039;credits and acknowledgments&#039;, and &amp;quot;author bio&amp;quot; meaning &#039;author&#039;s biography&#039;, including any information about the author including credentials and contact information. The number suffix may be spaceless or not.&amp;lt;br /&amp;gt;When numbers are suffixed, a search engine or directory should arrange like items in numerical order in the results, with unnumbered items following like items that are numbered, e.g., intro 1, intro 2, main 1, main 2, main, main, and so on.&amp;lt;br /&amp;gt;Each directory and each subdirectory has its own sequence.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|expires&lt;br /&gt;
|&amp;lt;code&amp;gt;meta name=&#039;expires&#039;&amp;lt;/code&amp;gt; defines the expiration date of the page. This can be used for web pages in preparation for an upcoming event, e.g. a registration form for an exposition or competition, or other cases with a pre-set date when the document will no longer be valid, e.g. a product offer in a special sale or a support page for a product known not to be supported anymore from a given time onward.&lt;br /&gt;
&lt;br /&gt;
Search engines should respond to this meta tag in a reasonable way, i.e. by removing the page from their main search results after the expiration date (possibly still returning the result in a special search for expired pages as long as the page exists and is not explicitly excluded via &amp;lt;code&amp;gt;robots.txt&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;meta name=&#039;robots&#039;&amp;lt;/code&amp;gt; etc.) or simply by indicating to the user that this result is out-of-date.&lt;br /&gt;
&lt;br /&gt;
The content attribute should define the expiration date in accordance with http://www.w3.org/TR/NOTE-datetime . The meta tag should not be used for pages without expiration date. However, for historical reasons, search engines should also interpret other date formats where possible and should be prepared to find values such as &amp;quot;&amp;quot;, &amp;quot;0&amp;quot;, &amp;quot;no&amp;quot; and &amp;quot;never&amp;quot;. Such non-date values are to be interpreted as no expiration date.&lt;br /&gt;
&lt;br /&gt;
Correctly formatted example:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&#039;expires&#039; content=&#039;2012-12-31T23:59Z&#039;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tag is not to be confused with and has a different meaning than &amp;lt;code&amp;gt;meta http-equiv=&#039;expires&#039;.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-print&lt;br /&gt;
| This is to allow a user agent to inform an operating system or a printer driver of the preferred print medium, such as the paper size.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated (multiple values might be appropriate because standard paper sizes vary around the world). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values are limited to &amp;quot;letter&amp;quot;, &amp;quot;A4&amp;quot;, &amp;quot;legal&amp;quot;, &amp;quot;A5&amp;quot;, &amp;quot;B5&amp;quot;, &amp;quot;monarch&amp;quot;, &amp;quot;envelope 10&amp;quot; meaning size #10, &amp;quot;envelope 6-3-4&amp;quot; meaning size #6 3/4, values with integers and decimals in the form of &amp;quot;8.5 x 11&amp;quot; or &amp;quot;8.5x11&amp;quot; in which spacing of the &amp;quot;x&amp;quot; does not affect meaning, &amp;quot;paper&amp;quot;, which means &#039;paper of the default color (usually white) and weight (usually 20-lb. stock)&#039;, &amp;quot;white&amp;quot;, &amp;quot;yellow&amp;quot;, &amp;quot;pink&amp;quot;, &amp;quot;blue&amp;quot;, &amp;quot;green&amp;quot;, &amp;quot;violet&amp;quot;, or &amp;quot;multicolor&amp;quot;, which means a medium of the given color or mixed, &amp;quot;letterhead&amp;quot;, &amp;quot;p2 letterhead&amp;quot; meaning &#039;letterhead intended for any page except the first&#039;, &amp;quot;watermark&amp;quot; meaning a &#039;special watermark such as an organization&#039;s own&#039;, and &amp;quot;plain&amp;quot; meaning &#039;not preprinted and not letterhead (it may have a paper manufacturer&#039;s watermark not related to letterhead)&#039;.&amp;lt;br /&amp;gt;Omitting &amp;quot;paper&amp;quot; when another recognized value is given defaults to an implied meaning of &#039;paper&#039; with the other value; e.g., &amp;quot;letter&amp;quot; means &#039;letter paper&#039;; the same principle applies to a medium&#039;s color (the default being white for paper and colorless for transparency) and plainness or lack thereof (the default being plain).&amp;lt;br /&amp;gt;Other values should be proposed before being recognized here. Label sizes should be proposed here for labels that are not on backing sheets that fit one of the recognized values, e.g., labels on narrow rolls. Blueprint paper sizes should be proposed here. Media other than standard paper, such as onion skin, heavier paper, card, and clear or color transparency, should be proposed here.&amp;lt;br /&amp;gt;The user agent may, with the user&#039;s or user sysadmin&#039;s permission (as by a menu-driven default), interpret a value to offer an alternative the user might accept and software and firmware other than the UA may interpret a value to the same end with or without permission, so this keyword is only suggestive; e.g., &amp;quot;letter&amp;quot; may be interpreted as &amp;quot;A4&amp;quot;.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value determined by other than the page, e.g., by the printer driver or the user agent.&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;format-print&#039;_MetaExtension|Talk]]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geographic-coverage&lt;br /&gt;
| The author may be the best expert on the geographic relevance of the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers and epidemiological studies which may mention locales only once.&amp;lt;br /&amp;gt;Absence of the keyword defaults to a value of world (not universe), unless the search engine chooses to interpret the page or larger unit for some other value, probably based on other than just contact information given in the website.&amp;lt;br /&amp;gt;The value for this keyword is a semicolon-separated list of one or more place-values, the order of which do not matter. One place-value will use commas to separate, in order, an optional standard natural language symbol applicable to the place-value (when omitted the language applicable to the page will control), a place-class, one or more place-subclasses if any, and one or more place name parts (where, e.g., in &amp;quot;Cape Town, South Africa&amp;quot;, &amp;quot;Cape Town&amp;quot; is a place name part but &amp;quot;Town&amp;quot; is not). Spaces after semicolons and commas are optional; spaces within place-values are present when required for each place-value (e.g., &amp;quot;Quezon City&amp;quot;, not an invented &amp;quot;QuezonCity&amp;quot;).&amp;lt;br /&amp;gt;To distinguish names that might otherwise be too similar, place-classes, all lower-case and hyphenatably spaceless, include &#039;&#039;outer-space&#039;&#039;, &#039;&#039;region&#039;&#039; (on Earth and crossing or larger than a nation, e.g., southern hemisphere, polar region, temperate zone, or Asia), &#039;&#039;intntl-water&#039;&#039; (an &#039;international water body&#039;), &#039;&#039;intntl-agcy&#039;&#039; (&#039;international agency&#039; or &#039;international collection&#039;, e.g., all U.N. member nations), &#039;&#039;nation&#039;&#039;, &#039;&#039;within-nation&#039;&#039; (limited to only one political level down from nation, e.g., state, province, territory, possession, city not included within other political units of a nation, or any comparable unit), &#039;&#039;city&#039;&#039; (including town, village, hamlet, and any comparable political unit below the level of &#039;&#039;within-nation&#039;&#039;), &#039;&#039;addr&#039;&#039; (including address, full-length street, building, institution, and neighborhood without political boundaries), &#039;&#039;pol-unit&#039;&#039; (&#039;&#039;pol&#039;&#039; abbreviating &#039;political&#039;) (e.g., a place of disputed nationhood), &#039;&#039;hist-pol-unit&#039;&#039; (&#039;&#039;hist&#039;&#039; abbreviating &#039;historical&#039;) (e.g., the Roman Empire), &#039;&#039;feature&#039;&#039; (e.g., river), &#039;&#039;num&#039;&#039; (e.g., latitude and longitude or outer-space equivalent in numbers), and &#039;&#039;ethereal&#039;&#039; (including thealogical/theological, fictional including from modern popular entertainment, and ancient secular mythical, but not including that which is asserted to be a state of mind or existence but not a place, such as nirvana). (Example for one hypothetical page: name=&amp;quot;geographic-coverage&amp;quot; content=&amp;quot;region, sub-Saharan Africa; nation, Panama; city, Panama, Panama; within-nation, Sao Paulo, Brazil; city, Sao Paulo, Sao Paulo, Brazil; within-nation, Mississippi, United States of America; region, Middle East; region, Midwest, United States of America; hist-pol-unit, Northwest Territory, United States of America; feature, river, Indus; outer-space, Indus; ethereal, ultima Thule; ethereal, Heaven; ethereal, Flatland; ethereal, Valhalla; en-US, addr, Hotel Valhalla, Fredrikstad, Norway; es, nation, Espana&amp;quot; (Indus is both a river and a constellation, illustrating the need for place-classes)).&amp;lt;br /&amp;gt;Ambiguity of place-values should be avoided despite convenience in coding because search engines may each interpret them as they see fit, e.g., it would be hard for an engine to distinguish New York from New York.&amp;lt;br /&amp;gt;For consistency of spelling, several authority lists should be settled upon, with legal, well-known, and disputed names and common abbreviations all being acceptable; but I&#039;m not proposing one here now (relying on IANA&#039;s ccTLD list might be too complex to implement and still assure coding consistency, e.g., occasionally ccTLDs can be phased out and off of IANA&#039;s list) (a standard vocabulary possibly usable here is the [http://www.getty.edu/research/conducting_research/vocabularies/tgn/index.html Getty Thesaurus of Geographic Names Online], subject to licensing and charset choice); and promulgating authority lists may best be done publicly by search engine managements, who may disagree with each other.&amp;lt;br /&amp;gt;Allowing Unicode for non-Roman alphabet-using locales is desirable, but at present that may raise technical problems, including computer security issues, that are not yet readily soluble.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| keywords-not&lt;br /&gt;
| A comma-separated list of negative keywords that distinguish a closely-related theme from this page&#039;s true theme, to support Boolean NOT searches often more realistically than visible text can, especially when both themes share the same lexicon.&amp;lt;br /&amp;gt;If keywords is no longer a supported name for a meta element, keywords-not is superfluous; however, debate has been revived on whether keywords should be supported or not; see the keywords entry in this Wiki.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6609 W3C Bug 6609]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-datetime&lt;br /&gt;
| Better ranking in search engine results for recency or relevance to an event date would be aided by a standard format robots can parse. Users would save search time by not having to load many pages to find which ones are new or date-relevant.&amp;lt;br /&amp;gt;To supply a consistent and known format, the value for this keyword is a date-time expression formed in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-version&lt;br /&gt;
| Pages may be revised several times daily. While date-time given to a granularity of a fraction of a second would often suffice, when a page has to be approved more than once before posting, any or no such time may be correct (without this keyword, a comment could be necessary but probably not parsable by an engine). In addition, versions regardless of date may show consecutiveness and can replace a date that must be vague. In that case, a version number may be more useful for searches and so a robot-parsable format is needed.&amp;lt;br /&amp;gt;The keyword&#039;s value is stated in ASCII digits, is any nonnegative base-10 rational number expressed as an integer or a decimal, with any number of decimal places allowed, and may be padded with any number of leading zeros to support extraction for ASCII sorting.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&amp;lt;br /&amp;gt;The versions 0 and 0.&#039;&#039;n&#039;&#039;, with &#039;&#039;n&#039;&#039; being to any number of places, signify beta versions, i.e., drafts, in the tradition of beta software, while versions 1 and higher ordinarily signify final-release versions. After a final-release version is released, a draft of a later version is not given a version number of 0 or 0.&#039;&#039;n&#039;&#039;, but is numbered higher than the last final-release version. It is suggested to page authors that draft status, if applicable, be shown in the visibly displayed text of the page, rather than that this meta tag be relied upon as the sole notice of draft status, as it may be inadequate notice if alone.&amp;lt;br /&amp;gt;To assign a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1, the page&#039;s URL, if static, may be used as the relevant premise. Thus, if a page is copied or moved to a new URL, the author may choose to restart page-version numbering from 0.&#039;&#039;n&#039;&#039; or 1. If a page&#039;s URL is dynamic, e.g., if created on the fly from a script, the page author may prefer to use as the relevant premise for assigning a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1 the URL of the script or other technology that generates the dynamic-URL page, placing this meta element containing this attribute within the script or other technology, not within the generating page&#039;s head element (the generating page&#039;s head element may have its own meta element with this attribute describing the generating page). If one page containing the script or other technology that generates another page has more than one means for generating dynamic-URL pages, each means should contain its own meta element with this attribute. Page-version is thus largely independent of the page&#039;s date, although both would likely advance roughly in parallel.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| publisher&lt;br /&gt;
| Searching for one content publisher&#039;s or page publisher&#039;s work requires a standard robot-parsable format for the information. This often differs from creator or author when the publisher is an institution. An institutional name, personal name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one publisher. Multiple publishers are to be represented with multiple tags, although multiple publishers are less common than multiple authors or creators; multiplicity is more likely for a legal name and a well-known name.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a publisher need only enter a name once in one order.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| referrer&lt;br /&gt;
| Developers wish to control the sharing of referrer information with linked resources and followed links at the meta level. It&#039;s sometimes desirable to share referrer information from secure to non-secure resources. The proposal is to add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never|default|always&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where the value of the &#039;&#039;&#039;content&#039;&#039;&#039; attribute is:&lt;br /&gt;
* &#039;&#039;&#039;never&#039;&#039;&#039;: No referrer information is leaked when following a links or requesting resources.&lt;br /&gt;
* &#039;&#039;&#039;default&#039;&#039;&#039;: Include referrer information in non-secure context or for HTTPS resources with the same origin.&lt;br /&gt;
* &#039;&#039;&#039;always&#039;&#039;&#039;: Include referrer information when following all links and requesting any resources.&lt;br /&gt;
&lt;br /&gt;
Since &amp;lt;code&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; is redundant with a proposed &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;, the &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; proposal should be supplanted with this one, which provides more robust control.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| resolutions&lt;br /&gt;
| Authoring web sites to use resolution independent images that display beautifully on high-resolution displays should be made as easy as possible for developers and should not require JavaScript to accomplish.&lt;br /&gt;
&lt;br /&gt;
To accomplish this, I propose a new HTML Meta Tag, &amp;lt;code&amp;gt;resolutions&amp;lt;/code&amp;gt;, that can be used to specify that high-resolution versions of images linked to from the page are available and that the browser should use them in place of the lower-resolution default images if it detects that a user is using a high-resolution screen. The resolutions meta tag lists the device-pixel ratios supported by images in the page. &lt;br /&gt;
&lt;br /&gt;
So, for example…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… means that the developer is telling the browser that she has created 2x resolution images for the images linked to from the current page and named them with a @2x suffix. &lt;br /&gt;
&lt;br /&gt;
To illustrate, if her image tag is as follows…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;img src=&amp;quot;/images/flower.jpg&amp;quot; alt=&amp;quot;A flower&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… then she has two image files under /images: the low-resolution default (flower.jpg), and a higher-resolution (200%) version named flower@2x.jpg. &lt;br /&gt;
&lt;br /&gt;
(This is the same naming convention already used by Apple in its Cocoa Touch framework for automatically loading in higher-resolution versions of images.)&lt;br /&gt;
&lt;br /&gt;
Based on the meta tag, if the browser detects that the user is running at a &amp;lt;code&amp;gt;min-device-pixel-ratio&amp;lt;/code&amp;gt; of 2.0, it will automatically ask for the 2x version of the image (flower@2x.jpg) instead of the default image as specified in the image tag. &lt;br /&gt;
&lt;br /&gt;
Finally, so as not to flood external sites with high-resolution image requests, this functionality would only work for local images specified via relative links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Multiple resolutions&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The resolutions tag can also contain a list of supported device-pixel ratios so as to support even higher-resolution displays when and if they become available in the future. &lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x, 4x, 8x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this case, the developer would provide 2x, 4x, and 8x versions of all images. So, in the running example, she would make flower.jpg, flower@2x.jpg, flower@4x.jpg, and flower@8x.jpg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Advantages&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages of this approach are several:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Makes it very simple for developers to support high-resolution displays like the iPhone 4&#039;s Retina screen&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not require JavaScript&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not change the default way that things work (if the meta tag is not specified, the browser simply behaves as it always has).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| [http://aralbalkan.com/3355 Proposal for native browser support of high-resolution image substitution]&lt;br /&gt;
[http://aralbalkan.com/3331 How to make your web content look stunning on the iPhone 4’s new Retina display]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| rights&lt;br /&gt;
| As a page effectively appears in at least two forms, usually one as interpreted and displayed on a device and the other as source code, arguably intellectual property rights that must be asserted must be asserted in ways understandable in both contexts. For example, &amp;amp;amp;copy; is a raw representation that may legally fail as part of copyright notice to someone seeing source code and not the display, important when someone wants to copy source code for use elsewhere and may rely on a defense of innocent infringement (at least in U.S.). While such assertions can be made in a comment element, it may be helpful to have a tag that search engines can parse and index verbatim.&amp;lt;br /&amp;gt;The value may include standard and nonstandard notices, invocations of licenses such as GFDL and ASCAP, and any other information. Content is defined as free-form, leaving the page author discretion for the entry.&amp;lt;br /&amp;gt;Statements in one tag may discuss several portions of the page differently, e.g., with different licenses.&amp;lt;br /&amp;gt;More than one license may be offered, along with the page&#039;s relationship to all.&amp;lt;br /&amp;gt;Not all statements need be license grants. A statement may state whom to ask for reprint permission or may reserve all rights, for example.&amp;lt;br /&amp;gt;Only one meta tag with this keyword may be present. Page authors must not use more than one. A UA finding multiple such tags on one page must ignore all of them.&amp;lt;br /&amp;gt;The copyright symbol that would be generated by its character entity is not recommended for legal notice in source code when the word &#039;Copyright&#039; may be used instead, because the entity may be read in raw form, but use is up to the page author. The same concept applies to any intellectual property rights symbol for which a suitable alternative is available, such as for trademark or service mark.&amp;lt;br /&amp;gt;ASCII text would not suffice when a name or notice legally may have to be in a non-Roman alphabet, but no alternative may yet exist in HTML5.&amp;lt;br /&amp;gt;Search engine storage may impose a length limit, but, because of legal consequences, if the value&#039;s length exceeds a given limit the search index should retain or interpret none of it but only refer to it.&amp;lt;br /&amp;gt;The content string may only be copied verbatim in its full length, referred to, or ignored. It may not be, for example, paraphrased, truncated, interpreted, or classified except in addition to being copied verbatim in its full length.&amp;lt;br /&amp;gt;Ignoring shall not void, nullify, or alter any rights stated in such tag.&amp;lt;br /&amp;gt;For the synonymy, &#039;&#039;IP&#039;&#039;, &#039;&#039;IP-rights&#039;&#039;, and &#039;&#039;IP-right&#039;&#039; are not reserved; while the abbreviation &#039;&#039;IP&#039;&#039; &#039;intellectual property&#039; is common among attorneys in the U.S., page authors will more likely be computerate, and the abbreviation may be wanted for &#039;Internet Protocol&#039;.&lt;br /&gt;
| [[Talk:MetaExtensions#rights:_why_reversion|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| subj-. . .&lt;br /&gt;
| To classify by subject a page&#039;s content, a standard subject taxonomy that will be recognized by a search engine or directory will help. Because many such high-quality taxonomies exist, only a prefix is proposed. Over time, particular taxonomies, in print or online, may be recognized here and keywords assigned for each.&amp;lt;br /&amp;gt;The keyword will be constructed case-insensitively with subkeywords in the form subj-[nationAbbrev]-[taxonomy]-[edition][-optionalSubedition], e.g., subj-US-MeSH-2009online (perhaps). After &amp;quot;subj-&amp;quot;, the second subkeyword will identify the nation where the taxonomy is published or offered as an aid in identifying the taxonomy and does not limit the subject coverage; e.g., a taxonomy published in Japan may be ideal for classifying Canadian botany or Peruvian economy.&amp;lt;br /&amp;gt;As subject values may vary between editions of one taxonomy, an edition and optionally a subedition is to be identified in the third and optionally the fourth subkeywords. The subedition, if any, is any update or revision occurring between editions, such that a value drawn from that edition and subedition is stable. The means of identifying edition and subedition should be included in the registration of a keyword.&amp;lt;br /&amp;gt;Examples of taxonomies from the U.S. include MeSH (medical) and the Library of Congress Subject Headings.&amp;lt;br /&amp;gt;The value identifying a subject for a Web page will be drawn from the cited taxonomy&#039;s edition and subedition.&amp;lt;br /&amp;gt;If the value should have a style to prevent ambiguity in interpretation, that style is to be registered here for that keyword. Multiple values are expressed with multiple meta elements, one value for each, since comma-separation is probably not compatible with all taxonomies.&amp;lt;br /&amp;gt;If a value requires case-sensitivity to prevent confusion, the entry here registering the keyword must accommodate that need with the needs of HTML 5 with an appropriate rule. To that end, a proposal to allow case-sensitivity in meta tags under some circumstances has been offered in the W3C bug reporting system.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6854 W3C Bug 6854]&lt;br /&gt;
| subject-. . .&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MSSmartTagsPreventParsing&lt;br /&gt;
| Microsoft introduced into Internet Explorer 6 Beta a feature that some website designers wished to preclude from applying in order to prevent public misunderstanding of their websites. The feature allowed a browser to add information but at a risk that users wouldn&#039;t know that it wasn&#039;t supplied by the website. This keyword was provided by Microsoft for those of us who wanted it.&amp;lt;br /&amp;gt;Its value was &amp;quot;TRUE&amp;quot;. Microsoft spelled the keyword with some capitals and the value in all capitals but whether capitalization was required for either is unknown; some opinions vary. Since it need be understood by only one browser, and that one a beta version, full standards compliance should not be assumed, and original case may be required. (This tag is used by Google: &amp;quot;&amp;lt;meta content=&#039;true&#039; name=&#039;MSSmartTagsPreventParsing&#039;/&amp;gt;&amp;quot; appeared (with internal quote marks as singles) in the source code for &amp;lt;http://googleblog.blogspot.com/2009/04/listening-to-google-health-users.html&amp;gt;, as accessed 4-27-09.)&amp;lt;br /&amp;gt;Microsoft has apparently removed this instruction from its website on the ground that the beta version is no longer available and is not supported, but that doesn&#039;t assure that some users aren&#039;t still using the beta browser, perhaps inadvertently. Therefore, designers may wish to continue using the keyword and value and they are preserved here.&lt;br /&gt;
| e.g., [http://www.theregister.co.uk/2001/06/25/web_sites_banish_those_winxp/ The Register (U.K.)], [http://cc.uoregon.edu/cnews/summer2001/summer2001.pdf Univ. Oregon (U.S.) (PDF p. 18)], &amp;amp; [http://trillian.mit.edu/~jc/demo/SmartTagsOff.html John Chambers (U.S.) (job résumé near root)], all as accessed 4-19-09&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks spec, potentially never minted by MS as a meta name (as opposed to a http-equiv value), even if minted by Microsoft, abandoned before shipping in any final release of IE&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Failed Proposals ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to more details&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| cache&lt;br /&gt;
| This doesn&#039;t actually work; use HTTP headers instead.&amp;lt;br /&amp;gt;Value must be &amp;quot;public&amp;quot;, &amp;quot;private&amp;quot;, or &amp;quot;no-cache&amp;quot;. Intended as a simple way to tell user agents whether to store a copy of the document or not. An alternate for HTTP/1.1&#039;s cache-control; for publishers without access to modifying cache-control.&lt;br /&gt;
| none&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| no-email-collection&lt;br /&gt;
| HTML5 prohibits URL-valued meta names. They should be rel keywords instead.&amp;lt;br /&amp;gt;Intended to reference legal policy of web site indicating that harvesting of e-mail addresses on the site is not permitted and in violation of applicable laws such as the CAN-SPAM Act of 2003.&lt;br /&gt;
| [https://www.ProjectHoneyPot.org/how_to_avoid_spambots_5.php Project Honey Pot]&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Process ==&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;Status&amp;quot; section to be changed to &amp;quot;Ratified&amp;quot;, the proposed keyword must be defined by a W3C specification in the Candidate Recommendation or Recommendation state. If it fails to go through this process, it is &amp;quot;Unendorsed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For more details, see [http://whatwg.org/specs/web-apps/current-work/#concept-meta-extensions the HTML5 specification].&lt;br /&gt;
&lt;br /&gt;
[[Category:Registries]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=6726</id>
		<title>MetaExtensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=6726"/>
		<updated>2011-07-14T07:34:28Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: /* Registered Extensions */ Note the redundancy with microdata&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page lists the allowed extension values for the name=&amp;quot;&amp;quot; attribute of the &amp;amp;lt;meta&amp;gt; element in HTML5. You may add your own values to this list, which makes them legal HTML5 metadata names. We ask that you try to avoid redundancy; if someone has already defined a name that does roughly what you want, please reuse it. Also, please be sure to include &#039;&#039;all&#039;&#039; the items [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names required by the spec] &#039;&#039;including a link to a specification&#039;&#039; that specifies the keyword &#039;&#039;as an HTML meta keyword&#039;&#039;. Note that URL-valued properties must not be registered as meta names but should be registered as [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions rel keywords] instead. Also note that changes to this registry may not be reflected in validators in real time.&lt;br /&gt;
&lt;br /&gt;
== Registered Extensions ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-capable&lt;br /&gt;
| Sets whether a web application runs in full-screen mode.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| Could maybe be assumed when &amp;lt;code&amp;gt;application-name&amp;lt;/code&amp;gt; is set?&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-status-bar-style&lt;br /&gt;
| Sets the style of the status bar for a web application.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| baiduspider&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Baidu only.&lt;br /&gt;
| [http://www.baidu.com/search/robots_english.html Baidu documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-detection&lt;br /&gt;
| Enables or disables automatic detection of possible phone numbers in a webpage in Safari on iOS.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| googlebot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Googlebot only.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=93710 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| google-site-verification&lt;br /&gt;
| Used to verify ownership for Webmaster Tools.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=79812 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rights-standard&lt;br /&gt;
| The purpose is to enable search engines and other cataloging services to compile the types of rights allocated to the work. (Does any search engine actually implement this? [[User:Hsivonen|hsivonen]] 07:34, 14 July 2011 (UTC))&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This keyword does not provide, remove or alter any legal protections or designations.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Format: &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;rights-standard&amp;quot; content=&amp;quot;element id;rights&amp;quot; /&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* element id - the HTML Element ID of the item these rights apply to&lt;br /&gt;
* rights - what rights are assigned to the item&lt;br /&gt;
** &amp;quot;pd&amp;quot; - Public domain&lt;br /&gt;
** &amp;quot;cc by-sa&amp;quot; - Creative Commons Attribution&lt;br /&gt;
** &amp;quot;cc by-nd&amp;quot; - Creative Commons  NoDerivs &lt;br /&gt;
** &amp;quot;cc by-nc&amp;quot; - Creative Commons Attribution-NonCommercial&lt;br /&gt;
** &amp;quot;cc by-nc-sa&amp;quot; - Creative Commons Attribution-NonCommercial-ShareAlike&lt;br /&gt;
** &amp;quot;cc by-nc-nd&amp;quot; - Creative Commons Attribution-NonCommercial-NoDerivs&lt;br /&gt;
&lt;br /&gt;
| [http://sites.google.com/site/metarightsstandard/ Spec]&lt;br /&gt;
|Redundant with [http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#licensing-works Microdata vocabulary for licensing works].&lt;br /&gt;
|Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| robots&lt;br /&gt;
| A comma-separated list of operators explaining how search engine crawlers should treat the content. Possible values are &amp;quot;noarchive&amp;quot; to prevent cached versions, &amp;quot;noindex&amp;quot; to prevent indexing, and &amp;quot;nofollow&amp;quot; works as the link rel value with the same name. This meta name is already supported by every popular search engine.&amp;lt;br /&amp;gt;The content value &amp;quot;NOODP&amp;quot; has been offered elsewhere, so I&#039;m proposing it here. It blocks robots from using [http://www.dmoz.org Open Directory Project] descriptions of a website instead of Web pages&#039; own meta descriptions. It may have been introduced by Microsoft.&amp;lt;br /&amp;gt;The content value &amp;quot;NOYDIR&amp;quot; has been offered by Yahoo, so I&#039;m proposing it here. It blocks Yahoo&#039;s robot from using the Yahoo directory&#039;s descriptions of a website instead of Web pages&#039; own meta descriptions. Whether any other robot supports this is unknown but possibly no other search engine uses Yahoo&#039;s directory anyway.&lt;br /&gt;
| [http://www.robotstxt.org/wc/exclusion.html#meta Robots exclusion protocol], NOODP value: [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=35264 Google], [http://help.yahoo.com/l/us/yahoo/search/indexing/indexing-11.html Yahoo], NOYDIR value: [http://ysearchblog.com/2007/02/28/yahoo-search-support-for-noydir-meta-tags-and-weather-update/ Yahoo], as accessed 4-28-09&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| slurp&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Yahoo! only.&lt;br /&gt;
| [http://help.yahoo.com/l/au/yahoo7/search/indexing/indexing-11.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| teoma&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Teoma and Ask.com only.&lt;br /&gt;
| [http://about.ask.com/en/docs/about/webmasters.shtml Ask.com documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| &amp;lt;span id=&amp;quot;viewport&amp;quot;&amp;gt;viewport&amp;lt;/span&amp;gt;&lt;br /&gt;
| Provides a way for documents to specify (using markup rather than CSS) the size, zoom factor, and orientation of the viewport that is used as the base for the document&#039;s [http://www.w3.org/TR/CSS21/visudet.html#containing-block-details initial containing block]. The following properties can be used in the value of the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute:&lt;br /&gt;
* width&lt;br /&gt;
* height&lt;br /&gt;
* initial-scale&lt;br /&gt;
* minimum-scale&lt;br /&gt;
* maximum-scale&lt;br /&gt;
* user-scalable&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;initial-scale=1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=480, initial-scale=2.0, user-scalable=1&amp;quot;&amp;gt;&lt;br /&gt;
For more details, see the [http://dev.w3.org/csswg/css-device-adapt/#viewport-meta-element Viewport META element] section of the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification.&lt;br /&gt;
| For &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; elements that have a &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute whose value is &amp;lt;code&amp;gt;viewport&amp;lt;/code&amp;gt;, the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification defines the recognized properties for the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute&amp;gt;, as well as an algorithm for parsing the value of that attribute.&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rating &lt;br /&gt;
| The Restricted to Adults label (RTA) provides a way for adult oriented websites to indicate that their content is off limits to children. RTA was introduced in 2006 and is currently used by a large number of adult web content providers. RTA is recognized by all major parental control filters.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;RATING&amp;quot; content=&amp;quot;RTA-5042-1996-1400-1577-RTA&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://www.rtalabel.org/index.php?content=howto RTA documentation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-param&lt;br /&gt;
| Cross-site request forgery protection parameter for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-token&lt;br /&gt;
| Cross-site request forgery protection token for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| verify-v1&lt;br /&gt;
| Legacy verification for Google Sitemaps.&lt;br /&gt;
| [http://sitemaps.blogspot.com/2006/05/more-about-meta-tag-verification.html Inside Google Sitemaps: More about meta tag verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msvalidate.01&lt;br /&gt;
| One of the verification elements used by Bing.&lt;br /&gt;
| [http://onlinehelp.microsoft.com/en-us/bing/hh204490.aspx Bing Webmaster Tools]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| yandex-verification&lt;br /&gt;
| Used to verify ownership for Yandex Webmaster.&lt;br /&gt;
| [http://help.yandex.ru/webmaster/?id=995300#995356 Yandex Webmaster ownership verification]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.description&lt;br /&gt;
| An account of the resource. Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-description DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.creator&lt;br /&gt;
| An entity primarily responsible for making the resource. Examples of a Creator include a person, an organization, or a service.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-creator DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| In some cases redundant with the HTML built-in keyword &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.issued&lt;br /&gt;
| Date of formal issuance (e.g., publication) of the resource. (DC doesn&#039;t spec a date format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-issued DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the &amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.modified&lt;br /&gt;
| Date on which the resource was changed. (DC doesn&#039;t spec a date format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-modified DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.subject&lt;br /&gt;
| The topic of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-subject DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;keywords&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.title&lt;br /&gt;
| A name given to the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-title DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_n&lt;br /&gt;
| &#039;&#039;&#039;Name of the Content Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_n&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_s&lt;br /&gt;
| &#039;&#039;&#039;Name of Content Sub-Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_s&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ad&lt;br /&gt;
| &#039;&#039;&#039;Advertising View parameter&#039;&#039;&#039;&lt;br /&gt;
Visitors often view advertisements that they do not necessarily click on. You can use On-Site Advertising to determine the number of visitors to your web site who view particular ads. With this feature you can produce advertising reports for each of your clients.&lt;br /&gt;
If you are selling advertising space on your web site, for example, you can collect traffic statistics to help determine pricing schedules.&lt;br /&gt;
The following META tag tracks advertising views:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.ad&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ac&lt;br /&gt;
| &#039;&#039;&#039;Advertising Click parameter&#039;&#039;&#039;&lt;br /&gt;
When a visitor to your site clicks on an ad, that action is referred to as an Ad Click. The following META tag tracks advertising clicks:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ac&amp;quot; CONTENT=&amp;quot;name&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the advertisement clicked to reach a particular web page. The Ad Click must contain an external redirect back to the client. The redirect needs to include the necessary code to generate a hit to the SDC server. You can designate multiple Advertising Clicks using semicolons.&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file111.html?WT.ac=CONTENT111&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file222.html?WT.ac=CONTENT222&amp;quot;&amp;gt;&lt;br /&gt;
The name of the advertisement clicked to reach a particular web page. To capture this information with DCS, the Advertising Click must contain an external redirect back to the client. The redirect needs to &lt;br /&gt;
&lt;br /&gt;
include the necessary code to generate a hit to the DCS. The maximum length for each name is 64 bytes.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.sv&lt;br /&gt;
| &#039;&#039;&#039;Tracking Servers parameter&#039;&#039;&#039;&lt;br /&gt;
If your site is hosted on multiple servers, a server cluster, or a server farm, and you want to evaluate the performance of your load balancer, Webtrends can track page views for each server. To do so, populate the following META tag on all pages on each server:&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;My Server&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the machine that serves the web page. If you have two servers (Server1 and Server2), you would make two copies of the META tag and designate CONTENT=“Server1” for deployment to pages on the first server and CONTENT=“Server2” for deployment to the same pages on the second server.&lt;br /&gt;
For a server farm, you can extract the value of the built-in server name and dynamically assign it to the&lt;br /&gt;
META tag using server-side scripting.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server1&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server2&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [https://tagbuilder.webtrends.com/Help/Miscellaneous/AdSearch.aspx?keepThis=true&amp;amp;TB_iframe=true&amp;amp;height=450&amp;amp;width=650 About WT.ad].&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.mc_id&lt;br /&gt;
| &#039;&#039;&#039;Identifies the ID of the marketing campaign&#039;&#039;&#039;&lt;br /&gt;
To attract new students, a university launches a marketing campaign by sending recruitment email to all graduating high school seniors in a metropolitan area. The email links to a special landing page in the university’s web site, containing the following META tag to track marketing campaigns.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.mc_id&amp;quot; CONTENT=&amp;quot;1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
You may use this parameter on the URL.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;link?WT.mc_id=1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
The Campaign ID 1X2GG34 represents recruits to be contacted by email&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ti&lt;br /&gt;
| &#039;&#039;&#039;Tracking Page Titles&#039;&#039;&#039;&lt;br /&gt;
You may want to modify a page title before sending it to Webtrends in the following cases:&lt;br /&gt;
* You are dealing with dynamic content pages identified by URL parameters, and the page title represents the title of the base URL page rather than the dynamic content page.&lt;br /&gt;
Unless you modify the page titles, all pages have the same title in the reports.&lt;br /&gt;
* All pages have been assigned the same title, for reasons of style or company policy.&lt;br /&gt;
Even though URLs are displayed in addition to page title, the entire URL cannot be depended upon to distinguish one page from another.&lt;br /&gt;
Use server-side scripts to change the title to something that reflects the content of the pages so that you can identify them in reports. Next, pass the customized page titles to Webtrends, using the following META tag:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ti&amp;quot; CONTENT=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the title for this page.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-task&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
Jump List items act as entry points into the website even when the browser is not running. A Jump List can contain commonly used destinations and tasks. Some items apply to the whole site, and some apply only to specific users. &lt;br /&gt;
For example, to add a single task called &amp;quot;Check Order Status&amp;quot; specify a meta element in the head of your webpage, as follows:&lt;br /&gt;
 &amp;lt;META name=&amp;quot;msapplication-task&amp;quot; content=&amp;quot;name=Check Order Status;&lt;br /&gt;
      action-uri=./orderStatus.aspx?src=IE9;&lt;br /&gt;
      icon-uri=./favicon.ico&amp;quot;  /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491725(v=vs.85).aspx Tasks in Jump List]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.placename&lt;br /&gt;
| Defines name of geographic place to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.placename&amp;quot; content=&amp;quot;Auwaldstraße 11, 79110 Freiburg im Breisgau, Deutschland&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.position&lt;br /&gt;
| Defines geographic position to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.position&amp;quot; content=&amp;quot;48.02682000000001;7.809769999999958&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.region&lt;br /&gt;
| Defines name of geographic region to which page is related to. Content is specified by ISO-3166.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.region&amp;quot; content=&amp;quot;DE-BW&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&amp;lt;br&amp;gt;[http://en.wikipedia.org/wiki/ISO_3166 ISO-3166]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposals that don&#039;t meet the [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names requirements] for a registration ==&lt;br /&gt;
&lt;br /&gt;
Note that these proposals can be moved back to the registry table if the problems listed in the rightmost column of this table are addressed.&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
! Registration requirement failure&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| audience&lt;br /&gt;
| To aid search engines in classifying and to aid directory compilers, an audience most appropriate for the page may be suggested. Subject matter may not be a good clue; for example, an analysis of children&#039;s literature may be directed to teachers.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated. Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values:&amp;lt;br /&amp;gt;-- &amp;quot;all&amp;quot; and &amp;quot;everyone&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;adult&amp;quot; and &amp;quot;mature&amp;quot; have the same meaning and are for content that only adults may access, but no one responsible for preventing a nonadult or the immature from accessing the page or its content should rely on either or both of these values to do so without other means (not the same as &amp;quot;grownup&amp;quot;, which see)&amp;lt;br /&amp;gt;-- &amp;quot;child&amp;quot; and &amp;quot;juvenile&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;teen&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;grownup&amp;quot; is not identical to &amp;quot;adult&amp;quot; or &amp;quot;mature&amp;quot; in not implying a precise boundary but is approximately any person who may be able to understand and apply the content (e.g., car driving instruction that may be read by a minor not yet old enough to drive a car but who would likely benefit from somewhat early exposure to the instruction)&amp;lt;br /&amp;gt;-- &amp;quot;parent&amp;quot; to include guardian and temporary caregiver&amp;lt;br /&amp;gt;-- &amp;quot;teacher&amp;quot; to include professor and ad hoc instructor&amp;lt;br /&amp;gt;-- &amp;quot;elementary school student&amp;quot; to include any student below high school&amp;lt;br /&amp;gt;-- &amp;quot;high school student&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;elhi&amp;quot; to include any student in elementary school through high school&amp;lt;br /&amp;gt;-- &amp;quot;college student&amp;quot; including graduate and professional school&amp;lt;br /&amp;gt;-- &amp;quot;business&amp;quot; including management, finance, and prospective customers (this includes e-commerce and investor sites)&amp;lt;br /&amp;gt;-- &amp;quot;health&amp;quot; including any health care provider including alternative and ad hoc&amp;lt;br /&amp;gt;-- &amp;quot;patient&amp;quot; for any health care recipient&amp;lt;br /&amp;gt;-- &amp;quot;lawyer&amp;quot; including judge, paralegal, and jailhouse lawyer&amp;lt;br /&amp;gt;-- &amp;quot;law client&amp;quot; for any prospective recipient of a lawyer&#039;s service (not usually a social work client) with &#039;&#039;lawyer&#039;&#039; including paralegal and jailhouse lawyer but not necessarily judge&amp;lt;br /&amp;gt;-- &amp;quot;craft&amp;quot; for any craftworker including laborer and artisan&amp;lt;br /&amp;gt;-- &amp;quot;artist&amp;quot; including musician, actor, dancer, and sculptor and including creator and performer&amp;lt;br /&amp;gt;-- &amp;quot;military&amp;quot; including paramilitary&amp;lt;br /&amp;gt;-- &amp;quot;news&amp;quot; including any consumer of rapidly-developing news&amp;lt;br /&amp;gt;-- &amp;quot;introductory&amp;quot; and &amp;quot;beginner&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;intermediate&amp;quot; and &amp;quot;midlevel&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;advanced&amp;quot; and &amp;quot;advance&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;scholarly&amp;quot; and &amp;quot;scholar&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;popular&amp;quot; generally referring to a writing style&amp;lt;br /&amp;gt;-- &amp;quot;older&amp;quot; including retiree&amp;lt;br /&amp;gt;-- &amp;quot;institution&amp;quot; including from corporation to conspiracy (such as for management advice)&amp;lt;br /&amp;gt;-- &amp;quot;government&amp;quot; including agencies and prospective politicians&amp;lt;br /&amp;gt;-- values using any integer or single-digit decimal in the form of &amp;quot;grade 8&amp;quot; or &amp;quot;grade 6.4&amp;quot; including to refer to a reading comprehension level (this generally will not exceed 12 and might be meaningless above 20 so higher values may be interpreted as the highest meaningful value)&amp;lt;br /&amp;gt;-- &amp;quot;viewers&amp;quot; for when content (such as a movie) is intended almost entirely to be seen rather than read&amp;lt;br /&amp;gt;-- &amp;quot;listeners&amp;quot; for when content (such as music) is intended almost entirely to be heard rather than read but not generally including text-to-speech support&amp;lt;br /&amp;gt;-- &amp;quot;tts&amp;quot;, &amp;quot;text-to-speech&amp;quot;, or &amp;quot;text to speech&amp;quot;, which three have the same meaning and which are for a page that has substantial support for TTS or that will be readily understood through TTS without need for such support (TTS is often aided by, e.g., pre-resolving pronunciation ambiguities in page coding)&amp;lt;br /&amp;gt;-- values using any numbers in the form of &amp;quot;3-6 years old&amp;quot;, whether a range or a single-number value&amp;lt;br /&amp;gt;-- values using any decade in the form of &amp;quot;born in 1970s&amp;quot;&amp;lt;br /&amp;gt;Unrecognized values such as &amp;quot;botanists&amp;quot;, &amp;quot;Texans&amp;quot;, and &amp;quot;writers who use red ink&amp;quot; may be used but at a risk that a search engine or directory editor will either fail to recognize it or will interpret it in unpredictable ways, or will in the future.&amp;lt;br /&amp;gt;Spellings that are erroneous or slightly different from a recognized value may be interpreted by a search engine or directory editor as representing a recognized value.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value of &amp;quot;all&amp;quot; but without overriding another indication arrived at by other means.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| bot-. . .&lt;br /&gt;
| Robot owners, to allow page authors access to robotic capabilities, e.g., to deny them, should prefix &amp;quot;bot-&amp;quot; to the name of their robot, especially for proprietary bots.&amp;lt;br /&amp;gt;Example: If a robot were to be named &amp;quot;dullbucklequiz&amp;quot;, the name in the meta element would be &amp;quot;bot-dullbucklequiz&amp;quot;.&amp;lt;br /&amp;gt;The value &amp;quot;bot-&amp;quot; alone represents all bots so prefixed, like a wildcard.&amp;lt;br /&amp;gt;Arguably, there&#039;s no need for a list here of any specific bots if http://user-agents.org or http://www.botsvsbrowsers.com/ (and perhaps other sites) is reliable.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| created&lt;br /&gt;
| The datetime at which the document was created. The value is an ISO8601 date. The date MUST follow the [http://www.w3.org/TR/NOTE-datetime W3C Profile of ISO 8601] with a granularity of &amp;quot;Complete date:&amp;quot; or finer. The [http://www.bbc.co.uk/guidelines/futuremedia/desed/previousversions/searchmetadata_vs_1_0.shtml#metadata BBC] use this name.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| creator&lt;br /&gt;
| The creator is an off-Web or pre-Web creator of a work for which an author authored a Web page, so that the creator and the author may be different people.&amp;lt;br /&amp;gt;Searching for one content creator&#039;s work requires a standard robot-parsable format for the information. A personal name, institutional name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one creator. Multiple creators are to be represented with multiple tags.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a content creator need only enter a name once in one first-last or family-given order (e.g., Pat Thunderbird or Thunderbird, Pat, but not requiring both).&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;creator&#039;_MetaExtension|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msnbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Bing only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| ia_archive&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Internet Archive and Alexa only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage&lt;br /&gt;
| The author may be the best expert on which time frame is most relevant to the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers that may focus on the 1800s but mention 1731 and 1912 perhaps unimportantly.&amp;lt;br /&amp;gt;The value for this keyword is a date or time -- not a range and not vague, for which other keywords are proposed -- in a format in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than  once, all the values so appearing are determinative. Multiple values are to be expressed with separate meta elements lest the note be revised in the future in a way incompatible with comma-separating a list.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-end&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the end. If this keyword is used without datetime-coverage-start (also proposed), its value is interpreted as ending a range without a start.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the end of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-end=1865, datetime-coverage-start=1914, datetime-coverage-end=1918, and datetime-coverage-start=1862, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-start&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the start. If this keyword is used without datetime-coverage-end (also proposed), its value is interpreted as starting a range without an end.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the start of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-start=1862, datetime-coverage-start=1914, datetime-coverage-end=1865, and datetime-coverage-end=1918, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-vague&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that its value is not necessarily crisp. This keyword should be used only when datetime-coverage, datetime-coverage-start, and datetime-coverage-end are inappropriate, but there&#039;s no ban on using all four. Any text without a comma can be the value (e.g., Pleistocene, 1820s, Tuesdays, or before we were born); multiple values are comma-separated.&amp;lt;br /&amp;gt;If this keyword is used with datetime-coverage, datetime-coverage-start, or datetime-coverage-end, the vague value should be exploited along with the value/s for the other keyword/s.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all are determinative.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| DC.&lt;br /&gt;
| Dublin Core, maintained by Dublin Core MetaData Initiative (DCMI), is an extensive system with some overlap with non-DC names.&amp;lt;br /&amp;gt;This reserves all strings that begin with DC and a dot. &#039;&#039;Not true; DC-HTML doesn&#039;t use hardwired prefixes, but defines the prefixes using link/@rel=&amp;quot;scheme.prefix&amp;quot;&#039;&#039;&lt;br /&gt;
| [http://www.DublinCore.org DCMI]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dir-content-pointer&lt;br /&gt;
| When several pages in a directory include main content, a table of contents, an index, and the like, a search engine may be able to organize results more usefully by identifying which is which with a standard vocabulary, helpful when different publishers use different conventions when displaying or printing content.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma and optionally with a trailing number. Multiple values are to be comma-separated (multiple values are appropriate when one document serves multiple purposes). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values, which are pointer types to which numbers may be suffixed, are limited to &amp;quot;start&amp;quot; meaning &#039;the first page that should be seen by a user&#039; (this may be anywhere in the directory and anywhere within content), &amp;quot;toc&amp;quot; meaning &#039;table of contents&#039;, &amp;quot;intro&amp;quot; including introductions, forewords, prefaces, and tables of figures, &amp;quot;abstract&amp;quot;, &amp;quot;main&amp;quot;, &amp;quot;bibliography&amp;quot; and &amp;quot;biblio&amp;quot;, which have the same meaning, &amp;quot;index&amp;quot; which may mean &#039;sitemap&#039; or not, &amp;quot;afterword&amp;quot; and &amp;quot;update&amp;quot; which have the same meaning and need not actually update, &amp;quot;credit&amp;quot; meaning &#039;credits and acknowledgments&#039;, and &amp;quot;author bio&amp;quot; meaning &#039;author&#039;s biography&#039;, including any information about the author including credentials and contact information. The number suffix may be spaceless or not.&amp;lt;br /&amp;gt;When numbers are suffixed, a search engine or directory should arrange like items in numerical order in the results, with unnumbered items following like items that are numbered, e.g., intro 1, intro 2, main 1, main 2, main, main, and so on.&amp;lt;br /&amp;gt;Each directory and each subdirectory has its own sequence.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|expires&lt;br /&gt;
|&amp;lt;code&amp;gt;meta name=&#039;expires&#039;&amp;lt;/code&amp;gt; defines the expiration date of the page. This can be used for web pages in preparation for an upcoming event, e.g. a registration form for an exposition or competition, or other cases with a pre-set date when the document will no longer be valid, e.g. a product offer in a special sale or a support page for a product known not to be supported anymore from a given time onward.&lt;br /&gt;
&lt;br /&gt;
Search engines should respond to this meta tag in a reasonable way, i.e. by removing the page from their main search results after the expiration date (possibly still returning the result in a special search for expired pages as long as the page exists and is not explicitly excluded via &amp;lt;code&amp;gt;robots.txt&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;meta name=&#039;robots&#039;&amp;lt;/code&amp;gt; etc.) or simply by indicating to the user that this result is out-of-date.&lt;br /&gt;
&lt;br /&gt;
The content attribute should define the expiration date in accordance with http://www.w3.org/TR/NOTE-datetime . The meta tag should not be used for pages without expiration date. However, for historical reasons, search engines should also interpret other date formats where possible and should be prepared to find values such as &amp;quot;&amp;quot;, &amp;quot;0&amp;quot;, &amp;quot;no&amp;quot; and &amp;quot;never&amp;quot;. Such non-date values are to be interpreted as no expiration date.&lt;br /&gt;
&lt;br /&gt;
Correctly formatted example:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&#039;expires&#039; content=&#039;2012-12-31T23:59Z&#039;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tag is not to be confused with and has a different meaning than &amp;lt;code&amp;gt;meta http-equiv=&#039;expires&#039;.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-print&lt;br /&gt;
| This is to allow a user agent to inform an operating system or a printer driver of the preferred print medium, such as the paper size.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated (multiple values might be appropriate because standard paper sizes vary around the world). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values are limited to &amp;quot;letter&amp;quot;, &amp;quot;A4&amp;quot;, &amp;quot;legal&amp;quot;, &amp;quot;A5&amp;quot;, &amp;quot;B5&amp;quot;, &amp;quot;monarch&amp;quot;, &amp;quot;envelope 10&amp;quot; meaning size #10, &amp;quot;envelope 6-3-4&amp;quot; meaning size #6 3/4, values with integers and decimals in the form of &amp;quot;8.5 x 11&amp;quot; or &amp;quot;8.5x11&amp;quot; in which spacing of the &amp;quot;x&amp;quot; does not affect meaning, &amp;quot;paper&amp;quot;, which means &#039;paper of the default color (usually white) and weight (usually 20-lb. stock)&#039;, &amp;quot;white&amp;quot;, &amp;quot;yellow&amp;quot;, &amp;quot;pink&amp;quot;, &amp;quot;blue&amp;quot;, &amp;quot;green&amp;quot;, &amp;quot;violet&amp;quot;, or &amp;quot;multicolor&amp;quot;, which means a medium of the given color or mixed, &amp;quot;letterhead&amp;quot;, &amp;quot;p2 letterhead&amp;quot; meaning &#039;letterhead intended for any page except the first&#039;, &amp;quot;watermark&amp;quot; meaning a &#039;special watermark such as an organization&#039;s own&#039;, and &amp;quot;plain&amp;quot; meaning &#039;not preprinted and not letterhead (it may have a paper manufacturer&#039;s watermark not related to letterhead)&#039;.&amp;lt;br /&amp;gt;Omitting &amp;quot;paper&amp;quot; when another recognized value is given defaults to an implied meaning of &#039;paper&#039; with the other value; e.g., &amp;quot;letter&amp;quot; means &#039;letter paper&#039;; the same principle applies to a medium&#039;s color (the default being white for paper and colorless for transparency) and plainness or lack thereof (the default being plain).&amp;lt;br /&amp;gt;Other values should be proposed before being recognized here. Label sizes should be proposed here for labels that are not on backing sheets that fit one of the recognized values, e.g., labels on narrow rolls. Blueprint paper sizes should be proposed here. Media other than standard paper, such as onion skin, heavier paper, card, and clear or color transparency, should be proposed here.&amp;lt;br /&amp;gt;The user agent may, with the user&#039;s or user sysadmin&#039;s permission (as by a menu-driven default), interpret a value to offer an alternative the user might accept and software and firmware other than the UA may interpret a value to the same end with or without permission, so this keyword is only suggestive; e.g., &amp;quot;letter&amp;quot; may be interpreted as &amp;quot;A4&amp;quot;.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value determined by other than the page, e.g., by the printer driver or the user agent.&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;format-print&#039;_MetaExtension|Talk]]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geographic-coverage&lt;br /&gt;
| The author may be the best expert on the geographic relevance of the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers and epidemiological studies which may mention locales only once.&amp;lt;br /&amp;gt;Absence of the keyword defaults to a value of world (not universe), unless the search engine chooses to interpret the page or larger unit for some other value, probably based on other than just contact information given in the website.&amp;lt;br /&amp;gt;The value for this keyword is a semicolon-separated list of one or more place-values, the order of which do not matter. One place-value will use commas to separate, in order, an optional standard natural language symbol applicable to the place-value (when omitted the language applicable to the page will control), a place-class, one or more place-subclasses if any, and one or more place name parts (where, e.g., in &amp;quot;Cape Town, South Africa&amp;quot;, &amp;quot;Cape Town&amp;quot; is a place name part but &amp;quot;Town&amp;quot; is not). Spaces after semicolons and commas are optional; spaces within place-values are present when required for each place-value (e.g., &amp;quot;Quezon City&amp;quot;, not an invented &amp;quot;QuezonCity&amp;quot;).&amp;lt;br /&amp;gt;To distinguish names that might otherwise be too similar, place-classes, all lower-case and hyphenatably spaceless, include &#039;&#039;outer-space&#039;&#039;, &#039;&#039;region&#039;&#039; (on Earth and crossing or larger than a nation, e.g., southern hemisphere, polar region, temperate zone, or Asia), &#039;&#039;intntl-water&#039;&#039; (an &#039;international water body&#039;), &#039;&#039;intntl-agcy&#039;&#039; (&#039;international agency&#039; or &#039;international collection&#039;, e.g., all U.N. member nations), &#039;&#039;nation&#039;&#039;, &#039;&#039;within-nation&#039;&#039; (limited to only one political level down from nation, e.g., state, province, territory, possession, city not included within other political units of a nation, or any comparable unit), &#039;&#039;city&#039;&#039; (including town, village, hamlet, and any comparable political unit below the level of &#039;&#039;within-nation&#039;&#039;), &#039;&#039;addr&#039;&#039; (including address, full-length street, building, institution, and neighborhood without political boundaries), &#039;&#039;pol-unit&#039;&#039; (&#039;&#039;pol&#039;&#039; abbreviating &#039;political&#039;) (e.g., a place of disputed nationhood), &#039;&#039;hist-pol-unit&#039;&#039; (&#039;&#039;hist&#039;&#039; abbreviating &#039;historical&#039;) (e.g., the Roman Empire), &#039;&#039;feature&#039;&#039; (e.g., river), &#039;&#039;num&#039;&#039; (e.g., latitude and longitude or outer-space equivalent in numbers), and &#039;&#039;ethereal&#039;&#039; (including thealogical/theological, fictional including from modern popular entertainment, and ancient secular mythical, but not including that which is asserted to be a state of mind or existence but not a place, such as nirvana). (Example for one hypothetical page: name=&amp;quot;geographic-coverage&amp;quot; content=&amp;quot;region, sub-Saharan Africa; nation, Panama; city, Panama, Panama; within-nation, Sao Paulo, Brazil; city, Sao Paulo, Sao Paulo, Brazil; within-nation, Mississippi, United States of America; region, Middle East; region, Midwest, United States of America; hist-pol-unit, Northwest Territory, United States of America; feature, river, Indus; outer-space, Indus; ethereal, ultima Thule; ethereal, Heaven; ethereal, Flatland; ethereal, Valhalla; en-US, addr, Hotel Valhalla, Fredrikstad, Norway; es, nation, Espana&amp;quot; (Indus is both a river and a constellation, illustrating the need for place-classes)).&amp;lt;br /&amp;gt;Ambiguity of place-values should be avoided despite convenience in coding because search engines may each interpret them as they see fit, e.g., it would be hard for an engine to distinguish New York from New York.&amp;lt;br /&amp;gt;For consistency of spelling, several authority lists should be settled upon, with legal, well-known, and disputed names and common abbreviations all being acceptable; but I&#039;m not proposing one here now (relying on IANA&#039;s ccTLD list might be too complex to implement and still assure coding consistency, e.g., occasionally ccTLDs can be phased out and off of IANA&#039;s list) (a standard vocabulary possibly usable here is the [http://www.getty.edu/research/conducting_research/vocabularies/tgn/index.html Getty Thesaurus of Geographic Names Online], subject to licensing and charset choice); and promulgating authority lists may best be done publicly by search engine managements, who may disagree with each other.&amp;lt;br /&amp;gt;Allowing Unicode for non-Roman alphabet-using locales is desirable, but at present that may raise technical problems, including computer security issues, that are not yet readily soluble.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| keywords-not&lt;br /&gt;
| A comma-separated list of negative keywords that distinguish a closely-related theme from this page&#039;s true theme, to support Boolean NOT searches often more realistically than visible text can, especially when both themes share the same lexicon.&amp;lt;br /&amp;gt;If keywords is no longer a supported name for a meta element, keywords-not is superfluous; however, debate has been revived on whether keywords should be supported or not; see the keywords entry in this Wiki.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6609 W3C Bug 6609]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-datetime&lt;br /&gt;
| Better ranking in search engine results for recency or relevance to an event date would be aided by a standard format robots can parse. Users would save search time by not having to load many pages to find which ones are new or date-relevant.&amp;lt;br /&amp;gt;To supply a consistent and known format, the value for this keyword is a date-time expression formed in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-version&lt;br /&gt;
| Pages may be revised several times daily. While date-time given to a granularity of a fraction of a second would often suffice, when a page has to be approved more than once before posting, any or no such time may be correct (without this keyword, a comment could be necessary but probably not parsable by an engine). In addition, versions regardless of date may show consecutiveness and can replace a date that must be vague. In that case, a version number may be more useful for searches and so a robot-parsable format is needed.&amp;lt;br /&amp;gt;The keyword&#039;s value is stated in ASCII digits, is any nonnegative base-10 rational number expressed as an integer or a decimal, with any number of decimal places allowed, and may be padded with any number of leading zeros to support extraction for ASCII sorting.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&amp;lt;br /&amp;gt;The versions 0 and 0.&#039;&#039;n&#039;&#039;, with &#039;&#039;n&#039;&#039; being to any number of places, signify beta versions, i.e., drafts, in the tradition of beta software, while versions 1 and higher ordinarily signify final-release versions. After a final-release version is released, a draft of a later version is not given a version number of 0 or 0.&#039;&#039;n&#039;&#039;, but is numbered higher than the last final-release version. It is suggested to page authors that draft status, if applicable, be shown in the visibly displayed text of the page, rather than that this meta tag be relied upon as the sole notice of draft status, as it may be inadequate notice if alone.&amp;lt;br /&amp;gt;To assign a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1, the page&#039;s URL, if static, may be used as the relevant premise. Thus, if a page is copied or moved to a new URL, the author may choose to restart page-version numbering from 0.&#039;&#039;n&#039;&#039; or 1. If a page&#039;s URL is dynamic, e.g., if created on the fly from a script, the page author may prefer to use as the relevant premise for assigning a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1 the URL of the script or other technology that generates the dynamic-URL page, placing this meta element containing this attribute within the script or other technology, not within the generating page&#039;s head element (the generating page&#039;s head element may have its own meta element with this attribute describing the generating page). If one page containing the script or other technology that generates another page has more than one means for generating dynamic-URL pages, each means should contain its own meta element with this attribute. Page-version is thus largely independent of the page&#039;s date, although both would likely advance roughly in parallel.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| publisher&lt;br /&gt;
| Searching for one content publisher&#039;s or page publisher&#039;s work requires a standard robot-parsable format for the information. This often differs from creator or author when the publisher is an institution. An institutional name, personal name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one publisher. Multiple publishers are to be represented with multiple tags, although multiple publishers are less common than multiple authors or creators; multiplicity is more likely for a legal name and a well-known name.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a publisher need only enter a name once in one order.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| referrer&lt;br /&gt;
| Developers wish to control the sharing of referrer information with linked resources and followed links at the meta level. It&#039;s sometimes desirable to share referrer information from secure to non-secure resources. The proposal is to add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never|default|always&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where the value of the &#039;&#039;&#039;content&#039;&#039;&#039; attribute is:&lt;br /&gt;
* &#039;&#039;&#039;never&#039;&#039;&#039;: No referrer information is leaked when following a links or requesting resources.&lt;br /&gt;
* &#039;&#039;&#039;default&#039;&#039;&#039;: Include referrer information in non-secure context or for HTTPS resources with the same origin.&lt;br /&gt;
* &#039;&#039;&#039;always&#039;&#039;&#039;: Include referrer information when following all links and requesting any resources.&lt;br /&gt;
&lt;br /&gt;
Since &amp;lt;code&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; is redundant with a proposed &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;, the &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; proposal should be supplanted with this one, which provides more robust control.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| resolutions&lt;br /&gt;
| Authoring web sites to use resolution independent images that display beautifully on high-resolution displays should be made as easy as possible for developers and should not require JavaScript to accomplish.&lt;br /&gt;
&lt;br /&gt;
To accomplish this, I propose a new HTML Meta Tag, &amp;lt;code&amp;gt;resolutions&amp;lt;/code&amp;gt;, that can be used to specify that high-resolution versions of images linked to from the page are available and that the browser should use them in place of the lower-resolution default images if it detects that a user is using a high-resolution screen. The resolutions meta tag lists the device-pixel ratios supported by images in the page. &lt;br /&gt;
&lt;br /&gt;
So, for example…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… means that the developer is telling the browser that she has created 2x resolution images for the images linked to from the current page and named them with a @2x suffix. &lt;br /&gt;
&lt;br /&gt;
To illustrate, if her image tag is as follows…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;img src=&amp;quot;/images/flower.jpg&amp;quot; alt=&amp;quot;A flower&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… then she has two image files under /images: the low-resolution default (flower.jpg), and a higher-resolution (200%) version named flower@2x.jpg. &lt;br /&gt;
&lt;br /&gt;
(This is the same naming convention already used by Apple in its Cocoa Touch framework for automatically loading in higher-resolution versions of images.)&lt;br /&gt;
&lt;br /&gt;
Based on the meta tag, if the browser detects that the user is running at a &amp;lt;code&amp;gt;min-device-pixel-ratio&amp;lt;/code&amp;gt; of 2.0, it will automatically ask for the 2x version of the image (flower@2x.jpg) instead of the default image as specified in the image tag. &lt;br /&gt;
&lt;br /&gt;
Finally, so as not to flood external sites with high-resolution image requests, this functionality would only work for local images specified via relative links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Multiple resolutions&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The resolutions tag can also contain a list of supported device-pixel ratios so as to support even higher-resolution displays when and if they become available in the future. &lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x, 4x, 8x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this case, the developer would provide 2x, 4x, and 8x versions of all images. So, in the running example, she would make flower.jpg, flower@2x.jpg, flower@4x.jpg, and flower@8x.jpg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Advantages&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages of this approach are several:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Makes it very simple for developers to support high-resolution displays like the iPhone 4&#039;s Retina screen&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not require JavaScript&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not change the default way that things work (if the meta tag is not specified, the browser simply behaves as it always has).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| [http://aralbalkan.com/3355 Proposal for native browser support of high-resolution image substitution]&lt;br /&gt;
[http://aralbalkan.com/3331 How to make your web content look stunning on the iPhone 4’s new Retina display]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| rights&lt;br /&gt;
| As a page effectively appears in at least two forms, usually one as interpreted and displayed on a device and the other as source code, arguably intellectual property rights that must be asserted must be asserted in ways understandable in both contexts. For example, &amp;amp;amp;copy; is a raw representation that may legally fail as part of copyright notice to someone seeing source code and not the display, important when someone wants to copy source code for use elsewhere and may rely on a defense of innocent infringement (at least in U.S.). While such assertions can be made in a comment element, it may be helpful to have a tag that search engines can parse and index verbatim.&amp;lt;br /&amp;gt;The value may include standard and nonstandard notices, invocations of licenses such as GFDL and ASCAP, and any other information. Content is defined as free-form, leaving the page author discretion for the entry.&amp;lt;br /&amp;gt;Statements in one tag may discuss several portions of the page differently, e.g., with different licenses.&amp;lt;br /&amp;gt;More than one license may be offered, along with the page&#039;s relationship to all.&amp;lt;br /&amp;gt;Not all statements need be license grants. A statement may state whom to ask for reprint permission or may reserve all rights, for example.&amp;lt;br /&amp;gt;Only one meta tag with this keyword may be present. Page authors must not use more than one. A UA finding multiple such tags on one page must ignore all of them.&amp;lt;br /&amp;gt;The copyright symbol that would be generated by its character entity is not recommended for legal notice in source code when the word &#039;Copyright&#039; may be used instead, because the entity may be read in raw form, but use is up to the page author. The same concept applies to any intellectual property rights symbol for which a suitable alternative is available, such as for trademark or service mark.&amp;lt;br /&amp;gt;ASCII text would not suffice when a name or notice legally may have to be in a non-Roman alphabet, but no alternative may yet exist in HTML5.&amp;lt;br /&amp;gt;Search engine storage may impose a length limit, but, because of legal consequences, if the value&#039;s length exceeds a given limit the search index should retain or interpret none of it but only refer to it.&amp;lt;br /&amp;gt;The content string may only be copied verbatim in its full length, referred to, or ignored. It may not be, for example, paraphrased, truncated, interpreted, or classified except in addition to being copied verbatim in its full length.&amp;lt;br /&amp;gt;Ignoring shall not void, nullify, or alter any rights stated in such tag.&amp;lt;br /&amp;gt;For the synonymy, &#039;&#039;IP&#039;&#039;, &#039;&#039;IP-rights&#039;&#039;, and &#039;&#039;IP-right&#039;&#039; are not reserved; while the abbreviation &#039;&#039;IP&#039;&#039; &#039;intellectual property&#039; is common among attorneys in the U.S., page authors will more likely be computerate, and the abbreviation may be wanted for &#039;Internet Protocol&#039;.&lt;br /&gt;
| [[Talk:MetaExtensions#rights:_why_reversion|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| subj-. . .&lt;br /&gt;
| To classify by subject a page&#039;s content, a standard subject taxonomy that will be recognized by a search engine or directory will help. Because many such high-quality taxonomies exist, only a prefix is proposed. Over time, particular taxonomies, in print or online, may be recognized here and keywords assigned for each.&amp;lt;br /&amp;gt;The keyword will be constructed case-insensitively with subkeywords in the form subj-[nationAbbrev]-[taxonomy]-[edition][-optionalSubedition], e.g., subj-US-MeSH-2009online (perhaps). After &amp;quot;subj-&amp;quot;, the second subkeyword will identify the nation where the taxonomy is published or offered as an aid in identifying the taxonomy and does not limit the subject coverage; e.g., a taxonomy published in Japan may be ideal for classifying Canadian botany or Peruvian economy.&amp;lt;br /&amp;gt;As subject values may vary between editions of one taxonomy, an edition and optionally a subedition is to be identified in the third and optionally the fourth subkeywords. The subedition, if any, is any update or revision occurring between editions, such that a value drawn from that edition and subedition is stable. The means of identifying edition and subedition should be included in the registration of a keyword.&amp;lt;br /&amp;gt;Examples of taxonomies from the U.S. include MeSH (medical) and the Library of Congress Subject Headings.&amp;lt;br /&amp;gt;The value identifying a subject for a Web page will be drawn from the cited taxonomy&#039;s edition and subedition.&amp;lt;br /&amp;gt;If the value should have a style to prevent ambiguity in interpretation, that style is to be registered here for that keyword. Multiple values are expressed with multiple meta elements, one value for each, since comma-separation is probably not compatible with all taxonomies.&amp;lt;br /&amp;gt;If a value requires case-sensitivity to prevent confusion, the entry here registering the keyword must accommodate that need with the needs of HTML 5 with an appropriate rule. To that end, a proposal to allow case-sensitivity in meta tags under some circumstances has been offered in the W3C bug reporting system.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6854 W3C Bug 6854]&lt;br /&gt;
| subject-. . .&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MSSmartTagsPreventParsing&lt;br /&gt;
| Microsoft introduced into Internet Explorer 6 Beta a feature that some website designers wished to preclude from applying in order to prevent public misunderstanding of their websites. The feature allowed a browser to add information but at a risk that users wouldn&#039;t know that it wasn&#039;t supplied by the website. This keyword was provided by Microsoft for those of us who wanted it.&amp;lt;br /&amp;gt;Its value was &amp;quot;TRUE&amp;quot;. Microsoft spelled the keyword with some capitals and the value in all capitals but whether capitalization was required for either is unknown; some opinions vary. Since it need be understood by only one browser, and that one a beta version, full standards compliance should not be assumed, and original case may be required. (This tag is used by Google: &amp;quot;&amp;lt;meta content=&#039;true&#039; name=&#039;MSSmartTagsPreventParsing&#039;/&amp;gt;&amp;quot; appeared (with internal quote marks as singles) in the source code for &amp;lt;http://googleblog.blogspot.com/2009/04/listening-to-google-health-users.html&amp;gt;, as accessed 4-27-09.)&amp;lt;br /&amp;gt;Microsoft has apparently removed this instruction from its website on the ground that the beta version is no longer available and is not supported, but that doesn&#039;t assure that some users aren&#039;t still using the beta browser, perhaps inadvertently. Therefore, designers may wish to continue using the keyword and value and they are preserved here.&lt;br /&gt;
| e.g., [http://www.theregister.co.uk/2001/06/25/web_sites_banish_those_winxp/ The Register (U.K.)], [http://cc.uoregon.edu/cnews/summer2001/summer2001.pdf Univ. Oregon (U.S.) (PDF p. 18)], &amp;amp; [http://trillian.mit.edu/~jc/demo/SmartTagsOff.html John Chambers (U.S.) (job résumé near root)], all as accessed 4-19-09&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks spec, potentially never minted by MS as a meta name (as opposed to a http-equiv value), even if minted by Microsoft, abandoned before shipping in any final release of IE&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Failed Proposals ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to more details&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| cache&lt;br /&gt;
| This doesn&#039;t actually work; use HTTP headers instead.&amp;lt;br /&amp;gt;Value must be &amp;quot;public&amp;quot;, &amp;quot;private&amp;quot;, or &amp;quot;no-cache&amp;quot;. Intended as a simple way to tell user agents whether to store a copy of the document or not. An alternate for HTTP/1.1&#039;s cache-control; for publishers without access to modifying cache-control.&lt;br /&gt;
| none&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| no-email-collection&lt;br /&gt;
| HTML5 prohibits URL-valued meta names. They should be rel keywords instead.&amp;lt;br /&amp;gt;Intended to reference legal policy of web site indicating that harvesting of e-mail addresses on the site is not permitted and in violation of applicable laws such as the CAN-SPAM Act of 2003.&lt;br /&gt;
| [https://www.ProjectHoneyPot.org/how_to_avoid_spambots_5.php Project Honey Pot]&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Process ==&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;Status&amp;quot; section to be changed to &amp;quot;Ratified&amp;quot;, the proposed keyword must be defined by a W3C specification in the Candidate Recommendation or Recommendation state. If it fails to go through this process, it is &amp;quot;Unendorsed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For more details, see [http://whatwg.org/specs/web-apps/current-work/#concept-meta-extensions the HTML5 specification].&lt;br /&gt;
&lt;br /&gt;
[[Category:Registries]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=6725</id>
		<title>MetaExtensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=MetaExtensions&amp;diff=6725"/>
		<updated>2011-07-14T07:29:50Z</updated>

		<summary type="html">&lt;p&gt;Hsivonen: /* Registered Extensions */ Changing registrations to the canonical case&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page lists the allowed extension values for the name=&amp;quot;&amp;quot; attribute of the &amp;amp;lt;meta&amp;gt; element in HTML5. You may add your own values to this list, which makes them legal HTML5 metadata names. We ask that you try to avoid redundancy; if someone has already defined a name that does roughly what you want, please reuse it. Also, please be sure to include &#039;&#039;all&#039;&#039; the items [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names required by the spec] &#039;&#039;including a link to a specification&#039;&#039; that specifies the keyword &#039;&#039;as an HTML meta keyword&#039;&#039;. Note that URL-valued properties must not be registered as meta names but should be registered as [http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions rel keywords] instead. Also note that changes to this registry may not be reflected in validators in real time.&lt;br /&gt;
&lt;br /&gt;
== Registered Extensions ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-capable&lt;br /&gt;
| Sets whether a web application runs in full-screen mode.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| Could maybe be assumed when &amp;lt;code&amp;gt;application-name&amp;lt;/code&amp;gt; is set?&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| apple-mobile-web-app-status-bar-style&lt;br /&gt;
| Sets the style of the status bar for a web application.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| baiduspider&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Baidu only.&lt;br /&gt;
| [http://www.baidu.com/search/robots_english.html Baidu documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-detection&lt;br /&gt;
| Enables or disables automatic detection of possible phone numbers in a webpage in Safari on iOS.&lt;br /&gt;
| [http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html Apple Safari HTML Reference]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| googlebot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Googlebot only.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=93710 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| google-site-verification&lt;br /&gt;
| Used to verify ownership for Webmaster Tools.&lt;br /&gt;
| [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=79812 Google documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rights-standard&lt;br /&gt;
| The purpose is to enable search engines and other cataloging services to compile the types of rights allocated to the work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This keyword does not provide, remove or alter any legal protections or designations.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Format: &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;rights-standard&amp;quot; content=&amp;quot;element id;rights&amp;quot; /&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* element id - the HTML Element ID of the item these rights apply to&lt;br /&gt;
* rights - what rights are assigned to the item&lt;br /&gt;
** &amp;quot;pd&amp;quot; - Public domain&lt;br /&gt;
** &amp;quot;cc by-sa&amp;quot; - Creative Commons Attribution&lt;br /&gt;
** &amp;quot;cc by-nd&amp;quot; - Creative Commons  NoDerivs &lt;br /&gt;
** &amp;quot;cc by-nc&amp;quot; - Creative Commons Attribution-NonCommercial&lt;br /&gt;
** &amp;quot;cc by-nc-sa&amp;quot; - Creative Commons Attribution-NonCommercial-ShareAlike&lt;br /&gt;
** &amp;quot;cc by-nc-nd&amp;quot; - Creative Commons Attribution-NonCommercial-NoDerivs&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
[http://sites.google.com/site/metarightsstandard/ Spec]&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
|Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| robots&lt;br /&gt;
| A comma-separated list of operators explaining how search engine crawlers should treat the content. Possible values are &amp;quot;noarchive&amp;quot; to prevent cached versions, &amp;quot;noindex&amp;quot; to prevent indexing, and &amp;quot;nofollow&amp;quot; works as the link rel value with the same name. This meta name is already supported by every popular search engine.&amp;lt;br /&amp;gt;The content value &amp;quot;NOODP&amp;quot; has been offered elsewhere, so I&#039;m proposing it here. It blocks robots from using [http://www.dmoz.org Open Directory Project] descriptions of a website instead of Web pages&#039; own meta descriptions. It may have been introduced by Microsoft.&amp;lt;br /&amp;gt;The content value &amp;quot;NOYDIR&amp;quot; has been offered by Yahoo, so I&#039;m proposing it here. It blocks Yahoo&#039;s robot from using the Yahoo directory&#039;s descriptions of a website instead of Web pages&#039; own meta descriptions. Whether any other robot supports this is unknown but possibly no other search engine uses Yahoo&#039;s directory anyway.&lt;br /&gt;
| [http://www.robotstxt.org/wc/exclusion.html#meta Robots exclusion protocol], NOODP value: [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=35264 Google], [http://help.yahoo.com/l/us/yahoo/search/indexing/indexing-11.html Yahoo], NOYDIR value: [http://ysearchblog.com/2007/02/28/yahoo-search-support-for-noydir-meta-tags-and-weather-update/ Yahoo], as accessed 4-28-09&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| slurp&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Yahoo! only.&lt;br /&gt;
| [http://help.yahoo.com/l/au/yahoo7/search/indexing/indexing-11.html Yahoo! documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| teoma&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Teoma and Ask.com only.&lt;br /&gt;
| [http://about.ask.com/en/docs/about/webmasters.shtml Ask.com documentation]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| &amp;lt;span id=&amp;quot;viewport&amp;quot;&amp;gt;viewport&amp;lt;/span&amp;gt;&lt;br /&gt;
| Provides a way for documents to specify (using markup rather than CSS) the size, zoom factor, and orientation of the viewport that is used as the base for the document&#039;s [http://www.w3.org/TR/CSS21/visudet.html#containing-block-details initial containing block]. The following properties can be used in the value of the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute:&lt;br /&gt;
* width&lt;br /&gt;
* height&lt;br /&gt;
* initial-scale&lt;br /&gt;
* minimum-scale&lt;br /&gt;
* maximum-scale&lt;br /&gt;
* user-scalable&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;initial-scale=1.0&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=480, initial-scale=2.0, user-scalable=1&amp;quot;&amp;gt;&lt;br /&gt;
For more details, see the [http://dev.w3.org/csswg/css-device-adapt/#viewport-meta-element Viewport META element] section of the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification.&lt;br /&gt;
| For &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; elements that have a &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; attribute whose value is &amp;lt;code&amp;gt;viewport&amp;lt;/code&amp;gt;, the [http://dev.w3.org/csswg/css-device-adapt/ CSS Device Adaptation] draft specification defines the recognized properties for the &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute&amp;gt;, as well as an algorithm for parsing the value of that attribute.&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rating &lt;br /&gt;
| The Restricted to Adults label (RTA) provides a way for adult oriented websites to indicate that their content is off limits to children. RTA was introduced in 2006 and is currently used by a large number of adult web content providers. RTA is recognized by all major parental control filters.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;RATING&amp;quot; content=&amp;quot;RTA-5042-1996-1400-1577-RTA&amp;quot; /&amp;gt;&lt;br /&gt;
| [http://www.rtalabel.org/index.php?content=howto RTA documentation]&lt;br /&gt;
|&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-param&lt;br /&gt;
| Cross-site request forgery protection parameter for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| csrf-token&lt;br /&gt;
| Cross-site request forgery protection token for Ruby on Rails&lt;br /&gt;
| [http://apidock.com/rails/ActionView/Helpers/CsrfHelper/csrf_meta_tag Rails API]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| verify-v1&lt;br /&gt;
| Legacy verification for Google Sitemaps.&lt;br /&gt;
| [http://sitemaps.blogspot.com/2006/05/more-about-meta-tag-verification.html Inside Google Sitemaps: More about meta tag verification]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msvalidate.01&lt;br /&gt;
| One of the verification elements used by Bing.&lt;br /&gt;
| [http://onlinehelp.microsoft.com/en-us/bing/hh204490.aspx Bing Webmaster Tools]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| yandex-verification&lt;br /&gt;
| Used to verify ownership for Yandex Webmaster.&lt;br /&gt;
| [http://help.yandex.ru/webmaster/?id=995300#995356 Yandex Webmaster ownership verification]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.description&lt;br /&gt;
| An account of the resource. Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-description DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.creator&lt;br /&gt;
| An entity primarily responsible for making the resource. Examples of a Creator include a person, an organization, or a service.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-creator DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| In some cases redundant with the HTML built-in keyword &amp;lt;code&amp;gt;author&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.issued&lt;br /&gt;
| Date of formal issuance (e.g., publication) of the resource. (DC doesn&#039;t spec a date format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-issued DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;amp;lt;time pubdate&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.language&lt;br /&gt;
| A language of the resource. Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-language DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| Redundant with the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute on the &amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element. (Browsers pay attention to the &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; attribute but not &amp;lt;code&amp;gt;dcterms.language&amp;lt;/code&amp;gt;)&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.modified&lt;br /&gt;
| Date on which the resource was changed. (DC doesn&#039;t spec a date format but the established practice is YYYY-MM-DD.)&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-modified DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.subject&lt;br /&gt;
| The topic of the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-subject DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| HTML built-in keyword &amp;lt;code&amp;gt;keywords&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dcterms.title&lt;br /&gt;
| A name given to the resource.&lt;br /&gt;
| [http://dublincore.org/documents/dcmi-terms/#terms-title DCMI Metadata Terms] mapped according to [http://dublincore.org/documents/dc-html/ Expressing Dublin Core metadata using HTML/XHTML meta and link elements]&lt;br /&gt;
| The HTML element &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;&lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_n&lt;br /&gt;
| &#039;&#039;&#039;Name of the Content Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_n&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.cg_s&lt;br /&gt;
| &#039;&#039;&#039;Name of Content Sub-Group&#039;&#039;&#039;&lt;br /&gt;
Used to configure the appropriate Webtrends advanced feature. These are just some of the more popular ones. These appear in your META tags.  – showing you the web page, the source (meta tag), the log files entry and the subsequent WT report.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;wt.cg_s&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ad&lt;br /&gt;
| &#039;&#039;&#039;Advertising View parameter&#039;&#039;&#039;&lt;br /&gt;
Visitors often view advertisements that they do not necessarily click on. You can use On-Site Advertising to determine the number of visitors to your web site who view particular ads. With this feature you can produce advertising reports for each of your clients.&lt;br /&gt;
If you are selling advertising space on your web site, for example, you can collect traffic statistics to help determine pricing schedules.&lt;br /&gt;
The following META tag tracks advertising views:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.ad&amp;quot; content=&amp;quot;My content&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ac&lt;br /&gt;
| &#039;&#039;&#039;Advertising Click parameter&#039;&#039;&#039;&lt;br /&gt;
When a visitor to your site clicks on an ad, that action is referred to as an Ad Click. The following META tag tracks advertising clicks:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ac&amp;quot; CONTENT=&amp;quot;name&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the advertisement clicked to reach a particular web page. The Ad Click must contain an external redirect back to the client. The redirect needs to include the necessary code to generate a hit to the SDC server. You can designate multiple Advertising Clicks using semicolons.&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file111.html?WT.ac=CONTENT111&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a href=&amp;quot;file222.html?WT.ac=CONTENT222&amp;quot;&amp;gt;&lt;br /&gt;
The name of the advertisement clicked to reach a particular web page. To capture this information with DCS, the Advertising Click must contain an external redirect back to the client. The redirect needs to &lt;br /&gt;
&lt;br /&gt;
include the necessary code to generate a hit to the DCS. The maximum length for each name is 64 bytes.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.sv&lt;br /&gt;
| &#039;&#039;&#039;Tracking Servers parameter&#039;&#039;&#039;&lt;br /&gt;
If your site is hosted on multiple servers, a server cluster, or a server farm, and you want to evaluate the performance of your load balancer, Webtrends can track page views for each server. To do so, populate the following META tag on all pages on each server:&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;My Server&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the machine that serves the web page. If you have two servers (Server1 and Server2), you would make two copies of the META tag and designate CONTENT=“Server1” for deployment to pages on the first server and CONTENT=“Server2” for deployment to the same pages on the second server.&lt;br /&gt;
For a server farm, you can extract the value of the built-in server name and dynamically assign it to the&lt;br /&gt;
META tag using server-side scripting.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server1&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;WT.sv&amp;quot; content=&amp;quot;Server2&amp;quot;&amp;gt;&lt;br /&gt;
An Ad View occurs when a visitor views a page containing an ad. An ad is a link or graphic that contains an Ad Click parameter in the query portion of it&#039;s URL.&lt;br /&gt;
| [https://tagbuilder.webtrends.com/Help/Miscellaneous/AdSearch.aspx?keepThis=true&amp;amp;TB_iframe=true&amp;amp;height=450&amp;amp;width=650 About WT.ad].&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.mc_id&lt;br /&gt;
| &#039;&#039;&#039;Identifies the ID of the marketing campaign&#039;&#039;&#039;&lt;br /&gt;
To attract new students, a university launches a marketing campaign by sending recruitment email to all graduating high school seniors in a metropolitan area. The email links to a special landing page in the university’s web site, containing the following META tag to track marketing campaigns.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.mc_id&amp;quot; CONTENT=&amp;quot;1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
You may use this parameter on the URL.&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;a href=&amp;quot;link?WT.mc_id=1X2GG34&amp;quot;&amp;gt;&lt;br /&gt;
The Campaign ID 1X2GG34 represents recruits to be contacted by email&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| wt.ti&lt;br /&gt;
| &#039;&#039;&#039;Tracking Page Titles&#039;&#039;&#039;&lt;br /&gt;
You may want to modify a page title before sending it to Webtrends in the following cases:&lt;br /&gt;
* You are dealing with dynamic content pages identified by URL parameters, and the page title represents the title of the base URL page rather than the dynamic content page.&lt;br /&gt;
Unless you modify the page titles, all pages have the same title in the reports.&lt;br /&gt;
* All pages have been assigned the same title, for reasons of style or company policy.&lt;br /&gt;
Even though URLs are displayed in addition to page title, the entire URL cannot be depended upon to distinguish one page from another.&lt;br /&gt;
Use server-side scripts to change the title to something that reflects the content of the pages so that you can identify them in reports. Next, pass the customized page titles to Webtrends, using the following META tag:&lt;br /&gt;
 &amp;lt;META NAME=&amp;quot;WT.ti&amp;quot; CONTENT=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
Defines the name of the title for this page.&lt;br /&gt;
| [http://product.webtrends.com/WRC/OnDemand/ResourceCenter/rc/Library/PDF/IGOD/WebTrendsAnalyticsOnDemandImplementationGuide.pdf Webtrends Parameters]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| msapplication-task&lt;br /&gt;
| &#039;&#039;&#039;&amp;quot;Jump List&amp;quot; or &amp;quot;Pinned Sites&amp;quot; in Windows 7&#039;&#039;&#039;&lt;br /&gt;
Jump List items act as entry points into the website even when the browser is not running. A Jump List can contain commonly used destinations and tasks. Some items apply to the whole site, and some apply only to specific users. &lt;br /&gt;
For example, to add a single task called &amp;quot;Check Order Status&amp;quot; specify a meta element in the head of your webpage, as follows:&lt;br /&gt;
 &amp;lt;META name=&amp;quot;msapplication-task&amp;quot; content=&amp;quot;name=Check Order Status;&lt;br /&gt;
      action-uri=./orderStatus.aspx?src=IE9;&lt;br /&gt;
      icon-uri=./favicon.ico&amp;quot;  /&amp;gt;&lt;br /&gt;
| [http://msdn.microsoft.com/en-us/library/gg491725(v=vs.85).aspx Tasks in Jump List]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.placename&lt;br /&gt;
| Defines name of geographic place to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.placename&amp;quot; content=&amp;quot;Auwaldstraße 11, 79110 Freiburg im Breisgau, Deutschland&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.position&lt;br /&gt;
| Defines geographic position to which page is related to.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.position&amp;quot; content=&amp;quot;48.02682000000001;7.809769999999958&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geo.region&lt;br /&gt;
| Defines name of geographic region to which page is related to. Content is specified by ISO-3166.&amp;lt;br&amp;gt;Example:&lt;br /&gt;
 &amp;lt;meta name=&amp;quot;geo.region&amp;quot; content=&amp;quot;DE-BW&amp;quot;&amp;gt;&lt;br /&gt;
| [http://tools.ietf.org/html/draft-daviel-html-geo-tag-08 IETF Draft]&amp;lt;br&amp;gt;[http://en.wikipedia.org/wiki/ISO_3166 ISO-3166]&lt;br /&gt;
| &lt;br /&gt;
| Proposal&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposals that don&#039;t meet the [http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#other-metadata-names requirements] for a registration ==&lt;br /&gt;
&lt;br /&gt;
Note that these proposals can be moved back to the registry table if the problems listed in the rightmost column of this table are addressed.&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to specification&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
! Registration requirement failure&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| audience&lt;br /&gt;
| To aid search engines in classifying and to aid directory compilers, an audience most appropriate for the page may be suggested. Subject matter may not be a good clue; for example, an analysis of children&#039;s literature may be directed to teachers.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated. Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values:&amp;lt;br /&amp;gt;-- &amp;quot;all&amp;quot; and &amp;quot;everyone&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;adult&amp;quot; and &amp;quot;mature&amp;quot; have the same meaning and are for content that only adults may access, but no one responsible for preventing a nonadult or the immature from accessing the page or its content should rely on either or both of these values to do so without other means (not the same as &amp;quot;grownup&amp;quot;, which see)&amp;lt;br /&amp;gt;-- &amp;quot;child&amp;quot; and &amp;quot;juvenile&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;teen&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;grownup&amp;quot; is not identical to &amp;quot;adult&amp;quot; or &amp;quot;mature&amp;quot; in not implying a precise boundary but is approximately any person who may be able to understand and apply the content (e.g., car driving instruction that may be read by a minor not yet old enough to drive a car but who would likely benefit from somewhat early exposure to the instruction)&amp;lt;br /&amp;gt;-- &amp;quot;parent&amp;quot; to include guardian and temporary caregiver&amp;lt;br /&amp;gt;-- &amp;quot;teacher&amp;quot; to include professor and ad hoc instructor&amp;lt;br /&amp;gt;-- &amp;quot;elementary school student&amp;quot; to include any student below high school&amp;lt;br /&amp;gt;-- &amp;quot;high school student&amp;quot;&amp;lt;br /&amp;gt;-- &amp;quot;elhi&amp;quot; to include any student in elementary school through high school&amp;lt;br /&amp;gt;-- &amp;quot;college student&amp;quot; including graduate and professional school&amp;lt;br /&amp;gt;-- &amp;quot;business&amp;quot; including management, finance, and prospective customers (this includes e-commerce and investor sites)&amp;lt;br /&amp;gt;-- &amp;quot;health&amp;quot; including any health care provider including alternative and ad hoc&amp;lt;br /&amp;gt;-- &amp;quot;patient&amp;quot; for any health care recipient&amp;lt;br /&amp;gt;-- &amp;quot;lawyer&amp;quot; including judge, paralegal, and jailhouse lawyer&amp;lt;br /&amp;gt;-- &amp;quot;law client&amp;quot; for any prospective recipient of a lawyer&#039;s service (not usually a social work client) with &#039;&#039;lawyer&#039;&#039; including paralegal and jailhouse lawyer but not necessarily judge&amp;lt;br /&amp;gt;-- &amp;quot;craft&amp;quot; for any craftworker including laborer and artisan&amp;lt;br /&amp;gt;-- &amp;quot;artist&amp;quot; including musician, actor, dancer, and sculptor and including creator and performer&amp;lt;br /&amp;gt;-- &amp;quot;military&amp;quot; including paramilitary&amp;lt;br /&amp;gt;-- &amp;quot;news&amp;quot; including any consumer of rapidly-developing news&amp;lt;br /&amp;gt;-- &amp;quot;introductory&amp;quot; and &amp;quot;beginner&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;intermediate&amp;quot; and &amp;quot;midlevel&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;advanced&amp;quot; and &amp;quot;advance&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;scholarly&amp;quot; and &amp;quot;scholar&amp;quot;, which have the same meaning&amp;lt;br /&amp;gt;-- &amp;quot;popular&amp;quot; generally referring to a writing style&amp;lt;br /&amp;gt;-- &amp;quot;older&amp;quot; including retiree&amp;lt;br /&amp;gt;-- &amp;quot;institution&amp;quot; including from corporation to conspiracy (such as for management advice)&amp;lt;br /&amp;gt;-- &amp;quot;government&amp;quot; including agencies and prospective politicians&amp;lt;br /&amp;gt;-- values using any integer or single-digit decimal in the form of &amp;quot;grade 8&amp;quot; or &amp;quot;grade 6.4&amp;quot; including to refer to a reading comprehension level (this generally will not exceed 12 and might be meaningless above 20 so higher values may be interpreted as the highest meaningful value)&amp;lt;br /&amp;gt;-- &amp;quot;viewers&amp;quot; for when content (such as a movie) is intended almost entirely to be seen rather than read&amp;lt;br /&amp;gt;-- &amp;quot;listeners&amp;quot; for when content (such as music) is intended almost entirely to be heard rather than read but not generally including text-to-speech support&amp;lt;br /&amp;gt;-- &amp;quot;tts&amp;quot;, &amp;quot;text-to-speech&amp;quot;, or &amp;quot;text to speech&amp;quot;, which three have the same meaning and which are for a page that has substantial support for TTS or that will be readily understood through TTS without need for such support (TTS is often aided by, e.g., pre-resolving pronunciation ambiguities in page coding)&amp;lt;br /&amp;gt;-- values using any numbers in the form of &amp;quot;3-6 years old&amp;quot;, whether a range or a single-number value&amp;lt;br /&amp;gt;-- values using any decade in the form of &amp;quot;born in 1970s&amp;quot;&amp;lt;br /&amp;gt;Unrecognized values such as &amp;quot;botanists&amp;quot;, &amp;quot;Texans&amp;quot;, and &amp;quot;writers who use red ink&amp;quot; may be used but at a risk that a search engine or directory editor will either fail to recognize it or will interpret it in unpredictable ways, or will in the future.&amp;lt;br /&amp;gt;Spellings that are erroneous or slightly different from a recognized value may be interpreted by a search engine or directory editor as representing a recognized value.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value of &amp;quot;all&amp;quot; but without overriding another indication arrived at by other means.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| bot-. . .&lt;br /&gt;
| Robot owners, to allow page authors access to robotic capabilities, e.g., to deny them, should prefix &amp;quot;bot-&amp;quot; to the name of their robot, especially for proprietary bots.&amp;lt;br /&amp;gt;Example: If a robot were to be named &amp;quot;dullbucklequiz&amp;quot;, the name in the meta element would be &amp;quot;bot-dullbucklequiz&amp;quot;.&amp;lt;br /&amp;gt;The value &amp;quot;bot-&amp;quot; alone represents all bots so prefixed, like a wildcard.&amp;lt;br /&amp;gt;Arguably, there&#039;s no need for a list here of any specific bots if http://user-agents.org or http://www.botsvsbrowsers.com/ (and perhaps other sites) is reliable.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| created&lt;br /&gt;
| The datetime at which the document was created. The value is an ISO8601 date. The date MUST follow the [http://www.w3.org/TR/NOTE-datetime W3C Profile of ISO 8601] with a granularity of &amp;quot;Complete date:&amp;quot; or finer. The [http://www.bbc.co.uk/guidelines/futuremedia/desed/previousversions/searchmetadata_vs_1_0.shtml#metadata BBC] use this name.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| creator&lt;br /&gt;
| The creator is an off-Web or pre-Web creator of a work for which an author authored a Web page, so that the creator and the author may be different people.&amp;lt;br /&amp;gt;Searching for one content creator&#039;s work requires a standard robot-parsable format for the information. A personal name, institutional name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one creator. Multiple creators are to be represented with multiple tags.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a content creator need only enter a name once in one first-last or family-given order (e.g., Pat Thunderbird or Thunderbird, Pat, but not requiring both).&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;creator&#039;_MetaExtension|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| msnbot&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Bing only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| ia_archive&lt;br /&gt;
| Synonym of &amp;lt;code&amp;gt;robots&amp;lt;/code&amp;gt; for targeting Internet Archive and Alexa only.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage&lt;br /&gt;
| The author may be the best expert on which time frame is most relevant to the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers that may focus on the 1800s but mention 1731 and 1912 perhaps unimportantly.&amp;lt;br /&amp;gt;The value for this keyword is a date or time -- not a range and not vague, for which other keywords are proposed -- in a format in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than  once, all the values so appearing are determinative. Multiple values are to be expressed with separate meta elements lest the note be revised in the future in a way incompatible with comma-separating a list.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-end&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the end. If this keyword is used without datetime-coverage-start (also proposed), its value is interpreted as ending a range without a start.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the end of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-end=1865, datetime-coverage-start=1914, datetime-coverage-end=1918, and datetime-coverage-start=1862, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-start&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that it represents only the start. If this keyword is used without datetime-coverage-end (also proposed), its value is interpreted as starting a range without an end.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all the values so appearing are determinative, in which case each represents the start of a different range assumed to be nonnesting. Example: If four elements happen to be in the order of datetime-coverage-start=1862, datetime-coverage-start=1914, datetime-coverage-end=1865, and datetime-coverage-end=1918, assuming proper formatting, the ranges should be interpreted as 1862-1865 and 1914-1918.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| datetime-coverage-vague&lt;br /&gt;
| This is identical to the keyword datetime-coverage except that its value is not necessarily crisp. This keyword should be used only when datetime-coverage, datetime-coverage-start, and datetime-coverage-end are inappropriate, but there&#039;s no ban on using all four. Any text without a comma can be the value (e.g., Pleistocene, 1820s, Tuesdays, or before we were born); multiple values are comma-separated.&amp;lt;br /&amp;gt;If this keyword is used with datetime-coverage, datetime-coverage-start, or datetime-coverage-end, the vague value should be exploited along with the value/s for the other keyword/s.&amp;lt;br /&amp;gt;Should this keyword appear more than once, all are determinative.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| DC.&lt;br /&gt;
| Dublin Core, maintained by Dublin Core MetaData Initiative (DCMI), is an extensive system with some overlap with non-DC names.&amp;lt;br /&amp;gt;This reserves all strings that begin with DC and a dot. &#039;&#039;Not true; DC-HTML doesn&#039;t use hardwired prefixes, but defines the prefixes using link/@rel=&amp;quot;scheme.prefix&amp;quot;&#039;&#039;&lt;br /&gt;
| [http://www.DublinCore.org DCMI]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| dir-content-pointer&lt;br /&gt;
| When several pages in a directory include main content, a table of contents, an index, and the like, a search engine may be able to organize results more usefully by identifying which is which with a standard vocabulary, helpful when different publishers use different conventions when displaying or printing content.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma and optionally with a trailing number. Multiple values are to be comma-separated (multiple values are appropriate when one document serves multiple purposes). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values, which are pointer types to which numbers may be suffixed, are limited to &amp;quot;start&amp;quot; meaning &#039;the first page that should be seen by a user&#039; (this may be anywhere in the directory and anywhere within content), &amp;quot;toc&amp;quot; meaning &#039;table of contents&#039;, &amp;quot;intro&amp;quot; including introductions, forewords, prefaces, and tables of figures, &amp;quot;abstract&amp;quot;, &amp;quot;main&amp;quot;, &amp;quot;bibliography&amp;quot; and &amp;quot;biblio&amp;quot;, which have the same meaning, &amp;quot;index&amp;quot; which may mean &#039;sitemap&#039; or not, &amp;quot;afterword&amp;quot; and &amp;quot;update&amp;quot; which have the same meaning and need not actually update, &amp;quot;credit&amp;quot; meaning &#039;credits and acknowledgments&#039;, and &amp;quot;author bio&amp;quot; meaning &#039;author&#039;s biography&#039;, including any information about the author including credentials and contact information. The number suffix may be spaceless or not.&amp;lt;br /&amp;gt;When numbers are suffixed, a search engine or directory should arrange like items in numerical order in the results, with unnumbered items following like items that are numbered, e.g., intro 1, intro 2, main 1, main 2, main, main, and so on.&amp;lt;br /&amp;gt;Each directory and each subdirectory has its own sequence.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|expires&lt;br /&gt;
|&amp;lt;code&amp;gt;meta name=&#039;expires&#039;&amp;lt;/code&amp;gt; defines the expiration date of the page. This can be used for web pages in preparation for an upcoming event, e.g. a registration form for an exposition or competition, or other cases with a pre-set date when the document will no longer be valid, e.g. a product offer in a special sale or a support page for a product known not to be supported anymore from a given time onward.&lt;br /&gt;
&lt;br /&gt;
Search engines should respond to this meta tag in a reasonable way, i.e. by removing the page from their main search results after the expiration date (possibly still returning the result in a special search for expired pages as long as the page exists and is not explicitly excluded via &amp;lt;code&amp;gt;robots.txt&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;meta name=&#039;robots&#039;&amp;lt;/code&amp;gt; etc.) or simply by indicating to the user that this result is out-of-date.&lt;br /&gt;
&lt;br /&gt;
The content attribute should define the expiration date in accordance with http://www.w3.org/TR/NOTE-datetime . The meta tag should not be used for pages without expiration date. However, for historical reasons, search engines should also interpret other date formats where possible and should be prepared to find values such as &amp;quot;&amp;quot;, &amp;quot;0&amp;quot;, &amp;quot;no&amp;quot; and &amp;quot;never&amp;quot;. Such non-date values are to be interpreted as no expiration date.&lt;br /&gt;
&lt;br /&gt;
Correctly formatted example:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&#039;expires&#039; content=&#039;2012-12-31T23:59Z&#039;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tag is not to be confused with and has a different meaning than &amp;lt;code&amp;gt;meta http-equiv=&#039;expires&#039;.&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| format-print&lt;br /&gt;
| This is to allow a user agent to inform an operating system or a printer driver of the preferred print medium, such as the paper size.&amp;lt;br /&amp;gt;A value is free-form case-insensitive text without a comma. Multiple values are to be comma-separated (multiple values might be appropriate because standard paper sizes vary around the world). Singular and plural forms have the same meaning.&amp;lt;br /&amp;gt;Recognized values are limited to &amp;quot;letter&amp;quot;, &amp;quot;A4&amp;quot;, &amp;quot;legal&amp;quot;, &amp;quot;A5&amp;quot;, &amp;quot;B5&amp;quot;, &amp;quot;monarch&amp;quot;, &amp;quot;envelope 10&amp;quot; meaning size #10, &amp;quot;envelope 6-3-4&amp;quot; meaning size #6 3/4, values with integers and decimals in the form of &amp;quot;8.5 x 11&amp;quot; or &amp;quot;8.5x11&amp;quot; in which spacing of the &amp;quot;x&amp;quot; does not affect meaning, &amp;quot;paper&amp;quot;, which means &#039;paper of the default color (usually white) and weight (usually 20-lb. stock)&#039;, &amp;quot;white&amp;quot;, &amp;quot;yellow&amp;quot;, &amp;quot;pink&amp;quot;, &amp;quot;blue&amp;quot;, &amp;quot;green&amp;quot;, &amp;quot;violet&amp;quot;, or &amp;quot;multicolor&amp;quot;, which means a medium of the given color or mixed, &amp;quot;letterhead&amp;quot;, &amp;quot;p2 letterhead&amp;quot; meaning &#039;letterhead intended for any page except the first&#039;, &amp;quot;watermark&amp;quot; meaning a &#039;special watermark such as an organization&#039;s own&#039;, and &amp;quot;plain&amp;quot; meaning &#039;not preprinted and not letterhead (it may have a paper manufacturer&#039;s watermark not related to letterhead)&#039;.&amp;lt;br /&amp;gt;Omitting &amp;quot;paper&amp;quot; when another recognized value is given defaults to an implied meaning of &#039;paper&#039; with the other value; e.g., &amp;quot;letter&amp;quot; means &#039;letter paper&#039;; the same principle applies to a medium&#039;s color (the default being white for paper and colorless for transparency) and plainness or lack thereof (the default being plain).&amp;lt;br /&amp;gt;Other values should be proposed before being recognized here. Label sizes should be proposed here for labels that are not on backing sheets that fit one of the recognized values, e.g., labels on narrow rolls. Blueprint paper sizes should be proposed here. Media other than standard paper, such as onion skin, heavier paper, card, and clear or color transparency, should be proposed here.&amp;lt;br /&amp;gt;The user agent may, with the user&#039;s or user sysadmin&#039;s permission (as by a menu-driven default), interpret a value to offer an alternative the user might accept and software and firmware other than the UA may interpret a value to the same end with or without permission, so this keyword is only suggestive; e.g., &amp;quot;letter&amp;quot; may be interpreted as &amp;quot;A4&amp;quot;.&amp;lt;br /&amp;gt;The absence of the keyword defaults to a value determined by other than the page, e.g., by the printer driver or the user agent.&lt;br /&gt;
| [[Talk:MetaExtensions#Re:_Proposed_&#039;format-print&#039;_MetaExtension|Talk]]&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| geographic-coverage&lt;br /&gt;
| The author may be the best expert on the geographic relevance of the content. Leaving that to search engine analysis may be too chancy without search engine optimization, which analysis is difficult to apply by algorithm to, e.g., historical papers and epidemiological studies which may mention locales only once.&amp;lt;br /&amp;gt;Absence of the keyword defaults to a value of world (not universe), unless the search engine chooses to interpret the page or larger unit for some other value, probably based on other than just contact information given in the website.&amp;lt;br /&amp;gt;The value for this keyword is a semicolon-separated list of one or more place-values, the order of which do not matter. One place-value will use commas to separate, in order, an optional standard natural language symbol applicable to the place-value (when omitted the language applicable to the page will control), a place-class, one or more place-subclasses if any, and one or more place name parts (where, e.g., in &amp;quot;Cape Town, South Africa&amp;quot;, &amp;quot;Cape Town&amp;quot; is a place name part but &amp;quot;Town&amp;quot; is not). Spaces after semicolons and commas are optional; spaces within place-values are present when required for each place-value (e.g., &amp;quot;Quezon City&amp;quot;, not an invented &amp;quot;QuezonCity&amp;quot;).&amp;lt;br /&amp;gt;To distinguish names that might otherwise be too similar, place-classes, all lower-case and hyphenatably spaceless, include &#039;&#039;outer-space&#039;&#039;, &#039;&#039;region&#039;&#039; (on Earth and crossing or larger than a nation, e.g., southern hemisphere, polar region, temperate zone, or Asia), &#039;&#039;intntl-water&#039;&#039; (an &#039;international water body&#039;), &#039;&#039;intntl-agcy&#039;&#039; (&#039;international agency&#039; or &#039;international collection&#039;, e.g., all U.N. member nations), &#039;&#039;nation&#039;&#039;, &#039;&#039;within-nation&#039;&#039; (limited to only one political level down from nation, e.g., state, province, territory, possession, city not included within other political units of a nation, or any comparable unit), &#039;&#039;city&#039;&#039; (including town, village, hamlet, and any comparable political unit below the level of &#039;&#039;within-nation&#039;&#039;), &#039;&#039;addr&#039;&#039; (including address, full-length street, building, institution, and neighborhood without political boundaries), &#039;&#039;pol-unit&#039;&#039; (&#039;&#039;pol&#039;&#039; abbreviating &#039;political&#039;) (e.g., a place of disputed nationhood), &#039;&#039;hist-pol-unit&#039;&#039; (&#039;&#039;hist&#039;&#039; abbreviating &#039;historical&#039;) (e.g., the Roman Empire), &#039;&#039;feature&#039;&#039; (e.g., river), &#039;&#039;num&#039;&#039; (e.g., latitude and longitude or outer-space equivalent in numbers), and &#039;&#039;ethereal&#039;&#039; (including thealogical/theological, fictional including from modern popular entertainment, and ancient secular mythical, but not including that which is asserted to be a state of mind or existence but not a place, such as nirvana). (Example for one hypothetical page: name=&amp;quot;geographic-coverage&amp;quot; content=&amp;quot;region, sub-Saharan Africa; nation, Panama; city, Panama, Panama; within-nation, Sao Paulo, Brazil; city, Sao Paulo, Sao Paulo, Brazil; within-nation, Mississippi, United States of America; region, Middle East; region, Midwest, United States of America; hist-pol-unit, Northwest Territory, United States of America; feature, river, Indus; outer-space, Indus; ethereal, ultima Thule; ethereal, Heaven; ethereal, Flatland; ethereal, Valhalla; en-US, addr, Hotel Valhalla, Fredrikstad, Norway; es, nation, Espana&amp;quot; (Indus is both a river and a constellation, illustrating the need for place-classes)).&amp;lt;br /&amp;gt;Ambiguity of place-values should be avoided despite convenience in coding because search engines may each interpret them as they see fit, e.g., it would be hard for an engine to distinguish New York from New York.&amp;lt;br /&amp;gt;For consistency of spelling, several authority lists should be settled upon, with legal, well-known, and disputed names and common abbreviations all being acceptable; but I&#039;m not proposing one here now (relying on IANA&#039;s ccTLD list might be too complex to implement and still assure coding consistency, e.g., occasionally ccTLDs can be phased out and off of IANA&#039;s list) (a standard vocabulary possibly usable here is the [http://www.getty.edu/research/conducting_research/vocabularies/tgn/index.html Getty Thesaurus of Geographic Names Online], subject to licensing and charset choice); and promulgating authority lists may best be done publicly by search engine managements, who may disagree with each other.&amp;lt;br /&amp;gt;Allowing Unicode for non-Roman alphabet-using locales is desirable, but at present that may raise technical problems, including computer security issues, that are not yet readily soluble.&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| keywords-not&lt;br /&gt;
| A comma-separated list of negative keywords that distinguish a closely-related theme from this page&#039;s true theme, to support Boolean NOT searches often more realistically than visible text can, especially when both themes share the same lexicon.&amp;lt;br /&amp;gt;If keywords is no longer a supported name for a meta element, keywords-not is superfluous; however, debate has been revived on whether keywords should be supported or not; see the keywords entry in this Wiki.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6609 W3C Bug 6609]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-datetime&lt;br /&gt;
| Better ranking in search engine results for recency or relevance to an event date would be aided by a standard format robots can parse. Users would save search time by not having to load many pages to find which ones are new or date-relevant.&amp;lt;br /&amp;gt;To supply a consistent and known format, the value for this keyword is a date-time expression formed in accordance with http://www.w3.org/TR/NOTE-datetime (albeit a note that&#039;s at W3C only for discussion). Any of the six levels of granularity in that note are acceptable, such as expressing only a year.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| page-version&lt;br /&gt;
| Pages may be revised several times daily. While date-time given to a granularity of a fraction of a second would often suffice, when a page has to be approved more than once before posting, any or no such time may be correct (without this keyword, a comment could be necessary but probably not parsable by an engine). In addition, versions regardless of date may show consecutiveness and can replace a date that must be vague. In that case, a version number may be more useful for searches and so a robot-parsable format is needed.&amp;lt;br /&amp;gt;The keyword&#039;s value is stated in ASCII digits, is any nonnegative base-10 rational number expressed as an integer or a decimal, with any number of decimal places allowed, and may be padded with any number of leading zeros to support extraction for ASCII sorting.&amp;lt;br /&amp;gt;Should this keyword appear more than once, only the first one so appearing is determinative.&amp;lt;br /&amp;gt;The versions 0 and 0.&#039;&#039;n&#039;&#039;, with &#039;&#039;n&#039;&#039; being to any number of places, signify beta versions, i.e., drafts, in the tradition of beta software, while versions 1 and higher ordinarily signify final-release versions. After a final-release version is released, a draft of a later version is not given a version number of 0 or 0.&#039;&#039;n&#039;&#039;, but is numbered higher than the last final-release version. It is suggested to page authors that draft status, if applicable, be shown in the visibly displayed text of the page, rather than that this meta tag be relied upon as the sole notice of draft status, as it may be inadequate notice if alone.&amp;lt;br /&amp;gt;To assign a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1, the page&#039;s URL, if static, may be used as the relevant premise. Thus, if a page is copied or moved to a new URL, the author may choose to restart page-version numbering from 0.&#039;&#039;n&#039;&#039; or 1. If a page&#039;s URL is dynamic, e.g., if created on the fly from a script, the page author may prefer to use as the relevant premise for assigning a low page-version such as 0.&#039;&#039;n&#039;&#039; or 1 the URL of the script or other technology that generates the dynamic-URL page, placing this meta element containing this attribute within the script or other technology, not within the generating page&#039;s head element (the generating page&#039;s head element may have its own meta element with this attribute describing the generating page). If one page containing the script or other technology that generates another page has more than one means for generating dynamic-URL pages, each means should contain its own meta element with this attribute. Page-version is thus largely independent of the page&#039;s date, although both would likely advance roughly in parallel.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| publisher&lt;br /&gt;
| Searching for one content publisher&#039;s or page publisher&#039;s work requires a standard robot-parsable format for the information. This often differs from creator or author when the publisher is an institution. An institutional name, personal name, or other text entry is permissible.&amp;lt;br /&amp;gt;One element represents only one publisher. Multiple publishers are to be represented with multiple tags, although multiple publishers are less common than multiple authors or creators; multiplicity is more likely for a legal name and a well-known name.&amp;lt;br /&amp;gt;Search engines may index by any component of a name, so a publisher need only enter a name once in one order.&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| referrer&lt;br /&gt;
| Developers wish to control the sharing of referrer information with linked resources and followed links at the meta level. It&#039;s sometimes desirable to share referrer information from secure to non-secure resources. The proposal is to add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never|default|always&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where the value of the &#039;&#039;&#039;content&#039;&#039;&#039; attribute is:&lt;br /&gt;
* &#039;&#039;&#039;never&#039;&#039;&#039;: No referrer information is leaked when following a links or requesting resources.&lt;br /&gt;
* &#039;&#039;&#039;default&#039;&#039;&#039;: Include referrer information in non-secure context or for HTTPS resources with the same origin.&lt;br /&gt;
* &#039;&#039;&#039;always&#039;&#039;&#039;: Include referrer information when following all links and requesting any resources.&lt;br /&gt;
&lt;br /&gt;
Since &amp;lt;code&amp;gt;&amp;lt;meta name=&amp;quot;referrer&amp;quot; content=&amp;quot;never&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; is redundant with a proposed &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt;, the &amp;lt;code&amp;gt;&amp;lt;link rel=&amp;quot;nofollow&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; proposal should be supplanted with this one, which provides more robust control.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| resolutions&lt;br /&gt;
| Authoring web sites to use resolution independent images that display beautifully on high-resolution displays should be made as easy as possible for developers and should not require JavaScript to accomplish.&lt;br /&gt;
&lt;br /&gt;
To accomplish this, I propose a new HTML Meta Tag, &amp;lt;code&amp;gt;resolutions&amp;lt;/code&amp;gt;, that can be used to specify that high-resolution versions of images linked to from the page are available and that the browser should use them in place of the lower-resolution default images if it detects that a user is using a high-resolution screen. The resolutions meta tag lists the device-pixel ratios supported by images in the page. &lt;br /&gt;
&lt;br /&gt;
So, for example…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… means that the developer is telling the browser that she has created 2x resolution images for the images linked to from the current page and named them with a @2x suffix. &lt;br /&gt;
&lt;br /&gt;
To illustrate, if her image tag is as follows…&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;img src=&amp;quot;/images/flower.jpg&amp;quot; alt=&amp;quot;A flower&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
… then she has two image files under /images: the low-resolution default (flower.jpg), and a higher-resolution (200%) version named flower@2x.jpg. &lt;br /&gt;
&lt;br /&gt;
(This is the same naming convention already used by Apple in its Cocoa Touch framework for automatically loading in higher-resolution versions of images.)&lt;br /&gt;
&lt;br /&gt;
Based on the meta tag, if the browser detects that the user is running at a &amp;lt;code&amp;gt;min-device-pixel-ratio&amp;lt;/code&amp;gt; of 2.0, it will automatically ask for the 2x version of the image (flower@2x.jpg) instead of the default image as specified in the image tag. &lt;br /&gt;
&lt;br /&gt;
Finally, so as not to flood external sites with high-resolution image requests, this functionality would only work for local images specified via relative links.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Multiple resolutions&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The resolutions tag can also contain a list of supported device-pixel ratios so as to support even higher-resolution displays when and if they become available in the future. &lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;meta name=&amp;quot;resolutions&amp;quot; content=&amp;quot;2x, 4x, 8x&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this case, the developer would provide 2x, 4x, and 8x versions of all images. So, in the running example, she would make flower.jpg, flower@2x.jpg, flower@4x.jpg, and flower@8x.jpg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Advantages&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The advantages of this approach are several:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Makes it very simple for developers to support high-resolution displays like the iPhone 4&#039;s Retina screen&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not require JavaScript&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Does not change the default way that things work (if the meta tag is not specified, the browser simply behaves as it always has).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| [http://aralbalkan.com/3355 Proposal for native browser support of high-resolution image substitution]&lt;br /&gt;
[http://aralbalkan.com/3331 How to make your web content look stunning on the iPhone 4’s new Retina display]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| rights&lt;br /&gt;
| As a page effectively appears in at least two forms, usually one as interpreted and displayed on a device and the other as source code, arguably intellectual property rights that must be asserted must be asserted in ways understandable in both contexts. For example, &amp;amp;amp;copy; is a raw representation that may legally fail as part of copyright notice to someone seeing source code and not the display, important when someone wants to copy source code for use elsewhere and may rely on a defense of innocent infringement (at least in U.S.). While such assertions can be made in a comment element, it may be helpful to have a tag that search engines can parse and index verbatim.&amp;lt;br /&amp;gt;The value may include standard and nonstandard notices, invocations of licenses such as GFDL and ASCAP, and any other information. Content is defined as free-form, leaving the page author discretion for the entry.&amp;lt;br /&amp;gt;Statements in one tag may discuss several portions of the page differently, e.g., with different licenses.&amp;lt;br /&amp;gt;More than one license may be offered, along with the page&#039;s relationship to all.&amp;lt;br /&amp;gt;Not all statements need be license grants. A statement may state whom to ask for reprint permission or may reserve all rights, for example.&amp;lt;br /&amp;gt;Only one meta tag with this keyword may be present. Page authors must not use more than one. A UA finding multiple such tags on one page must ignore all of them.&amp;lt;br /&amp;gt;The copyright symbol that would be generated by its character entity is not recommended for legal notice in source code when the word &#039;Copyright&#039; may be used instead, because the entity may be read in raw form, but use is up to the page author. The same concept applies to any intellectual property rights symbol for which a suitable alternative is available, such as for trademark or service mark.&amp;lt;br /&amp;gt;ASCII text would not suffice when a name or notice legally may have to be in a non-Roman alphabet, but no alternative may yet exist in HTML5.&amp;lt;br /&amp;gt;Search engine storage may impose a length limit, but, because of legal consequences, if the value&#039;s length exceeds a given limit the search index should retain or interpret none of it but only refer to it.&amp;lt;br /&amp;gt;The content string may only be copied verbatim in its full length, referred to, or ignored. It may not be, for example, paraphrased, truncated, interpreted, or classified except in addition to being copied verbatim in its full length.&amp;lt;br /&amp;gt;Ignoring shall not void, nullify, or alter any rights stated in such tag.&amp;lt;br /&amp;gt;For the synonymy, &#039;&#039;IP&#039;&#039;, &#039;&#039;IP-rights&#039;&#039;, and &#039;&#039;IP-right&#039;&#039; are not reserved; while the abbreviation &#039;&#039;IP&#039;&#039; &#039;intellectual property&#039; is common among attorneys in the U.S., page authors will more likely be computerate, and the abbreviation may be wanted for &#039;Internet Protocol&#039;.&lt;br /&gt;
| [[Talk:MetaExtensions#rights:_why_reversion|Talk]]&lt;br /&gt;
|&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| subj-. . .&lt;br /&gt;
| To classify by subject a page&#039;s content, a standard subject taxonomy that will be recognized by a search engine or directory will help. Because many such high-quality taxonomies exist, only a prefix is proposed. Over time, particular taxonomies, in print or online, may be recognized here and keywords assigned for each.&amp;lt;br /&amp;gt;The keyword will be constructed case-insensitively with subkeywords in the form subj-[nationAbbrev]-[taxonomy]-[edition][-optionalSubedition], e.g., subj-US-MeSH-2009online (perhaps). After &amp;quot;subj-&amp;quot;, the second subkeyword will identify the nation where the taxonomy is published or offered as an aid in identifying the taxonomy and does not limit the subject coverage; e.g., a taxonomy published in Japan may be ideal for classifying Canadian botany or Peruvian economy.&amp;lt;br /&amp;gt;As subject values may vary between editions of one taxonomy, an edition and optionally a subedition is to be identified in the third and optionally the fourth subkeywords. The subedition, if any, is any update or revision occurring between editions, such that a value drawn from that edition and subedition is stable. The means of identifying edition and subedition should be included in the registration of a keyword.&amp;lt;br /&amp;gt;Examples of taxonomies from the U.S. include MeSH (medical) and the Library of Congress Subject Headings.&amp;lt;br /&amp;gt;The value identifying a subject for a Web page will be drawn from the cited taxonomy&#039;s edition and subedition.&amp;lt;br /&amp;gt;If the value should have a style to prevent ambiguity in interpretation, that style is to be registered here for that keyword. Multiple values are expressed with multiple meta elements, one value for each, since comma-separation is probably not compatible with all taxonomies.&amp;lt;br /&amp;gt;If a value requires case-sensitivity to prevent confusion, the entry here registering the keyword must accommodate that need with the needs of HTML 5 with an appropriate rule. To that end, a proposal to allow case-sensitivity in meta tags under some circumstances has been offered in the W3C bug reporting system.&lt;br /&gt;
| [http://www.w3.org/Bugs/Public/show_bug.cgi?id=6854 W3C Bug 6854]&lt;br /&gt;
| subject-. . .&lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks link to a spec, tries to register a space of names instead of enumerated names&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| MSSmartTagsPreventParsing&lt;br /&gt;
| Microsoft introduced into Internet Explorer 6 Beta a feature that some website designers wished to preclude from applying in order to prevent public misunderstanding of their websites. The feature allowed a browser to add information but at a risk that users wouldn&#039;t know that it wasn&#039;t supplied by the website. This keyword was provided by Microsoft for those of us who wanted it.&amp;lt;br /&amp;gt;Its value was &amp;quot;TRUE&amp;quot;. Microsoft spelled the keyword with some capitals and the value in all capitals but whether capitalization was required for either is unknown; some opinions vary. Since it need be understood by only one browser, and that one a beta version, full standards compliance should not be assumed, and original case may be required. (This tag is used by Google: &amp;quot;&amp;lt;meta content=&#039;true&#039; name=&#039;MSSmartTagsPreventParsing&#039;/&amp;gt;&amp;quot; appeared (with internal quote marks as singles) in the source code for &amp;lt;http://googleblog.blogspot.com/2009/04/listening-to-google-health-users.html&amp;gt;, as accessed 4-27-09.)&amp;lt;br /&amp;gt;Microsoft has apparently removed this instruction from its website on the ground that the beta version is no longer available and is not supported, but that doesn&#039;t assure that some users aren&#039;t still using the beta browser, perhaps inadvertently. Therefore, designers may wish to continue using the keyword and value and they are preserved here.&lt;br /&gt;
| e.g., [http://www.theregister.co.uk/2001/06/25/web_sites_banish_those_winxp/ The Register (U.K.)], [http://cc.uoregon.edu/cnews/summer2001/summer2001.pdf Univ. Oregon (U.S.) (PDF p. 18)], &amp;amp; [http://trillian.mit.edu/~jc/demo/SmartTagsOff.html John Chambers (U.S.) (job résumé near root)], all as accessed 4-19-09&lt;br /&gt;
| &lt;br /&gt;
| Incomplete proposal&lt;br /&gt;
| Lacks spec, potentially never minted by MS as a meta name (as opposed to a http-equiv value), even if minted by Microsoft, abandoned before shipping in any final release of IE&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Failed Proposals ==&lt;br /&gt;
&lt;br /&gt;
{|border=1 cellpadding=4 cellspacing=0&lt;br /&gt;
! Keyword&lt;br /&gt;
! Brief description&lt;br /&gt;
! Link to more details&lt;br /&gt;
! Synonyms&lt;br /&gt;
! Status&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| cache&lt;br /&gt;
| This doesn&#039;t actually work; use HTTP headers instead.&amp;lt;br /&amp;gt;Value must be &amp;quot;public&amp;quot;, &amp;quot;private&amp;quot;, or &amp;quot;no-cache&amp;quot;. Intended as a simple way to tell user agents whether to store a copy of the document or not. An alternate for HTTP/1.1&#039;s cache-control; for publishers without access to modifying cache-control.&lt;br /&gt;
| none&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot; &lt;br /&gt;
| no-email-collection&lt;br /&gt;
| HTML5 prohibits URL-valued meta names. They should be rel keywords instead.&amp;lt;br /&amp;gt;Intended to reference legal policy of web site indicating that harvesting of e-mail addresses on the site is not permitted and in violation of applicable laws such as the CAN-SPAM Act of 2003.&lt;br /&gt;
| [https://www.ProjectHoneyPot.org/how_to_avoid_spambots_5.php Project Honey Pot]&lt;br /&gt;
| &lt;br /&gt;
| Unendorsed&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Process ==&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;Status&amp;quot; section to be changed to &amp;quot;Ratified&amp;quot;, the proposed keyword must be defined by a W3C specification in the Candidate Recommendation or Recommendation state. If it fails to go through this process, it is &amp;quot;Unendorsed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For more details, see [http://whatwg.org/specs/web-apps/current-work/#concept-meta-extensions the HTML5 specification].&lt;br /&gt;
&lt;br /&gt;
[[Category:Registries]]&lt;/div&gt;</summary>
		<author><name>Hsivonen</name></author>
	</entry>
</feed>