3rd party Shopify apps use our theme.liquid to render their header tags.
I want to use something like this on specific 3rd party apps we use
essentially when the url is /app/trackorder I want to insure specific apps aren’t index. What’s the best way?
{% if handle contains ‘page-handle-you-want-to-exclude’ %}
{% endif %}