page.robots

Adds a robots meta tag to the page. Read Google Webmasters for available directives.

Type

string or sequence

Example

Instruct web crawlers to not index the page and to not crawl any of the links on the page:

---
robots:
  - noindex
  - nofollow
---

© 2014–2015 Anatol Broder. Released under the MIT License.