Reduce external search indexing of request list pages #8132
Labels
improvement
Improves existing functionality (UI tweaks, refactoring, performance, etc)
reduce-admin
Reduce issues coming to us in the first place
x:uk
Milestone
The main things we want indexed are record pages themselves (info request pages, user pages, authority pages, etc).
Snippets of request content often appear on list pages, and create a whack-a-mole situation when unhappy users find that external search engines have indexed a list page (e.g.
/body/foo?page=12
) that contains a cached snippet of PII that we've removed from the request page itself.We should stop indexing of:
/list/all
,/list/successful
, etc) with apage=
query param/request/:url_title/similar
)/body/:url_name?page=N
)/user/:url_name?page=N
)/user/:url_name/wall
)We might be able to do this via
robots.txt
, or could set via theX-Robots-Tag
header depending on the page number:The text was updated successfully, but these errors were encountered: