Replies: 1 comment
-
oh, robotsNoIndex already does this! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes you do not want to index everything automatically. How about supporting an index param that is used in the head.html to have explicit control whether a site is indexed or not?
layouts/partials/head.html
instead of eq. .Params.index true we could also go for the negation so that you only have to specify index = false if you do not want a page/post to be indexed.
Beta Was this translation helpful? Give feedback.
All reactions