Great!! So, the codes to insert are:
In theme.liquid (to do noindex):
{%- if canonical_url=“*seq=uniform” -%}
{%- endif -%}
{% if handle contains ‘seq=uniform’ %}
{% endif %}
In robots.txt (to block crawler):
{%- if group.user_agent.value == ‘’ -%}
{{ 'Disallow: /products/?pr=*’ }}
{%- endif -%}