Authorization Year

Capture Authorization Year information in a <custom-meta> element.

The custom-meta element must contain a child <meta-name> element with the value of authorization-year and a child <meta-value> element with the value of the authorization year.

The value of authorization year must always be written as a full four digit year.

Example

<custom-meta>
  <meta-name>authorization-year</meta-name>
  <meta-value>2021</meta-value>
</custom-meta>