code4romania / code4romania/paul
Prevent search engine indexing
Open
enhancement :rocket:
- Dominant language
- Python
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
Paul instances should not be indexed by search engines. We have reports that at least one of them currently is.
**Describe the solution you'd like**
We need to add `noindex,nofollow` robots attribute, either as a tag in [index.html](https://github.com/code4romania/paul/blob/main/client/public/index.html) or standalone in a robots.txt file.
Contributor guide
Assessment
This issue has not been assessed yet.