-
Notifications
You must be signed in to change notification settings - Fork 45
Consider a "noindex" key #82
Copy link
Copy link
Closed
Labels
questionQuestions (to be converted to Discussions)Questions (to be converted to Discussions)vote-draftChange proposal to the Standard or to the governance proceduresChange proposal to the Standard or to the governance procedures
Metadata
Metadata
Assignees
Labels
questionQuestions (to be converted to Discussions)Questions (to be converted to Discussions)vote-draftChange proposal to the Standard or to the governance proceduresChange proposal to the Standard or to the governance procedures
In the last couple of months we faced situations where the
publiccode.yml:As such, I wonder if it could be feasible to add a decentralized mechanism to tell the spiders not to index such a file.
I was thinking at something like a boolean "noindex" key which simply states whether the repo should be indexed or not yet.
What do you think about this?
I think that acting in a centralized way from the spider perspective (e.g., using something like a blacklist) is harder since it requires the intervention of the spider's responsibles who are external from the software publishers group, it does not scale, it is very error prone and it requires a communication channel to be established at least twice.
The main risk is of course that someone could leave the value to "true" and such a software would never be indexed.
What do you think?