CSS HTML Validator - The fast, all-in-one, HTML, CSS, Link, SEO, spelling, and accessibility checker for Windows, & htmlval for Mac and Linux
Home Help: <meta> element

The <meta> Element

Document Metadata

The <meta> element represents various kinds of metadata that cannot be expressed using other elements (like <title>).

Attributes for <meta>
TypeAttribute List
'Standard' Attributes"content", "http-equiv", and "name"
New HTML5 Attributes"charset"
Obsolete Attributes"scheme"
Examples for "meta"
DescriptionExample
(SEO) Meta description to describe the page for search engines<meta name="description" content="(a brief page description with some keywords)">
(SEO) Meta keywords to specify page keywords for search engines<meta name="keywords" content="keyword1, keyword2, key phrase 1, key phrase 2, etc">

Recommended Links

Search Engine Optimization (SEO)

  • Use meta description and keywords tags in the head section. While some search engines may not use these tags, some do.
  • Consider including common misspellings of popular keywords in the keywords meta tag. Also, avoid including keywords that don't also appear elsewhere in the page.

Search Engine Links (for more information)

Help us improve this page: Suggest a link or noteReport a problem