Meta Name=“Image”

The <Meta Name="Image"> tag adds a page-specific share image to a page. This image, rather than the overall site's share image, will then automatically show when the page is shared on social media. Share images should be 1200x630px.

Attributes

  • Name: set to “Image”
  • Value: full path to the image as seen by the browser, i.e. everything after the top-level domain (“.com”, “.org”, etc.)

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.

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.