Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

No Follow No Index

Started by Muut Archive 11 years ago · 1 replies · 1304 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 1341 9 years ago
Archive · by Muut Archive, 9 years ago
2 928 9 years ago
Archive · by Muut Archive, 9 years ago
2 4057 9 years ago
Archive · by Muut Archive, 9 years ago
1 2942 9 years ago
Archive · by Muut Archive, 9 years ago
3 1115 9 years ago