getgrav / getgrav/grav-plugin-error
robots is not properly applied
Open
- Dominant language
- PHP
- Stars
- 5
- Forks
- 31
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 2
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.