Web/HTML/Element/title

From Get docs


The HTML Title element (<title>) defines the document's title that is shown in a browser's title bar or a page's tab. It only contains text; tags within the element are ignored.

<title>Grandma's Heavy Metal Festival Journal</title>
Content categories Metadata content.
Permitted content Text that is not inter-element whitespace.
Tag omission Both opening and closing tags are required. Note that leaving off </title> should cause the browser to ignore the rest of the page.
Permitted parents A <head> element that contains no other <title> element.
Implicit ARIA role No corresponding role
Permitted ARIA roles No role permitted.
DOM interface HTMLTitleElement

Attributes

This element only includes the global attributes.

Usage notes

The <title> element is always used within a page's <head> block.

Page titles and SEO

The contents of a page title can have significant implications for search engine optimization (SEO). In general, a longer, descriptive title performs better than short or generic titles. The content of the title is one of the components used by search engine algorithms to decide the order in which to list pages in search results. Also, the title is the initial "hook" by which you grab the attention of readers glancing at the search results page.

A few guidelines and tips for composing good titles:

  • Avoid one- or two-word titles. Use a descriptive phrase, or a term-definition pairing for glossary or reference-style pages.
  • Search engines typically display about the first 55–60 characters of a page title. Text beyond that may be lost, so try not to have titles longer than that. If you must use a longer title, make sure the important parts come earlier and that nothing critical is in the part of the title that is likely to be dropped.
  • Don't use "keyword blobs." If your title is just a list of words, algorithms often reduce your page's position in the search results.
  • Try to make sure your titles are as unique as possible within your own site. Duplicate—or near-duplicate—titles can contribute to inaccurate search results.

Example

<title>Awesome interesting stuff</title>

This example establishes a page whose title (as displayed at the top of the window or in the window's tab) as "Awesome interesting stuff".

Accessibility concerns

It is important to provide a title value that describes the page's purpose. 

A common navigation technique for users of assistive technology is to read the page title and infer the content the page contains. This is because navigating into a page to determine its content can be a time consuming and potentially confusing process.

Example

<title>Menu - Blue House Chinese Food - FoodYum: Online takeout today!</title>

To help the user, update the page title value to reflect significant page state changes (such as form validation problems).

Example

<title>2 errors - Your order - Blue House Chinese Food - FoodYum: Online takeout today!</title>

Specifications

Specification Status Comment
HTML Living StandardThe definition of '<title>' in that specification. Living Standard
HTML5The definition of '<title>' in that specification. Recommendation
HTML 4.01 SpecificationThe definition of '<title>' in that specification. Recommendation

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
title Chrome

Full support 1

Edge

Full support 12

Firefox

Full support 1

IE

Full support 1

Opera

Full support Yes

Safari

Full support 1

WebView Android

Full support Yes

Chrome Android

Full support Yes

Firefox Android

Full support 4

Opera Android

Full support Yes

Safari iOS

Full support Yes

Samsung Internet Android

Full support Yes

Legend

Full support  
Full support