> ## 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.

# {{metaRobots}} helper

- URL: https://getpublii.com/dev/metarobots-helper/
- Published: 2017-08-04T22:23:02.136Z
- Updated: 2024-02-08T11:47:00.236Z
- Description: Helper for generating robots meta tag. Syntax: {{metaRobots}} Example: <meta name="robots" content="noindex, follow" /> Should be used in the <head> section of the website.
- Author: Tomasz Dziuda
- Tags: Helpers

Helper for generating robots meta tag.

Syntax:

```handlebars
{{metaRobots}}
```

Example:

```handlebars
<meta name="robots" content="noindex, follow" />
```

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