Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

No Follow No Index

Started by Muut Archive 11 years ago · 1 replies · 1412 views
11 years ago

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??

11 years ago

You can add robots: noindex,nofollow to a page header and then in the template base file, add:

TWIG
{% if header.robots %}
    <meta name="robots" content="{{ header.robots }}">
{% endif %}

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 2283 9 years ago
Archive · by Muut Archive, 9 years ago
2 1497 9 years ago
Archive · by Muut Archive, 9 years ago
2 4746 9 years ago
Archive · by Muut Archive, 9 years ago
1 3563 9 years ago
Archive · by Muut Archive, 9 years ago
3 1622 9 years ago