Meta Name=“Title”

The <Meta Name="Title"> tag adds a page title, which will show in the browser tab.

Attributes

  • Name: set to “Title”

Usage Notes

Meta tags go inside <dc.Html> . On feed pages, they should be directly inside <dc.MixIn> , which will add them to the <dc.Html> tag in the www .html file.

It is best practice to put the title within a <Tr> tag which indicates which language it is in. You may add multiple <Tr> tags with different locales if the page is translated into multiple languages.

Examples

<dc.MixIn> <Meta Name="Title"> <Tr Locale="en" Value="Annual Report Planning" /> </Meta> <Meta Name="Description"> <Tr Locale="en" Value="Advice from designCraft about planning for an annual report." /> </Meta> <Meta Name="Image" Value="/galleries/advice/share-img-annual-reports.v/full.jpg"/>

Output not applicable.