https://github.com/getgrav/grav-plugin-error/blame/develop/pages/error.md#L3 ``` robots: noindex,nofollow ``` Does not work, and should be instead: ``` metadata: robots: noindex,nofollow ``` I found no reason why the first one should work, and it does not for me. PR: https://github.com/getgrav/grav-plugin-error/pull/43
https://github.com/getgrav/grav-plugin-error/blame/develop/pages/error.md#L3
Does not work, and should be instead:
I found no reason why the first one should work, and it does not for me.
PR: #43