Respect #noBot and #noIndex author opt-out signals #59
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/59/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds NoBotFilter which checks three opt-out signals before boosting:
#noBotin author bio (HTML-stripped, word-boundary match)#noIndexin author bio (HTML-stripped, word-boundary match)#noBotas a post tagAll detections produce a permanent error response to FenLiu (error_type: nobot/noindex). No extra API calls needed — signals are read from the Status already fetched by find_status_by_url. The check runs before the duplicate-attachment scan.
Closes #58