HI all,
Can we have option of no follow no index to be defined from site.yaml for the entire site or to be defined from .md per page??
You can add robots: noindex,nofollow
to a page header and then in the template base file, add:
{% if header.robots %}
<meta name="robots" content="{{ header.robots }}">
{% endif %}