> ## Content Index
> Fetch the complete content index at: https://getpublii.com/dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# {{metaDescription}} helper

- URL: https://getpublii.com/dev/metadescription-helper/
- Published: 2017-08-04T22:06:41.902Z
- Updated: 2024-02-08T11:45:41.493Z
- Description: Helper for generating description meta tag. Syntax: {{metaDescription}} Example: <meta name="description" content="Lorem ipsum dolor sit amet" /> Should be used in the <head> section of…
- Author: Tomasz Dziuda
- Tags: Helpers

Helper for generating description meta tag.

Syntax:

```handlebars
{{metaDescription}}
```

Example:

```handlebars
<meta name="description" content="Lorem ipsum dolor sit amet" />
```

Should be used in the `<head>` section of the website.
