8000 Search: avoid indexing spam and giving spam results · Issue #9899 · readthedocs/readthedocs.org · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Search: avoid indexing spam and giving spam results #9899
Closed
@humitos

Description

@humitos

Currently, when using the global search, a lot of spam projects are shown in the search results. None of them should be shown on these results.

Screenshot_2023-01-09_18-09-04

We could define a new threshold, RTD_SPAM_THRESHOLD_DONT_SHOW_SEARCH_RESULTS to skip these:

RTD_SPAM_THRESHOLD_DONT_SHOW_ADS = 100
RTD_SPAM_THRESHOLD_DENY_ON_ROBOTS = 200
RTD_SPAM_THRESHOLD_DONT_SHOW_DASHBOARD = 300
RTD_SPAM_THRESHOLD_DONT_SERVE_DOCS = 500
RTD_SPAM_THRESHOLD_DELETE_PROJECT = 1000
RTD_SPAM_MAX_SCORE = 9999

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0