Table of Contents

What is a HTML meta element?

About

A meta element is a html element added in the head section of a html document

It is used to add metadata to a web page e.g.:

and assign values to those properties.

It's one way to add web metadata markup to a web page along (RDF, Ld-json and other). See Metadata

Example

To define:

<META name="Author" content="Dave Raggett">
<meta name="pubdate" content="20100101">

Syntax

Each META element specifies a property/value pair where:

<META name="key" content="value">

Search Engine

Search engine are not always extracting/using all meta tag

For instance, the <meta> tags excluded by Google Search (Ref) include:

Documententation / Reference