.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../Includes.txt .. _meta: meta ==== .. only:: html .. contents:: :local: :depth: 1 Properties ^^^^^^^^^^ .. container:: ts-properties ========================= ================================ ====================== ======= Property Data Type :ref:`stdwrap` Default ========================= ================================ ====================== ======= `(array of key names)`_ string /:ref:`stdWrap ` ========================= ================================ ====================== ======= Property details ^^^^^^^^^^^^^^^^ .. only:: html .. contents:: :local: :depth: 1 .. ### BEGIN~OF~TABLE ### .. _REPLACE-ME-array-of-key-names: (array of key names) """""""""""""""""""" .. container:: table-row Property *(array of key names)* Data type string /:ref:`stdWrap ` Description Allows you to define meta tags. Use the scheme *meta.key = value*. The "key" can be the name of any meta tag, e.g. "description" or "keywords". If the key is "refresh" (case insensitive), then the "http-equiv" attribute is used in the meta tag instead of the "name" attribute. "value" is the content of the meta tag. If the value is empty (after trimming), the meta tag is not generated. **Examples:** :: meta.description = This is the description of the content in this document. meta.keywords = These are the keywords. meta.refresh = [seconds]; [URL, leave blank for same page] For each key the following sub-property is available: **httpEquivalent:** (Since TYPO3 4.7) If set to 1, the http-equiv attribute is used in the meta tag instead of the "name" attribute. Default: 0. **Example:** :: meta.X-UA-Compatible = IE=edge meta.X-UA-Compatible.httpEquivalent = 1 This results in . .. ###### END~OF~TABLE ######