This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
* Some parts of this feature may have varying levels of support.
The name attribute of the <meta> element provides metadata in name-value pairs. When a <meta> element has a name attribute, a content attribute defines the corresponding value. The metadata is document-level metadata that applies to the whole page.
For example, the following <meta> tag provides a description as metadata for a document:
<meta name="description" content="The HTML reference describes all elements and attributes of HTML, including global attributes that apply to all elements." />
The HTML specification defines the following set of standard metadata names:
application-nameBrowsers may use this to identify the application running in the web page. It is different from the <title> element, which may contain an application (or website) name, but a <title> may add contextual information like a document name or a status. Individual pages shouldn't define their own, unique application-name. To provide translations, use multiple <meta> tags with the lang attribute for each language:
<meta name="application-name" content="Weather Wizard" lang="en" /> <meta name="application-name" content="Mago del Clima" lang="es" />
The document author's name.
color-schemeSpecifies one or more color schemes with which the document is compatible. The browser will use this information in tandem with the user's browser or device settings to determine what colors to use for everything from background and foregrounds to form controls and scrollbars. The primary use for <meta name="color-scheme"> is to indicate compatibility and order of preference for light and dark color modes.
descriptionA short and accurate summary of the content of the page usually referred to as a "meta description". Search engines like Google use this metadata to adjust the appearance of a webpage in search results.
generatorThe identifier of the software that generated the page.
keywordsWords relevant to the page's content separated by commas.
referrerControls the HTTP Referer header of requests sent from the document.
theme-colorIndicates a suggested color that user agents should use to customize the display of the page or of the surrounding user interface. The content attribute contains a valid CSS <color>. The media attribute with a valid media query list can be included to set the media that the theme color metadata applies to.
The CSS Device Adaptation specification defines the following metadata name:
The WHATWG Wiki MetaExtensions page contains a large set of non-standard metadata names. Some of the names included are used quite commonly in practice, notably the following:
creatorThe name of the creator of the document, such as an organization or institution. If there are more than one, several <meta> elements should be used.
googlebotA synonym of robots, is only followed by Googlebot (the indexing crawler for Google).
publisherThe document publisher's name.
robotsA comma-separated list of values defining the crawl behavior that cooperative crawlers (or "robots") should use with the page.
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Opera | Safari | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | WebView Android | WebView on iOS | |
name |
1 | 12 | 1 | ≤12.1 | ≤4 | 18 | 4 | ≤12.1 | ≤3.2 | 1.0 | 4.4 | ≤3.2 |
application-title |
134 | 134 | No | 119 | No | 134 | No | 88 | No | No | 134 | No |
color-scheme |
81 | 81 | 96 | 68 | 12.1 | 81 | 96 | No | 12.2 | 13.0 | 81 | 12.2 |
referrer |
17Until Chrome 46,content values weren't constrained to the values listed in the spec. |
79 | 36Thereferrer value wasn't taken into account when navigation was happening via the context menu or middle click until Firefox 39. |
15Until Opera 33,content values weren't constrained to the values listed in the spec. |
11.1 | 18Until Chrome Android 46,content values weren't constrained to the values listed in the spec. |
36Thereferrer value wasn't taken into account when navigation was happening via the context menu or middle click until Firefox for Android 39. |
14Until Opera Android 33,content values weren't constrained to the values listed in the spec. |
12 | 1.0Until Samsung Internet 5.0,content values weren't constrained to the values listed in the spec. |
4.4Until WebView Android 46,content values weren't constrained to the values listed in the spec. |
12 |
theme-color |
73Chrome uses the color only on installed progressive web apps.39–73Chrome reports support, but does not actually use the color anywhere. |
79Edge uses the color only on installed progressive web apps. |
No | No | 15 | 9239–92Chrome for Android does not use the color on devices with native dark mode enabled unless it's an installed progressive web app or a trusted web activity. |
No | No | 15 | 6.2 | No | 15 |
© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/meta/name