Robots.txt

You might say

Limit crawler access to duplicate filter paths, but do not use robots.txt as permission for the admin area.

A root-level file that tells automated crawlers which paths they may crawlShopping carts and duplicate filter URLs can waste crawler requests, so robots.txt can describe crawling rules at the site root. It is guidance for crawlers that follow the rules, not a block on normal visitors, authentication, or protection for sensitive data.
Robots Exclusion Protocol
Further reading