Robots

The <meta> HTML element represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> or <title>. If the name attribute is set, the <meta> element provides document-level metadata, applying to the whole page.

Settings

You can set robots in the frontmatter of a page:

---
seo:
  robots: "noindex, nofollow" # custom robot tags (optional)
---

If robots is not set, a meta tag is not generated (default).

See Google Search Central for Valid indexing and serving rules

Generated meta tags

Hyas SEO generates the following meta tag (if applicable) — for example:

<meta name="robots" content="noindex, nofollow">

Resources