Meta Name=“Description”
The
<Meta Name="Description">
tag adds a page description, which will show in search results.
Attributes
- Name: set to “Description”
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 description 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.